-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 971 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
30 lines (30 loc) · 971 Bytes
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
Package: ufprdown
Title: R Markdown Thesis Template for UFPR using Bookdown
Version: 0.1.4
Authors@R: c(
person("José Evandeilton", "Lopes", email = "evandeilton@gmail.com",
role = c("cre", "aut")))
Description: Using the bookdown package and the PPGInf/UFPR LaTeX template,
this package provides an R Markdown thesis template for producing
dissertations and theses at the Universidade Federal do Paraná (UFPR).
It supports reproducible research with embedded R code for plots and
analyses, while following the UFPR formatting guidelines.
Maintainer: José Evandeilton Lopes <evandeilton@gmail.com>
Depends:
R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
bookdown,
knitr,
rmarkdown
Suggests:
tinytex,
kableExtra,
ggplot2,
dplyr
VignetteBuilder: knitr
SystemRequirements: pandoc (>= 2.0) - http://pandoc.org
RoxygenNote: 7.3.3
URL: https://evandeilton.github.io/ufprdown/