Skip to content

Commit

Permalink
update README with popular courses
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Mar 20, 2014
1 parent 793dcba commit 7142cc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.Rproj.user
swirl_courses.Rproj
.RData
*.html
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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)
Expand All @@ -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.

0 comments on commit 7142cc8

Please sign in to comment.