forked from tonyfischetti/assertr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
32 lines (32 loc) · 893 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
Package: assertr
Type: Package
Title: Assertive Programming for R Analysis Pipelines
Version: 2.6.9000
Authors@R: person("Tony", "Fischetti",
email="[email protected]",
role = c("aut", "cre"))
Description: Provides functionality to assert conditions
that have to be met so that errors in data used in
analysis pipelines can fail quickly. Similar to
'stopifnot()' but more powerful, friendly, and easier
for use in pipelines.
URL: https://docs.ropensci.org/assertr (website)
https://github.com/ropensci/assertr
BugReports: https://github.com/ropensci/assertr/issues
License: MIT + file LICENSE
ByteCompile: TRUE
LazyData: TRUE
Depends: R (>= 3.1.0)
Imports:
dplyr (>= 0.7.0),
MASS,
stats,
utils,
rlang (>= 0.3.0)
Suggests:
knitr,
testthat,
magrittr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Encoding: UTF-8