Skip to content

Error while installing package after update to Rcpp 1.0.13 #1322

Closed
@sjmgarnier

Description

@sjmgarnier

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      close