breedR
breedR copied to clipboard
Statistical methods for forest genetic resources analysts
See #110, for an example involving the specification of `var.ini`. At the very least, the package should provide a more informative error message to help correct the mistake immediately. The...
Hi Facundo, I hope you are going well! I would like to use both competition models from [Muir (2005)](http://www.genetics.org/cgi/doi/10.1534/genetics.104.035956). The first one corresponds to the "tree" case as implemented by...
Hi, I got this error trying to run: `remlf90(fixed = phe_X~1, random = ~ gg, data = globulus)` ``` Error in system2(breedR.call, input = "parameters", stdout = ifelse(debug, : 'CreateProcess'...
This is related with #74. While INLA is only a package __suggested__ for testing and simulation of spatial fields for the metagene class and it is not typically installed by...
Use the [workshop materials](https://famuvie.github.io/breedR/workshop_IBL/) as a base for the guide. But update the relevant aspects of the interface that have changed since, as it became apparent in issue #94.
Hi everyone, I'm a new user of breedR from Japan. I have a question about the class of categorical variable in fixed factors. I have 4 site data set, and...
Parallelization via forking does not work: ``` r library(parallel) library(breedR) #> Loading required package: sp ## A trivial multivariate dataset set.seed(1234) ncol
prepare the package to be submitted to CRAN. This involves separating the management of binaries from breedR.
This package would handle downloading, installation and communication (i.e. reading and writing text files) with PROGSF90 binaries.
[ ] `\notrun` all the examples and demos, [ ] remove the tests and [ ] provide the compiled vignettes to bypass all CRAN checks that require actually running PROGSF90.