-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 983 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
39
40
41
Package: paperbark
Type: Package
Title: Convert markdown to ecological meta language (EML) and back
Version: 0.1.0
Authors@R:
c(person(given = "Martin",
family = "Westgate",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Shandiya",
family = "Balasubramaniam",
email = "[email protected]",
role = c("aut")),
person(given = "Dax",
family = "Kellie",
email = "[email protected]",
role = c("aut")))
Description: Simple tools for converting metadata between R formats.
Depends:
R (>= 4.3.0)
Imports:
cli,
dplyr,
glue,
purrr,
rlang,
snakecase,
stringr,
tibble,
xml2
Suggests:
knitr,
testthat (>= 3.0.0)
License: GPL-3
URL: https://paperbark.ala.org.au
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
VignetteBuilder: knitr