fix Rbuildignore issues and tidy package

This commit is contained in:
Patrick Schratz 2024-08-28 11:01:01 +02:00
commit 1455a6256c
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -1,9 +1,8 @@
Package: rBinaries
Title: What the Package Does (One Line, Title Case)
Title: Toolbox for building R package binaries on Linux
Version: 0.0.0.9000
Authors@R:
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
comment = c(ORCID = "YOUR-ORCID-ID"))
person("Patrick", "Schratz", , "mail@devxy.io", role = c("aut", "cre"))
Description: What the package does (one paragraph).
License: GPL (>= 3)
Imports:
@ -24,7 +23,9 @@ Imports:
xml2
Suggests:
dbplyr
Remotes:
pat-s/cranlike@s3,
pat-s/desc@description-from-remote
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Remotes: pat-s/desc@description-from-remote, pat-s/cranlike@s3