Miles McBain

Results 66 issues of Miles McBain

@jimjam-slam mentioned Quarto support could be better. I haven't used Quarto but I can imagine it's not that easy to use with capsule.

When writing a lockfile, currently `{capsule}` diverges from `{renv}` with respect to RSPM repo URLS. On a system with: ``` > options('repos') $repos RSPM "https://packagemanager.rstudio.com/all/__linux__/focal/latest" CRAN "https://cran.rstudio.com" ``` `{capsule}` will...

Due to some unfortunate legacy decisions, multiple RStudio packages (remotes, pak) will populate the SHA metadata with the version number if the package is downloaded from CRAN. In capsule this...

I find myself doing this sometimes: ```r capsule:::detect_dependencies("packages.R") |> install.packages() ```

E.g. ``` Call `renv::snapshot()` to capture these dependencies in the lockfile. ``` When `reproduce_lib` is finished.

E.g. `capsule_tar_make()` `capsule_r_make()` Etc.