Package: capsule 0.4.2
capsule: A streamlined inversion of `renv`
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'.
Authors:
capsule_0.4.2.tar.gz
capsule_0.4.2.zip(r-4.5)capsule_0.4.2.zip(r-4.4)capsule_0.4.2.zip(r-4.3)
capsule_0.4.2.tgz(r-4.4-any)capsule_0.4.2.tgz(r-4.3-any)
capsule_0.4.2.tar.gz(r-4.5-noble)capsule_0.4.2.tar.gz(r-4.4-noble)
capsule_0.4.2.tgz(r-4.4-emscripten)capsule_0.4.2.tgz(r-4.3-emscripten)
capsule.pdf |capsule.html✨
capsule/json (API)
NEWS
# Install 'capsule' in R: |
install.packages('capsule', repos = c('https://milesmcbain.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/milesmcbain/capsule/issues
Last updated 2 years agofrom:401d0c98ad (on master). Checks:OK: 1 ERROR: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 04 2024 |
R-4.5-win | ERROR | Nov 04 2024 |
R-4.5-linux | ERROR | Nov 04 2024 |
R-4.4-win | ERROR | Nov 04 2024 |
R-4.4-mac | ERROR | Nov 04 2024 |
R-4.3-win | ERROR | Nov 04 2024 |
R-4.3-mac | ERROR | Nov 04 2024 |
Exports:any_local_behind_lockfilecapshotcapshot_strcompare_capsule_to_lockfilecompare_local_to_lockfilecreatedeletedelete_local_libdelete_lockfiledetect_dependenciesdev_mirror_lockfileget_capsule_behind_lockfileget_local_behind_lockfilerecreatereplreproduce_librunrun_callrrun_rscriptrun_sessionwhinge
Dependencies:callrevaluatefshighrjsonliteknitrprocessxpsR6remotesrenvusinguuidwithrxfunyaml
Readme and manuals
Help Manual
Help page | Topics |
---|---|
check if any local packages are behind lockfile | any_local_behind_lockfile |
Quickly generate an renv compliant lock file | capshot capshot_str |
compare the local R library with the lockfile | compare_capsule_to_lockfile compare_local_to_lockfile |
create | create |
delete | delete |
delete_local_lib | delete_local_lib |
delete_lockfile | delete_lockfile |
Detect dependencies in nominated R or Rmd files. | detect_dependencies |
Mirror lockfile in local library | dev_mirror_lockfile |
get packckes behind lockfile | get_capsule_behind_lockfile get_local_behind_lockfile |
recreate | recreate |
repl | repl |
reproduce_lib | reproduce_lib |
run functions in the capsule | run run_callr |
Run an R script in a new process in the capsule | run_rscript |
run_session | run_session |
Complain if the local R library has packages that are behind the lockfile versions | whinge |