forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 887 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: dtsldown
Title: An updated R Markdown template using the bookdown package to create books for the digatus Technical Standards Library (DTSL)
Version: 0.0.1
Authors@R: c(
person("Julian", "Pawlowski", email = "julian.pawlowski@gmail.com", role = c("cre", "aut")))
Description: Using the bookdown package, LaTeX and Word templates from digatus :forward division,
this package aims to encourage reproducible technical documentation using simple Markdown
syntax while embedding all of the R code to produce plots and analyses as well.
Maintainer: Julian Pawlowski <julian.pawlowski@gmail.com>
Depends:
R (>= 3.2.0)
Imports:
dplyr,
ggplot2,
bookdown,
knitr,
here,
R.utils
Suggests:
remotes,
usethis
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
SystemRequirements: pandoc (>= 1.18) - https://pandoc.org
RoxygenNote: 7.1.2