Skip to content

RcppArmadillo 15.0.1-1 breaks #include <armadillo> #479

@eddelbuettel

Description

@eddelbuettel

By moving the top-level file armadillo to the two 'versioned' directories
current/armadillo // for 15.0.1 or later
legacy/armadillo // for 14.6.3
we removed the abity to call #include <armadillo> -- as RcppArmadillo-using packages should of course call the headers proving RcppArmadillo where Armadillo is implicit.

That, a few dozen packages called #include <armadillo> directly (even if most likely they should not) so we will restore that entry point and branch to 'current' and 'legacy' as we do via the default headers of the RcppArmadillo package.

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