-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 840 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
Package: stbl
Title: Stabilize Function Arguments
Version: 0.1.1.9000
Authors@R:
person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0003-4781-4346"))
Description: A set of consistent, opinionated functions to quickly check
function arguments, coerce them to the desired configuration, or
deliver informative error messages when that is not possible.
License: MIT + file LICENSE
URL: https://jonthegeek.github.io/stbl/,
https://github.com/jonthegeek/stbl
BugReports: https://github.com/jonthegeek/stbl/issues
Imports:
cli,
glue,
rlang (>= 1.1.0),
vctrs
Suggests:
stringi,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2