Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upfixed issue for pruning on R 3.6 #105
Conversation
Due to the automatic detection of the version pruning does have a result based on R version used. The test scenario changed is covert in R 3.6 by an earlier call, which is now fixed by testing with a condition.
1f2ebef
into
eddelbuettel:master
|
Thanks again -- that did nix the issue as expected. |
Due to the automatic detection of the version pruning does have a result based on R version used. The test scenario changed is covert in R 3.6 by an earlier call, which is now fixed by testing with a condition.