Michael Mayer
Michael Mayer
Funny to read that - this seems to be the same root cause as #244 - batchtools not allowing anything else other than a single line being returned from the...
> There isn't really anything that needs to be done for pak here. Bioconductor system requirements are already supported by the RStudio Package Manager, the Bioconductor specific system requirements would...
I am aware that this is already 2 years old, but if you follow https://solutions.posit.co/envs-pkgs/using-rjava/index.html#additional-steps-for-workbench you will get `rJava` working in the RStudio IDE. The trick is to load the...
This is even more worrying but hopefully addressed by this bug, too - If I am trying to download an archived package, it will both download the archived package and...
While the abobe `sysreqs_platform` will find *some* dependencies, it for some reason will not find all. ``` > Sys.setenv("PKG_SYSREQS_PLATFORM" = "redhat-9.3") > pak::pkg_sysreqs("units") ── Install scripts ──────────────────────────────────────────────────────────────────────────────────────────── Redhat 9.3 ──...
https://github.com/rstudio/r-system-requirements/pull/212 contains a fix for this specific RockyLinux 9 issue.
I am wondering if it was possible to move to the `gdalUtilities` [R package](https://joshobrien.github.io/gdalUtilities/) which seems to be providing similar if not the same functionality than `gdalUtils` but actually wraps...
Steps to reproduce: ``` docker run -ti rocker/r-ver:4.4.0 bash ``` In container, run ``` useradd -s /bin/bash -m mm su - mm R ``` In R console, run ``` install.packages("SuppDists")...
Thanks @eddelbuettel for your input - So we seem to have a different behaviour when comparing `r-ver` and `r-base` containers. For me the behaviour of `r-base` makes more sense to...
@cboettig PR https://github.com/rocker-org/rocker-versioned2/pull/866 is there for your review.