-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
34 lines (34 loc) · 952 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
32
33
34
Package: sds
Title: Templates and things for SDS Program
Version: 0.0.3.9001
Authors@R: c(
person("Benjamin S.", "Baumer", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3279-0516")),
person("Miles", "Ott", role = "ctb"))
Description: R Markdown's templating ability allows one to create templates for
LaTeX and Markdown documents. This package contains templates for creating
class notes, lab reports, posters, letters and other documents with
customization for Smith College SDS faculty and students. Smith-themed palettes
for ggplot2 graphics are also included.
Depends:
R (>= 4.1.0)
Imports:
dplyr,
fontawesome,
ggplot2,
htmltools,
knitr,
rmarkdown,
rvest,
tibble,
xaringan,
xaringanthemer
License: CC0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
here,
testthat