Skip to content

Pointer error when running devtools::test() #28

@kenahoo

Description

@kenahoo

I have a company-internal package called AMGUtils that I wanted to test under FastR. Here's what happens:

> devtools::test()
Loading AMGUtils
Error in match(x, table, nomatch = 0L) :
  cannot coerce type 'externalptr' to vector of type 'character'

> traceback()
6: match(x, table, nomatch = 0L)
5: libs %in% pkglibs
4: .dynLibs(libs[!(libs %in% pkglibs)]) at unload.r#119
3: unload_dll(pkg) at load.r#135
2: load_all(pkg, quiet = TRUE)
1: devtools::test()

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