-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.21 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
Package: hadamardown
Title: RMarkdown template for theses written at Université
Paris-Saclay and Ecole Doctorale de Mathématiques Hadamard
Version: 0.1.6
Authors@R:
c(person(given = "Antoine",
family = "Bichat",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Chester",
family = "Ismay",
role = "aut",
email = "[email protected]"),
person(given = "Nick",
family = "Solomon",
role = "aut",
email = "[email protected]"))
Description: 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.
License: MIT + file LICENSE
URL: https://github.com/abichat/hadamardown
BugReports: https://github.com/abichat/hadamardown/issues
Depends:
R (>= 3.2.0)
Imports:
bookdown,
devtools,
dplyr,
ggplot2,
knitr,
thesisdown
Remotes:
ismayc/thesisdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
SystemRequirements: pandoc (>= 1.18) - http://pandoc.org