fix Rbuildignore issues and tidy package
This commit is contained in:
parent
d8326e4521
commit
1455a6256c
1 changed files with 26 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue