This package provides frequentist and Bayesian statistical tools to build predictive models useful for the breeders, quantitative genetists and forest genetic resources analysts communities. It aims to assess the genetic value of individuals under a number of situations, including spatial autocorrelation, genetic/environment interaction and competition. It is under active development as part of the Trees4Future project, particularly developed having forest genetic trials in mind. But can be used for animals or other situations as well.
If you have questions, please join our discussion group
This site is concerned with the development and testing of breedR. If you want to use the most stable version of breedR, please check the dissemination site
- Install R from CRAN
- If you work under MS Windows platform
- Install
RTools
as well
- Install
- Install the
devtools
R-packageinstall.packages('devtools')
- For beta-testers;
- Create a GitHub account
- Install the
testthat
R-packageinstall.pacakges('testthat')
devtools::install_github('famuvie/breedR')
Check the breedR-wiki
library(breedR) # Load the package
news(package = 'breedR') # Check the changelog
example('breedR') # Check-out the basic example
demo(package='breedR') # Available demos on features
demo('Metagene-spatial') # Execute some demos
demo('globulus')
breedR is in beta stage. Collaboration is welcome!
-
Check the automated tests
library('testthat') test_package('breedR')
-
Try it with your own data or with provided datasets
-
Report issues
- If you use this package please cite it
citation('breedR')