From e49bc94895df98803f0ae019a376a74e2e887787 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 14 Nov 2024 23:51:32 +0100 Subject: [PATCH] chore: tidy DESCRIPTION --- DESCRIPTION | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3cfb258..5774057 100644 --- a/DESCRIPTION +++ b/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)