-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·38 lines (38 loc) · 971 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 Meta Data
Version: 0.3.0
Authors@R: c(
person("Steffen", "Ehrmann", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2958-0796"))
)
Description: Provides tools to record algorithmic and analytic meta data along a
workflow to store that in a bitfield, which can be published alongside any
(modelled) data products.
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.2
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