Skip to content

Commit d46886a

Browse files
committed
Update description
1 parent 11a86f2 commit d46886a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

DESCRIPTION

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
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
44
Authors@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.
1014
Depends:
1115
R (>= 3.3.0)
1216
URL: https://github.com/coatless/assignr, http://thecoatlessprofessor.com/projects/assignr/

0 commit comments

Comments
 (0)