chore: tidy DESCRIPTION
This commit is contained in:
parent
bf46450b1a
commit
e49bc94895
1 changed files with 6 additions and 4 deletions
10
DESCRIPTION
10
DESCRIPTION
|
|
@ -3,7 +3,8 @@ Title: Toolbox for building R package binaries on Linux
|
||||||
Version: 1.0.0
|
Version: 1.0.0
|
||||||
Authors@R:
|
Authors@R:
|
||||||
person("Patrick", "Schratz", , "mail@devxy.io", role = c("aut", "cre"))
|
person("Patrick", "Schratz", , "mail@devxy.io", role = c("aut", "cre"))
|
||||||
Description: Help to build, archive, remove and update R binary packages for Linux. Supports various Linux distributions.
|
Description: Help to build, archive, remove and update R binary packages
|
||||||
|
for Linux. Supports various Linux distributions.
|
||||||
License: GPL (>= 3)
|
License: GPL (>= 3)
|
||||||
Imports:
|
Imports:
|
||||||
cli,
|
cli,
|
||||||
|
|
@ -17,12 +18,12 @@ Imports:
|
||||||
lubridate,
|
lubridate,
|
||||||
magrittr,
|
magrittr,
|
||||||
pkgbuild,
|
pkgbuild,
|
||||||
progressr,
|
|
||||||
progress,
|
progress,
|
||||||
stringr,
|
progressr,
|
||||||
purrr,
|
purrr,
|
||||||
RPostgres,
|
RPostgres,
|
||||||
s3fs (>= 0.1.7),
|
s3fs (>= 0.1.7),
|
||||||
|
stringr,
|
||||||
xml2
|
xml2
|
||||||
Suggests:
|
Suggests:
|
||||||
dbplyr
|
dbplyr
|
||||||
|
|
@ -32,4 +33,5 @@ Remotes:
|
||||||
Encoding: UTF-8
|
Encoding: UTF-8
|
||||||
Roxygen: list(markdown = TRUE)
|
Roxygen: list(markdown = TRUE)
|
||||||
RoxygenNote: 7.3.2
|
RoxygenNote: 7.3.2
|
||||||
SystemRequirements: libgit2 (>= 1.0): libgit2-devel (rpm) or libgit2-dev (deb)
|
SystemRequirements: libgit2 (>= 1.0): libgit2-devel (rpm) or libgit2-dev
|
||||||
|
(deb)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue