Skip to content
/ teachR Public
forked from swarm-lab/teachR

A package for R that bundles several Shiny web applications for educational use.

License

Notifications You must be signed in to change notification settings

p15e/teachR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teachR

teachR is a package for R that bundles several Shiny web applications for educational use.

The goal of teachR is to provide teachers and educators with free, easy-to-use and interactive applications for complementing their courses with virtual demonstrations and/or experiments.

The Shiny applications in teachR can be launched directly from within R or RStudio. They can also be exported toward a local folder for later deployment on shinyapp.io or on a personal Shiny Server instance.

The teachR package is at a very early stage of development. It contains only a few Shiny applications at the moment, but this number is meant to grow with the help Shiny developers willing to make their educational web applications more easily accessible.

If you are a Shiny developer and want to participate, just fork this repository, add your application(s) to the "inst/apps" folder with a properly formatted "info" file (see other apps for examples), and send me a pull request.


Installation

Installing teachR from this GitHub repository is pretty straightforward: simply copy the following lines of code in your R terminal:

if (!require("devtools")) install.packages("devtools")
devtools::install_github("swarm-lab/teachR")

library(teachR)

Use the package's help to learn how to discover and run the applications provided in teachR.


Maintainer(s)

Simon Garnier - @sjmgarnier - [email protected]


About

A package for R that bundles several Shiny web applications for educational use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.4%
  • R 25.1%
  • Other 1.5%