Skip to content

Commit

Permalink
Small bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
MansMeg committed Dec 31, 2017
1 parent ac4e28a commit 295137c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Expand Up @@ -2,7 +2,7 @@ Package: markmyassignment
Type: Package
Title: Automatic Marking of R Assignments
Version: 0.8.0
Date: 2017-12-30
Date: 2017-12-31
Author: Mans Magnusson, Oscar Pettersson
Maintainer: Mans Magnusson <mons.magnusson@gmail.com>
Description: Automatic marking of R assignments for students and teachers based
Expand Down
11 changes: 9 additions & 2 deletions README.md
@@ -1,5 +1,6 @@
[![Build Status](https://travis-ci.org/MansMeg/markmyassignment.svg?branch=master)](https://travis-ci.org/MansMeg/markmyassignment) [![Coverage Status](https://coveralls.io/repos/MansMeg/markmyassignment/badge.svg?branch=master&service=github)](https://coveralls.io/github/MansMeg/markmyassignment?branch=master) [![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/markmyassignment)](https://github.com/metacran/cranlogs.app)
[![cran version](http://www.r-pkg.org/badges/version/markmyassignment)](http://cran.rstudio.com/web/packages/markmyassignment)

markmyassignment
================

Expand All @@ -13,10 +14,16 @@ install.packages("markmyassignment")
```

### Information for students
[Here](https://htmlpreview.github.io/?https://github.com/MansMeg/markmyassignment/blob/master/vignettes/markmyassignment.html) is a students tutorial on how to use ```markmyassignment```. For more information see the student page at the package [Wiki](https://github.com/MansMeg/markmyassignment/wiki/markmyassignment-for-students).
[Here](https://htmlpreview.github.io/?https://github.com/MansMeg/markmyassignment/blob/master/inst/doc/markmyassignment.html) is a students tutorial on how to use ```markmyassignment```.

The tutorial is also included as a vignette accessible from R with `vignette("markmyassignment")`.


### Information for teachers
See the teacher information [here](https://github.com/MansMeg/markmyassignment/wiki/markmyassignment-for-teachers).
[Here](https://htmlpreview.github.io/?https://github.com/MansMeg/markmyassignment/blob/master/inst/doc/markmyassignment-teacher.html) is a students tutorial on how to use ```markmyassignment```.

The tutorial is also included as a vignette accessible from R with `vignette("markmyassignment-teacher")`.


### Suggestions
All suggestions, ideas and comments are welcome. Please submit those through the package issue tracker [here](https://github.com/MansMeg/markmyassignment/issues).
Expand Down

0 comments on commit 295137c

Please sign in to comment.