File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- # assignr [ ![ Build Status ] ( https://travis-ci.org/coatless/assignr.svg )] ( https://travis-ci.org/coatless/assignr ) [ ![ Package-License ] ( http://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat )] ( http://www.gnu.org/licenses/gpl-2.0.html ) [ ![ CRAN ] ( http://www.r-pkg.org/badges/version/assignr )] ( https://cran.r-project.org/package=assignr ) [ ![ Downloads ] ( http://cranlogs.r-pkg.org/badges/assignr?color=brightgreen )] ( http://www.r-pkg.org/pkg/assignr )
1
+ # assignr
2
2
3
- Tools for Educators Writing Assignments in _ RMarkdown_
3
+ [ ![ Project Status: Active - The project has reached a stable, usable state and is being actively developed.] ( http://www.repostatus.org/badges/latest/active.svg )] ( http://www.repostatus.org/#active )
4
+ [ ![ Build Status] ( https://travis-ci.org/coatless/assignr.svg )] ( https://travis-ci.org/coatless/assignr )
5
+ [ ![ Package-License] ( http://img.shields.io/badge/license-GPL%20(%3E=2)-brightgreen.svg?style=flat )] ( http://www.gnu.org/licenses/gpl-2.0.html )
6
+ [ ![ CRAN] ( http://www.r-pkg.org/badges/version/assignr )] ( https://cran.r-project.org/package=assignr )
7
+ [ ![ Downloads] ( http://cranlogs.r-pkg.org/badges/assignr?color=brightgreen )] ( http://www.r-pkg.org/pkg/assignr )
8
+
9
+ Tools for creating homework assignments and solutions using [ _ RMarkdown_ ] ( http://rmarkdown.rstudio.com/ ) .
4
10
5
11
## Motivation
6
12
7
13
Writing homework assignments for students in the age of [ _ RMarkdown_ ] ( http://rmarkdown.rstudio.com/ ) necessitates the creation
8
- of _ two_ separate documents -- ` assign.Rmd ` and ` soln.Rmd ` -- being created .
14
+ of _ two_ separate documents -- ` assign.Rmd ` and ` soln.Rmd ` .
9
15
The goal of ` assignr ` is to create one document ` main.Rmd ` that can be broken
10
16
apart into the above two documents. Thus, there is no longer a need to
11
17
_ copy and paste_ between the ` assign ` and the ` soln ` documents as all of the
You can’t perform that action at this time.
0 commit comments