-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
37 lines (37 loc) · 866 Bytes
/
DESCRIPTION
File metadata and controls
37 lines (37 loc) · 866 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
31
32
33
34
35
36
37
Package: blogbuilder
Type: Package
Title: Build DACSS Course Blogs
Version: 0.1.4
Authors@R:
c(person(given = "Hans",
family = "Quiogue",
role = "aut"),
person(given = "Naman",
family = "Ranawat",
role = c("aut", "cre"),
email = "nranawat@umass.edu"),
person(given = "DACSS",
role = c("cph", "fnd"),
email = "dacss@umass.edu"))
Description: Easily generate and maintain Data Analytics and Computation
Social Science course blogs created with R Markdown, Distill, and Postcards.
License: CC BY-NC 4.0
Imports:
distill,
postcards,
usethis,
gitcreds,
easycsv,
rmarkdown,
yaml,
readxl,
readr,
knitr,
googlesheets4,
blastula,
glue,
rjson,
magrittr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1