Closed
Description
Since updating to Rcpp 1.0.13, installing a package that I'm developing (https://github.com/swarm-lab/Rvision) returns the following error on Mac OS and Windows 10 (not tested on other platforms yet):
** testing if installed package can be loaded
Error: package or namespace load failed for ‘Rvision’ in .doLoadActions(where, attach):
error in load action .__A__.12 for package Rvision: Rcpp::loadModule(module = "methods_Display", what = TRUE, env = ns, : Unable to load module "methods_Display": invalid type/length (symbol/0) in vector allocation
Error: loading failed
Execution halted
ERROR: loading failed
The error disappears if I revert to 1.0.12.
Procedure to reproduce the error with 1.0.13:
install.packages("ROpenCVLite")
ROpenCVLite::installOpenCV()
remotes::install_github("swarm-lab/Rvision")
Metadata
Metadata
Assignees
Labels
No labels