diff --git a/DESCRIPTION b/DESCRIPTION index 22eee7f5e2196b7440e908398349af65ab1958ca..777e9bb53a9c9e7027c9f47c89eea917de6f485a 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)