File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
Package: assignr
2
- Title: Create Homework Assignments and Solutions using `rmarkdown`
3
- Version: 0.0.0.9000
2
+ Title: Create Homework Assignments and Solutions using 'RMarkdown'
3
+ Version: 0.0.1
4
4
Authors@R: c(person("David", "Dalpiaz", email = "
[email protected] ",
5
5
role = c("aut", "cph")),
6
6
person("James", "Balamuta", email = "
[email protected] ",
7
7
role = c("aut", "cre", "cph")))
8
- Description: This package facilitates embedding solutions within an `rmarkdown`
9
- document that can later be given to students.
8
+ Description: Writing homework assignments for students in the age of 'RMarkdown'
9
+ necessitates the creation of two separate documents -- assign.Rmd and soln.Rmd.
10
+ The goal of assignr is to create one document main.Rmd that can be broken
11
+ apart into the above two documents. Thus, there is no longer a need to copy
12
+ and paste between the assign and the soln documents as all of the contents
13
+ are together in one file.
10
14
Depends:
11
15
R (>= 3.3.0)
12
16
URL: https://github.com/coatless/assignr, http://thecoatlessprofessor.com/projects/assignr/
You can’t perform that action at this time.
0 commit comments