-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathDESCRIPTION
69 lines (69 loc) · 1.88 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: rjtools
Title: Preparing, Checking, and Submitting Articles to the 'R Journal'
Version: 1.0.16
Authors@R:
c(person(given = "Mitchell",
family = "O'Hara-Wild",
email = "[email protected]",
role = c("aut")),
person(given = "Stephanie",
family = "Kobakian",
role = c("aut")),
person(given = "H. Sherry",
family = "Zhang",
email = "[email protected]",
role = "aut"),
person(given = "Di",
family = "Cook",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3813-7155")),
person(given="Simon", family="Urbanek",
email="[email protected]",
role="aut"),
person(given = "Christophe",
family = "Dervieux",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0003-4474-2498")))
Description: Create an 'R Journal' 'Rmarkdown' template article, that will
generate html and pdf versions of your paper. Check that the paper folder
has all the required components needed for submission.
Examples of 'R Journal' publications can be found at
<https://journal.r-project.org>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
distill,
stringr,
purrr,
hunspell,
fs,
cli,
glue,
whisker,
xfun,
callr,
rlang,
yaml,
yesno,
utils,
tinytex,
bookdown,
BiocManager,
here,
rmarkdown
Suggests:
knitr,
pdftools,
rstudioapi,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://github.com/rjournal/rjtools
BugReports: https://github.com/rjournal/rjtools/issues
Config/testthat/edition: 3
Depends:
R (>= 2.10)
LazyData: true