Closed kylebaron closed 1 year ago
Reproducible in package
> x <- mread_cache("../m4solve/inst/models/1005.cpp")
Error: project directory '__/m4solve/inst/models' must exist and be readable.
Fixed now
> x <- mread_cache("../m4solve/inst/models/1005.cpp")
Loading required namespace: xml2
Building 1005_cpp ... done.
When you pass the full path to a model file to
mread_cache()
, it crumps.