generated from epiverse-trace/packagetemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.25 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
Package: safeframe
Title: Generic Data Tagging and Validating
Version: 0.0.1
Authors@R: c(
person("Chris", "Hartgerink", , "chris@data.org", role = c("cre", "aut"),
comment = c(ORCID = "0000-0003-1050-6809")),
person("Hugo", "Gruson", , "hugo@data.org", role = "rev",
comment = c(ORCID = "0000-0002-4094-1476"))
)
Description: Provides tools to help tag and validate data according to user-specified rules. The 'safeframe' class adds variable level attributes to 'data.frame' columns. Once tagged, these variables can be seamlessly used in downstream analyses, making data pipelines clearer, more robust, and more reliable.
License: MIT + file LICENSE
URL: https://epiverse-trace.github.io/safeframe/, https://github.com/epiverse-trace/safeframe
BugReports: https://github.com/epiverse-trace/safeframe/issues
Depends:
R (>= 3.1.0)
Imports:
checkmate,
lifecycle,
rlang,
tidyselect
Suggests:
callr,
dplyr,
knitr,
magrittr,
rmarkdown,
spelling,
testthat,
tibble
Config/Needs/website:
r-lib/pkgdown,
epiverse-trace/epiversetheme
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-GB
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2