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