-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.Rmd
More file actions
21 lines (13 loc) · 797 Bytes
/
Copy pathREADME.Rmd
File metadata and controls
21 lines (13 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: "R/SimPlus"
author: Jeffrey Endelman
output: github_document
---
SimPlus was developed for testing [R/COMA](https://github.com/jendelman/COMA) with [AlphaSimR](https://cran.r-project.org/web/packages/AlphaSimR/index.html), a package for stochastic simulation of breeding programs.
Financial support has come from the USDA National Institute of Food and Agriculture (NIFA) Award 2020-51181-32156. [Vignette 1](https://jendelman.github.io/SimPlus/Vignette1.html) illustrates the basic workflow. For a complete specification of package functions, consult the [reference manual.](https://jendelman.github.io/SimPlus/manual.pdf)
To install and load the package:
```R
install.packages("devtools")
devtools::install_github("jendelman/SimPlus", build_vignettes=FALSE)
library(COMA)
```