The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Jeff Neyhart
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.
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")
To run the Shiny App locally, load the qgshiny
package
and use the run_example()
function:
library(qgshiny)
run_qgshiny()
This application may also be accessed remotely from the shinyapps.io platform here
To request a new module or to fix a bug, please email me or open an issue on GitHub.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.