-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
47 lines (47 loc) · 1.39 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
Package: dmdScheme
Title: Domain Specific MetaData Scheme
Description: Forms the core for developing own domain specific metadata schemes.
It contains the basic functionality needed for all metadata schemes based on the
'dmdScheme'. See R.M. Krug and O.L. Petchey (2019) <DOI:10.5281/zenodo.3581970>.
Version: 1.3.5
Date: 2022-08-22
Authors@R:
c(person(given = "Rainer M.",
family = "Krug",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7490-0066")),
person(given = "Owen L.",
family = "Petchey",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-7724-1633")))
URL: https://UZH-PEG.github.io/dmdScheme/,
https://github.com/UZH-PEG/dmdScheme/
BugReports: https://github.com/UZH-PEG/dmdScheme/issues/
Depends: R (>= 3.5.0)
Imports: tools,
methods,
utils,
magrittr (>= 1.5),
readxl (>= 1.2.0),
xml2,
rlang (>= 0.3.1),
rmarkdown,
knitr,
digest (>= 0.6),
writexl,
rappdirs,
yaml,
stringr
License: MIT + file LICENSE
Encoding: UTF-8
StagedInstall: true
RoxygenNote: 7.2.1
Suggests: covr (>= 3.2.1),
testthat (>= 2.0.1),
here (>= 0.1),
shiny,
openxlsx,
xfun
VignetteBuilder: knitr