From fc09f512defb43bdba50ae6a04c0e7972c06a9a0 Mon Sep 17 00:00:00 2001 From: Helmer Belbo <Helmer.Belbo@nibio.no> Date: Thu, 6 Aug 2020 16:47:16 +0200 Subject: [PATCH] Improved the DESCRIPTION --- DESCRIPTION | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 22eee7f..777e9bb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -8,7 +8,20 @@ Authors@R: email = "first.last@example.com", comment = c(ORCID = "YOUR-ORCID-ID")) Description: Reads in Norwegian logging stats provided in excel files from Ldir. -License: Creative commons +License: MIT + file LICENSE Encoding: UTF-8 LazyData: true -RoxygenNote: 7.0.2 +Roxygen: list(markdown = TRUE) +RoxygenNote: 7.1.1 +Imports: + magrittr, + stringr, + readxl, + purrr, + PxWebApiData, + tibble, + lubridate, + rlang +Depends: + dplyr, + R (>= 3.5) -- GitLab