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 11Package: 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
44Authors@R: c(person("David", "Dalpiaz", email = "
[email protected] ",
55 role = c("aut", "cph")),
66 person("James", "Balamuta", email = "
[email protected] ",
77 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.
1014Depends:
1115 R (>= 3.3.0)
1216URL: https://github.com/coatless/assignr, http://thecoatlessprofessor.com/projects/assignr/
You can’t perform that action at this time.
0 commit comments