From WinBuilder with R-release:
* checking tests ...
** running tests for arch 'i386' ERROR
Running the tests in 'tests/doRUnit.R' failed.
Last 13 lines of output:
> pkg <- "Rcpp"
> if (require("RUnit", quietly = TRUE)) {
+ is_local <- function() {
+ if (exists("argv", globalenv()) && "--local" %in% argv)
+ .... [TRUNCATED]
Executing test function test.DataFrame.AttributeProxy ...
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
terminate called after throwing an instance of 'Rcpp::eval_error'
what(): cannot coerce class ""function"" to a data.frame
** running tests for arch 'x64' ERROR
Running the tests in 'tests/doRUnit.R' failed.
Last 13 lines of output:
> pkg <- "Rcpp"
> if (require("RUnit", quietly = TRUE)) {
+ is_local <- function() {
+ if (exists("argv", globalenv()) && "--local" %in% argv)
+ .... [TRUNCATED]
Executing test function test.DataFrame.AttributeProxy ...
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
terminate called after throwing an instance of 'Rcpp::eval_error'
what(): cannot coerce class ""function"" to a data.frame
Seems like there is something funky going on with Rcpp's exceptions, at least as far as Windows is concerned.
From WinBuilder with R-release:
Seems like there is something funky going on with Rcpp's exceptions, at least as far as Windows is concerned.