-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
26 lines (26 loc) · 998 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
Package: rtemps
Type: Package
Title: R Templates for Reproducible Data Analyses
Version: 0.8.0
Authors@R: person("John", "Zobolas", role = c("aut", "cph", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-3609-8674"))
Description: A collection of R Markdown templates for nicely structured, reproducible
data analyses in R. The templates have embedded examples on how to write
citations, footnotes, equations and use colored message/info boxes, how to
cross-reference different parts/sections in the report, provide a nice
table of contents (toc) with a References section and proper R session
information as well as examples using DT tables and ggplot2 graphs.
The bookdown Lite template theme supports code folding.
License: MIT + file LICENSE
URL: https://github.com/bblodfon/rtemps
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
Imports:
knitr,
rmarkdown,
bookdown,
DT,
ggplot2,
xfun