chore: tidy DESCRIPTION

This commit is contained in:
Patrick Schratz 2024-11-14 23:51:32 +01:00
commit e49bc94895
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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)