Learn R Programming

qgshiny

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.

Copy Link

Version

Install

install.packages('qgshiny')

Monthly Downloads

772

Version

0.1.0

License

MIT + file LICENSE

Maintainer

Jeffrey Neyhart

Last Published

July 2nd, 2020

Functions in qgshiny (0.1.0)

run_qgshiny

Run the application