gaynorr / AlphaSimR

R package for breeding program simulations
https://gaynorr.github.io/AlphaSimR/
Other
43 stars 18 forks source link

Exporting getNumThreads() so other packages can use it & adding docs #33

Closed gregorgorjanc closed 2 years ago

gregorgorjanc commented 2 years ago

@gaynorr we noticed that we can't extend the SimParam class (for the honeybee) without having the getNumThreads() exported. Hence this tweak of "Exporting getNumThreads() so other packages can use it & adding docs for it".

Thanks!