tidy DESCR
This commit is contained in:
parent
71449937da
commit
8e07548111
1 changed files with 6 additions and 5 deletions
11
DESCRIPTION
11
DESCRIPTION
|
|
@ -7,9 +7,6 @@ Authors@R:
|
||||||
Description: What the package does (one paragraph).
|
Description: What the package does (one paragraph).
|
||||||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
||||||
license
|
license
|
||||||
Encoding: UTF-8
|
|
||||||
Roxygen: list(markdown = TRUE)
|
|
||||||
RoxygenNote: 7.3.2
|
|
||||||
Imports:
|
Imports:
|
||||||
cli,
|
cli,
|
||||||
DBI,
|
DBI,
|
||||||
|
|
@ -19,10 +16,14 @@ Imports:
|
||||||
gert,
|
gert,
|
||||||
lubridate,
|
lubridate,
|
||||||
magrittr,
|
magrittr,
|
||||||
|
memoise,
|
||||||
pak,
|
pak,
|
||||||
paws.storage,
|
|
||||||
pkgbuild,
|
pkgbuild,
|
||||||
progressr,
|
progressr,
|
||||||
purrr,
|
purrr,
|
||||||
RSQLite,
|
RPostgres,
|
||||||
|
s3fs,
|
||||||
xml2
|
xml2
|
||||||
|
Encoding: UTF-8
|
||||||
|
Roxygen: list(markdown = TRUE)
|
||||||
|
RoxygenNote: 7.3.2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue