forked from ismayc/thesisdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 866 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
Package: boundown
Title: An updated R Markdown thesis template using the bookdown package
Version: 0.2.0.9000
Authors@R: c(
person("Serhat", "Çevikel", email = "serhat.cevikel@boun.edu.tr", role = c("cre", "aut")))
Description: Based on thesisdown package by Chester Ismay and using the bookdown package and LaTeX and Word thesis templates from
Reed College, this package aims to encourage reproducible research using
simple Markdown syntax while embedding all of the R code to produce plots
and analyses as well.
Maintainer: Serhat Çevikel <serhat.cevikel@boun.edu.tr>
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.2.3