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
Hi @traversc
CRAN offers these checks about how the package(s) are doing and I have been slowly working down my liist of
ERRORoutcomes. The report for our package shows a build-failure on Solaris.Because we generally did not have (easy) access to Solaris I mostly ignored these over the years. But RHub can build on Solaris, so I gave this a shot. The PR is actually pretty small. We need to disambiguate
as<>()with aRcpp::prefix, and for some reason we (again?) have the dreadedu_int32_twhen it should beuint32_tper thecsdtintheader.Please take a look if you get a minute, this is not changing any internals or behavior and should be simple.