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
|
||||
Authors@R:
|
||||
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)
|
||||
Imports:
|
||||
cli,
|
||||
|
|
@ -17,12 +18,12 @@ Imports:
|
|||
lubridate,
|
||||
magrittr,
|
||||
pkgbuild,
|
||||
progressr,
|
||||
progress,
|
||||
stringr,
|
||||
progressr,
|
||||
purrr,
|
||||
RPostgres,
|
||||
s3fs (>= 0.1.7),
|
||||
stringr,
|
||||
xml2
|
||||
Suggests:
|
||||
dbplyr
|
||||
|
|
@ -32,4 +33,5 @@ Remotes:
|
|||
Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
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