-
Notifications
You must be signed in to change notification settings - Fork 35
/
DESCRIPTION
31 lines (31 loc) · 931 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
28
29
30
31
Package: lecturenotes
Type: Package
Title: My lecture notes Rmd template
Version: 0.2.2
Authors@R:
person(given = "Grant",
family = "McDermott",
role = c("aut", "cre"),
email = "grantmcd@uoregon.edu",
comment = c(ORCID = "0000-0001-7883-8573"))
Description: Template for exporting to both HTML and PDF formats. Takes care of
various annoyances like missing affiliation headings for PDF, handling of
non-standard fonts, correct parsing of interactive content depending on the
output format, etc.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/grantmcdermott/lecturenotes,
http://grantmcdermott.com/lecturenotes
BugReports: https://github.com/grantmcdermott/lecturenotes/issues
Depends:
R (>= 3.1.0)
Imports:
rmarkdown (>= 1.3)
Suggests:
dplyr,
data.table,
kableExtra,
modelsummary(>= 0.9.5),
ggplot2,
hrbrthemes