-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
30 lines (30 loc) · 1.14 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
Package: assignr
Title: Create Homework Assignments and Solutions using 'RMarkdown'
Version: 0.0.1
Authors@R: c(person("David", "Dalpiaz", email = "dalpiaz2@illinois.edu",
role = c("aut", "cph")),
person("James", "Balamuta", email = "balamut2@illinois.edu",
role = c("aut", "cre", "cph")))
Description: Writing homework assignments for students in the age of 'RMarkdown'
necessitates the creation of two separate documents -- assign.Rmd and soln.Rmd.
The goal of assignr is to create one document main.Rmd that can be broken
apart into the above two documents. Thus, there is no longer a need to copy
and paste between the assign and the soln documents as all of the contents
are together in one file.
Depends:
R (>= 3.3.0)
URL: https://github.com/coatless-rpkg/assignr, https://r-pkg.thecoatlessprofessor.com/assignr/
BugReports: https://github.com/coatless-rpkg/assignr/issues
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
Imports: rmarkdown,
stringr,
purrr
Suggests:
testthat,
knitr,
covr
VignetteBuilder: knitr
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)