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

Figure out what is the issue with MultiColony-class.Rd #494

Open janaobsteter opened 1 year ago

janaobsteter commented 1 year ago

This manual gets compiled differently on every run - sometimes it works with the CRAN check, sometimes it doesn't

gregorgorjanc commented 8 months ago

I assume you mean documentation for the MultiColony-class.Rd defined at https://github.com/HighlanderLab/SIMplyBee/blob/758b632b988d1e81833063f494be5091396f9fd5/R/Class-MultiColony.R#L7?

Has this behaviour now changed after a year and we don't have any issues anymore, or will this reappear once we again push to CRAN?

gregorgorjanc commented 8 months ago

We still have this issue - it's related to how man files are parsed from Roxygen documentation. Everyonce in a while the Multicolony.Rd gets changed (even if we don't change the source file). So, I guess we just need to such it up and rerun doc parsing unitl we get the version that works :(

gregorgorjanc commented 8 months ago

I remember now that I have once found that this is a known issue with Roxygen parsing, but that the issue will not get fixed since Roxygen is now frozen (or something like this).