Skip to content

Commit

Permalink
Merge pull request swirldev#162 from swirldev/regmods
Browse files Browse the repository at this point in the history
Add regression models to recommended courses
  • Loading branch information
ncarchedi committed May 29, 2014
2 parents 90238fc + 79e783d commit 21c6a51
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Description: swirl turns the R console into an interactive learning
environment. Users receive immediate feedback as they are guided through
self-paced lessons in data science and R programming.
URL: http://swirlstats.com
Version: 2.2.8
Version: 2.2.9
License: GPL-3
Authors@R: c(
person("Nick", "Carchedi", email = "[email protected]",
Expand Down
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# swirl 2.2.9

* Add Regression Models to recommended courses.

# swirl 2.2.8

* Alternate user progress tracking strategy without previous lag or freeze problems. Backwards compatible with existing course content. Tracks large or small lesson data sets by default, but these may be excluded by sourcing with local=FALSE from the initLesson.R file.
Expand Down
3 changes: 3 additions & 0 deletions inst/Courses/suggested_courses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
Description: The basics of programming in R
Install: install_from_swirl('R_Programming')

- Course: Regression Models
Description: The basics of regression modeling in R
Install: install_from_swirl('Regression_Models')

0 comments on commit 21c6a51

Please sign in to comment.