-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 993 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
Package: options
Title: Simple, Consistent Package Options
Version: 0.3.1
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
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-03-29 20:18:02 UTC; root
Author: Doug Kelkhoff [aut, cre]
Maintainer: Doug Kelkhoff <[email protected]>
Repository: CRAN
Date/Publication: 2025-03-29 20:40:02 UTC