DESCR
This commit is contained in:
parent
0f556b5c03
commit
1199863b8b
1 changed files with 5 additions and 3 deletions
|
|
@ -5,8 +5,7 @@ Authors@R:
|
|||
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "YOUR-ORCID-ID"))
|
||||
Description: What the package does (one paragraph).
|
||||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
||||
license
|
||||
License: GPL (>= 3)
|
||||
Imports:
|
||||
cli,
|
||||
cranlike,
|
||||
|
|
@ -17,7 +16,6 @@ Imports:
|
|||
gert,
|
||||
lubridate,
|
||||
magrittr,
|
||||
memoise,
|
||||
pak,
|
||||
pkgbuild,
|
||||
progressr,
|
||||
|
|
@ -25,6 +23,8 @@ Imports:
|
|||
RPostgres,
|
||||
s3fs,
|
||||
xml2
|
||||
Suggests:
|
||||
dbplyr
|
||||
Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue