forked from ddsjoberg/standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 665 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: standalone
Title: What the Package Does (One Line, Title Case)
Version: 0.0.0.9000
Authors@R:
person("Daniel D.", "Sjoberg", , "danield.sjoberg@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0862-2018"))
Description: What the package does (one paragraph).
License: MIT + file LICENSE
URL: http://www.danieldsjoberg.com/standalone/
Depends:
R (>= 2.10)
Imports:
cli,
dplyr,
rlang,
tidyr
Suggests:
testthat (>= 3.2.0),
usethis,
forcats,
stringr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1