From 7142cc8267004d0d68943afe19c174d30b2a31ea Mon Sep 17 00:00:00 2001 From: Nick Carchedi Date: Thu, 20 Mar 2014 11:38:53 -0400 Subject: [PATCH] update README with popular courses --- .gitignore | 1 + README.md | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c3f3465f..affb9404 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ .Rproj.user swirl_courses.Rproj .RData +*.html \ No newline at end of file diff --git a/README.md b/README.md index dfb7786e..1e0b636d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ swirl courses ============= -This is a collection of courses that do not come pre-installed with the swirl R package. Some courses are used to experiment with or demonstrate new features. +This is a collection of interactive courses for the swirl R package. Some courses are used to experiment with or demonstrate new features and may require special development versions of swirl. + +The following are some of our more popular courses: + +- R Programming +- Data Analysis +- Mathematical Biostatistics Boot Camp +- Open Intro For more information regarding swirl, visit [swirlstats.com](http://swirlstats.com) or the [swirl GitHub repository](https://github.com/swirldev/swirl). @@ -13,7 +20,7 @@ Make sure you have a recent version of swirl: install.packages("swirl") ``` -Some courses may require the development version of swirl: +If you wish to install the development version of swirl: ``` library(devtools) @@ -28,4 +35,4 @@ install_from_swirl("Course_Directory") swirl() ``` -For example, `install_from_swirl("Including_Data")` will install the `Including_Data` course. +For example, `install_from_swirl("R_Programming")` will install the `R Programming` course.