-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
42 lines (42 loc) · 888 Bytes
/
DESCRIPTION
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: options
Title: Simple, Consistent Package Options
Version: 0.3.0
Authors@R:
person(
"Doug",
"Kelkhoff",
email = "[email protected]",
role = c("aut", "cre")
)
Description:
Simple mechanisms for defining and interpreting package options. Provides
helpers for interpreting environment variables, global options, defining
default values and more.
License:
MIT + file LICENSE
URL:
https://dgkf.github.io/options/,
https://codeberg.org/dgkf/options
BugReports:
https://codeberg.org/dgkf/options/issues
Imports:
utils
Suggests:
crayon,
knitr,
rmarkdown,
roxygen2,
rcmdcheck,
pkgload,
withr,
testthat (>= 3.0.0)
Config/Needs/website:
pkgdown
Roxygen:
list(markdown = TRUE)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3