ccasar
ccasar
I''ve just tried this with `renv 0.16.0` and setting `options(renv.config.pak.enabled = TRUE)` It seems you need to install `pak` before running, e.g. `renv::restore` otherwise the the standard way to install...
> @ccasar where could we find the renv.lock that you have used? Sorry for not providing it earlier @jrosell. I'm trying to reproduce the error now with renv 1.0.2 and...
I am still getting the same error on the newest NICHES commit. The code for `GetSeuratAssay` still checks for version `5` instead of `"5.0.0"`: https://github.com/msraredon/NICHES/blob/19f74dd71b4d4e2cf2bcc15e2b37fdee50b10cb9/R/getSeuratAssay.R#L10
I'm running into a similar issue: I have a local browserless server running in a docker compose container with this compose.yaml: > browserless: image: browserless/chrome:latest environment: - DEBUG="browserless-*" - MAX_CONCURRENT_SESSIONS=10...