Skip to content

Commit a56cda9

Browse files
committed
Tweak README.md
1 parent d46886a commit a56cda9

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
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
22

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/).
410

511
## Motivation
612

713
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`.
915
The goal of `assignr` is to create one document `main.Rmd` that can be broken
1016
apart into the above two documents. Thus, there is no longer a need to
1117
_copy and paste_ between the `assign` and the `soln` documents as all of the

0 commit comments

Comments
 (0)