Konrad Rudolph

Results 157 comments of 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...