Skip to content

stefanavey/cbb-jamboree-intro-to-r

Repository files navigation

CBB Jamboree - Intro to R (DataCamp Course)

Workflow

  1. Edit the markdown and yml files in this repository.
  2. Check out your build attempts on the Teach Dashboard.
  3. Check out your automatically updated Course on DataCamp

Getting Started

A DataCamp course consists of two types of files:

  • course.yml, a YAML-formatted file that contains course metadata (title, description, instructors, etc.)
  • chapterX.md, a markdown file with:
    • a YAML header containing chapter information.
    • markdown chunks representing DataCamp Exercises.

Every DataCamp exercise consists of different parts, read up about them here. A very important part about DataCamp exercises is to provide automated personalized feedback to students. In R, these so-called Submission Correctness Tests (SCTs) are written with the testwhat package. SCTs for Python exercises are coded up with pythonwhat. Check out the GitHub repositories' wiki pages for more information and examples.

Want to learn more? Check out the documentation on teaching at DataCamp.

Happy teaching!

About

A DataCamp Course to Introduce R to Bioinformatics Graduate Students

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages