Package: capsule Title: A streamlined inversion of `renv` Version: 0.4.4 Authors@R: c(person(given = "Miles", family = "McBain", role = c("aut", "cre"), email = "miles.mcbain@gmail.com", comment = c(ORCID = "0000-0003-2865-2548")), person(given = "Garrick", family = "Aden-Buie", role = c("aut"), email = "garrick@adenbuie.com")) Description: A `capsule` is a stable local package library that you consciously choose to execute code within. Think of it as representing 'production', while your normal interactive R session represents 'development'. License: MIT + file LICNSE Encoding: UTF-8 Imports: callr, renv (>= 0.7.0.125), withr, using (>= 0.4.0), fs, jsonlite, stats, utils Remotes: anthonynorth/using RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Copyright: 2022 Miles McBain, unless noted. Some MIT licensed code taken from RStudio bears Copyright in comments. Config/pak/sysreqs: cmake git make libuv1-dev Repository: https://milesmcbain.r-universe.dev Date/Publication: 2025-06-13 11:37:31 UTC RemoteUrl: https://github.com/milesmcbain/capsule RemoteRef: master RemoteSha: 7a40d61447e2f497574746bcfefff34f5a496bde NeedsCompilation: no Packaged: 2026-06-19 06:51:02 UTC; root Author: Miles McBain [aut, cre] (ORCID: ), Garrick Aden-Buie [aut] Maintainer: Miles McBain