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 upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
BDR sent a message complaining that a test case fails for a
stanmodel when long doubles are disabled:The perplexing part of this is that this test should not be run and is not on R-hub, travis, or winbuilder.
rstanarmis not a dependency forparsnipand these test contain askip_if_not_installed("rstanarm"). The only way that I could see these running is either:parsnipR CMD checkis supposed to operate.Either way, I'll change the tolerance for the test and add
skip_on_cran()for this to ensure that their results are consistent and reproducible (unless there are more shenanigans).If anyone reading this is wondering why I would have a test case for a package that is not installed... building the
stanpackage adds a significant time to the build environment (travis often times out when these are added to the existing formal dependencies). We run these tests locally on a regular basis.