-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·38 lines (38 loc) · 1000 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
33
34
35
36
37
38
Package: bitfield
Type: Package
Title: Handle Bitfields to record Data-Quality
Version: 0.2.0
Authors@R: c(
person("Steffen", "Ehrmann", role = c("aut", "cre"),
email = "steffen.ehrmann@posteo.de",
comment = c(ORCID = "0000-0002-2958-0796"))
)
Description: Provides tools to record formal data quality and meta data to store
that in a bitfield, which can be published alongside all sort of (modelled)
data products that can be handled in tabular form.
URL: https://github.com/ehrmanns/bitfield, http://ehrmanns.github.io/bitfield
BugReports: https://github.com/ehrmanns/bitfield/issues
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
checkmate,
crayon,
dplyr,
methods,
purrr,
rlang,
stringr,
tibble,
tidyr,
tidyselect
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Depends:
R (>= 2.10)
Config/testthat/edition: 3