move to R package
This commit is contained in:
parent
96facfaf5a
commit
5e32452d09
1 changed files with 257 additions and 0 deletions
22
DESCRIPTION
Normal file
22
DESCRIPTION
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Package: rBinaries
|
||||
Title: What the Package Does (One Line, Title Case)
|
||||
Version: 0.0.0.9000
|
||||
Authors@R:
|
||||
person("First", "Last", , "first.last@example.com", role = c("aut", "cre"),
|
||||
comment = c(ORCID = "YOUR-ORCID-ID"))
|
||||
Description: What the package does (one paragraph).
|
||||
License: `use_mit_license()`, `use_gpl3_license()` or friends to pick a
|
||||
license
|
||||
Encoding: UTF-8
|
||||
Roxygen: list(markdown = TRUE)
|
||||
RoxygenNote: 7.3.1
|
||||
Imports:
|
||||
cli,
|
||||
gert,
|
||||
lubridate,
|
||||
magrittr,
|
||||
pak,
|
||||
paws.storage,
|
||||
pkgbuild,
|
||||
purrr,
|
||||
xml2
|
||||
Loading…
Reference in a new issue