Skip to content

A collection of interactive courses for the swirl R package.

Notifications You must be signed in to change notification settings

hlkyt/swirl_courses

 
 

Repository files navigation

swirl courses

This is a collection of interactive courses for use with the swirl R package. Some courses are still in development and may only run on a particular development version 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 or the swirl GitHub repository.

How to install and run a course from this repository

Make sure you have a recent version of swirl:

install.packages("swirl")

If you wish to install the development version of swirl:

library(devtools)
install_github("swirldev/swirl")

Then, from the R console:

library(swirl)
install_from_swirl("Course_Directory")
swirl()

For example, install_from_swirl("R_Programming") will install the R Programming course.

About

A collection of interactive courses for the swirl R package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published