diff --git a/NEWS.md b/NEWS.md index 39a9dcd..f0e6851 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,10 @@ -# grader 0.0.0.9000 - -* Added a `NEWS.md` file to track changes to the package. +# assignr 0.0.1 +## Features +- Automatically generate a solution key and an assignment from asingle `.Rmd` + file via `assignr("hwXX-main.Rmd")`. +- Compress individual the solution key and assignment files via a zip. +- Automatically deploy to a [GitHub Pages](https://pages.github.com/) + website with the default output directory set to `/docs`.