-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
131 lines (131 loc) · 2.51 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
Package: prettycheck
Title: Pretty assertive programming
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: Provides a set of functions that produce pretty and informative
error messages.
License: MIT + file LICENSE
URL: https://github.com/danielvartan/prettycheck/
BugReports: https://github.com/danielvartan/prettycheck/issues/
Depends:
R (>= 4.3)
Imports:
checkmate (>= 2.3.2),
cli (>= 3.6.3),
curl (>= 5.2.3),
data.table (>= 1.16.2),
fastmatch (>= 1.1.4),
glue (>= 1.8.0),
hms (>= 1.1.3),
lifecycle (>= 1.0.4),
lubridate (>= 1.9.3),
magrittr (>= 2.0.3),
rlang (>= 1.1.4),
rutils,
stringr (>= 1.5.1),
tibble (>= 3.2.1),
utils (>= 4.3)
Suggests:
covr (>= 3.6.4),
knitr (>= 1.48),
mockr (>= 0.2.1),
spelling (>= 2.3.1),
testthat (>= 3.2.1.1)
Remotes:
github::danielvartan/rutils
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: bzip2
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'make_check.R'
'a_collate.R'
'access.R'
'any.R'
'array.R'
'atomic.R'
'boolean.R'
'character.R'
'choice.R'
'class.R'
'color.R'
'complex.R'
'count.R'
'data.R'
'data_frame.R'
'data_table.R'
'date.R'
'directory.R'
'directory_exists.R'
'disjunct.R'
'double.R'
'duration.R'
'empty.R'
'environment.R'
'factor.R'
'false.R'
'file_exists.R'
'finite.R'
'flag.R'
'formula.R'
'function.R'
'hms.R'
'identical.R'
'infinite.R'
'integer.R'
'integer_number.R'
'integerish.R'
'interactive.R'
'internet.R'
'interval.R'
'length.R'
'less_or_equal_than.R'
'list.R'
'logical.R'
'matrix.R'
'na.R'
'named.R'
'names.R'
'namespace.R'
'nan.R'
'not_empty.R'
'null.R'
'null_ok.R'
'number.R'
'numeric.R'
'os.R'
'path_for_output.R'
'period.R'
'permutation.R'
'pick.R'
'pkg_vars.R'
'posixct.R'
'posixt.R'
'prettycheck-package.R'
'r6.R'
'r7.R'
'raw.R'
's3.R'
's4.R'
'scalar.R'
'set_equal.R'
'string.R'
'subset.R'
'temporal.R'
'tibble.R'
'true.R'
'utils-mocks.R'
'utils.R'
'vector.R'
'whole_number.R'