-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 732 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
25 lines (25 loc) · 732 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
Package: favr
Title: Function Argument Validation
Version: 2.0.0
Authors@R:
person("Luke", "Jenkins", , "luke-jenkins-dev@outlook.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-7206-7242"))
Description: Validate function arguments succinctly with informative error messages.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
cli,
lifecycle,
methods,
rlang (>= 1.1.0),
tidyselect,
vctrs
Suggests:
testthat (>= 3.0.0),
withr
Config/testthat/edition: 3
URL: https://lj-jenkins.github.io/favr/, https://github.com/LJ-Jenkins/favr
Depends:
R (>= 4.1.0)
BugReports: https://github.com/LJ-Jenkins/favr/issues
Config/roxygen2/version: 8.0.0