Konrad Rudolph
Konrad Rudolph
@zackarno Thanks, Iāll take a look. Unfortunately the point (3) I mentioned in the linked thread *is* kind of an issue. in fact, Iād assume it will cause a failure...
Iāve re-tested this now, and scenario (3) is still returning the wrong value in up-to-date Positron. Bummer. And I still donāt know how to handle the (fairly common) scenario where...
Actually `bundleDir` isnāt what I thought it is, and consequently `renv::paths$library(project = bundleDir)` doesnāt actually work. But using `.libPaths()` instead should work.
@soetang I think you might be right. However, I am a bit confused by the discussion: I donāt really understand whyĀ ārsconnectā would require any of these hoops. As far...
Iāve just stumbled across this issue as well, is there an update? After the installation, `gfortran` is available at `/opt/R/arm64/gfortran/bin/gfortran` as well as `/opt/R/arm64/bin/gfortran` (via a symlink). However, R is...
@aronatkins Could you have a look at my suggestion in the linked issue #1093? I donāt think restoring the renv project should be necessary if `parseRenvDependencies()` uses the correct library...
It appears that āpkgcacheā fails to parse `PACKAGE` DCF files that contain empty lines with whitespace. `read.dcf` _can_ read the same file, so thereās an inconsistency between the native R...