Adjust two tests to appease Boost / BH 1.81.0 #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi Team SymbolixAU,
We are in the annual BH upgrade process right now. Boost updates every four months, we skip the April and August updates and try to follow each December with one annual update. Boost, and hence BH, 1.81.0-0 looks good: only a handful of packages were affected when we did reverse depends checking, and two of those were actually affected by the switch to
g++-12
we made at the same time. See eddelbuettel/bh#88 for the full details, and example commands to install thisBH_1.81.0-0
release from a drat repo, or r-universe. We hope to update at CRAN in mid-January,colourvalues
looks good too. The only noticeable change were two tests comparing five colour values each differing on one in each comparison. The first of the two commits here simply takes those differing colours out of the comparison.The second commit simply switches from C++11 to C++14 which is the default under R 4.2.* anyway. In doing so we avoid a nag message from Boost telling us that C++14 will be the required minimum for Boost.Math come Boost 1.82 in April.
I hope you can apply this PR which tests cleanly on my test system, and get an updated
colourvalues
to CRAN in early January. Thanks in advance for your consideration of this.