-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 869 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
34 lines (34 loc) · 869 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
26
27
28
29
30
31
32
33
34
Package: qualifyr
Type: Package
Title: Validate Relational Data Structures
Version: 0.1.0.9007
Authors@R: c(
person(
"Ian", "Farm",
email = "ian.farm@maine.edu",
role = c("aut", "cre")
),
person(
"tidyselect authors",
role = "cph",
comment = "Documentation for arguments using tidy-selection is adapted
from the `args_tidy_select` help topic from the tidyselect package."
)
)
Description: A framework for representing relational data structures in R, and
flexible tools for defining and validating constraints on relational data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
purrr,
rlang,
tidyselect
Suggests:
nycflights13,
testthat (>= 3.0.0),
withr
Depends: R (>= 4.1.0)
Config/testthat/edition: 3