README.md

qgshiny

Travis-CI Build
Status

Author

Jeff Neyhart

Description

This is an R package that includes a Shiny Application for teaching introductory quantitative genetics through interactive simulations. This app was first designed for the HORT/AGRO 4401 course at the University of Minnesota, however it may be widely applicable.

Installation

You may install the stable version of the package from CRAN by running:

install.packages("qgshiny")

Alternatively, you can install the developmental version from GitHub by using the devtools package:

devtools::install_github("neyhartj/qgshiny")

Run the App

Local installation and deployment

To run the Shiny App locally, load the qgshiny package and use the run_example() function:

library(qgshiny)

run_qgshiny()

shinyapps.io deployment

This application may also be accessed remotely from the shinyapps.io platform here

Support and Feature Requests

To request a new module or to fix a bug, please email me or open an issue on GitHub.



Try the qgshiny package in your browser

Any scripts or data that you put into this service are public.

qgshiny documentation built on July 8, 2020, 6:33 p.m.