-
Notifications
You must be signed in to change notification settings - Fork 6
Merging the remaining changes to prepare the package for CRAN #581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
janaobsteter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The factor in the "caste" was changed to "character", since the factor thing was making it slow and used memory. Also, I created generic functions to test whether we can improve the speed
|
@janaobsteter I am seeing this R CMD check (via GitHub action) failing with |
| }) | ||
|
|
||
|
|
||
| test_that("swarm1", { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a test for buildUp1 too @janaobsteter ?
gregorgorjanc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janaobsteter looked over this - only one comment above and see the checks
gregorgorjanc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janaobsteter see comments above
gregorgorjanc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janaobsteter similar comments to last time;)
R/Functions_L0_auxilary.R
Outdated
| @@ -1063,7 +1063,7 @@ getQueenYearOfBirth <- function(x, simParamBee = NULL) { | |||
| } | |||
| } else if (isColony(x)) { | |||
| if(packageVersion("AlphaSimR") > package_version("1.5.3")){ | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janaobsteter Best to just fix package version in DESCRIPTION and then we don't need this code duplication.
gregorgorjanc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janaobsteter looks good - needs minor tweaks and then we can merge
…n. This is the version 0.4.0 on CRAN
|
@gregorgorjanc , this is now the version accepted to CRAN. I've added all anchors to \links and removed the checks for AlphaSimR version since it now depends on the latest version with the correct handling of the misc slot. Could you please merge this into HLab, then I can merge dev into main and I will also mark this as commit 0.4.0 |
gregorgorjanc
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @janaobsteter! Thanks for doing all this edits for the help page linking! That must have been annoying.
No description provided.