mihem

Results 38 comments of mihem

@gaborcsardi Sorry, can you help here? I originally opened the corresponding `renv` issue. https://github.com/rstudio/renv/issues/2051#issuecomment-2529333954 It's possible to restore a lock file as long as pak is not activated. But since...

@gaborcsardi Sorry, any news on this? Any further information I can provide?

@gaborcsardi @kevinushey ping. I know you have a lot of stuff to do but I cannot use pak with renv and without pak renv is really slow for larger projects.

Agree, also read this with excitement, however if i understood @kevinushey post correctly, this is more complicated than just updating to R 4.5 https://github.com/rstudio/renv/issues/2099#issuecomment-2744660360

@roaldarbol I wanted to share my personal experience as an R-user trying to achieve reproducibility: Pixi is great: it's super fast, easy to use, nice docs. However, not really usable...

@jdblischak thanks for your response. I know that this is done by a small group of volounteers and I am very grateful for that. I just wanted to say that...

Fixes the problem for me as well in this reproducible example, so merging would be great @Gesmira ``` # devtools::install_github("fentouxungui/seurat",force=TRUE) # devtools::install_github("fentouxungui/seurat-wrappers",force=TRUE) library(Seurat) library(SeuratData) library(patchwork) library(SeuratWrappers) options(timeout = 600) InstallData("ifnb")...