HighlanderLab / SIMplyBee

SIMplyBee R package extends AlphaSimR for simulating honeybee populations and breeding programmes
http://www.simplybee.info/
Other
0 stars 5 forks source link

Use AlphaSimR::newEmptyPop() to simplify some of SIMplyBee code #574

Open gregorgorjanc opened 8 months ago

gregorgorjanc commented 8 months ago

When we started developing SIMplyBee we have hit some edge cases with empty AlphaSimR Pop objects. We have worked around that with some ugly & convoluted R code, but made it work eventually.

I now see that AlphaSimR has newEmptyPop(), which could simply some of the ugly & convoluted R code.