Package: disposables 1.0.3
disposables: Create Disposable R Packages for Testing
Create disposable R packages for testing. You can create, install and load multiple R packages with a single function call, and then unload, uninstall and destroy them with another function call. This is handy when testing how some R code or an R package behaves with respect to other packages.
Authors:
disposables_1.0.3.tar.gz
disposables_1.0.3.zip(r-4.5)disposables_1.0.3.zip(r-4.4)disposables_1.0.3.zip(r-4.3)
disposables_1.0.3.tgz(r-4.4-any)disposables_1.0.3.tgz(r-4.3-any)
disposables_1.0.3.tar.gz(r-4.5-noble)disposables_1.0.3.tar.gz(r-4.4-noble)
disposables_1.0.3.tgz(r-4.4-emscripten)disposables_1.0.3.tgz(r-4.3-emscripten)
disposables.pdf |disposables.html✨
disposables/json (API)
NEWS
# Install 'disposables' in R: |
install.packages('disposables', repos = c('https://gaborcsardi.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gaborcsardi/disposables/issues
Last updated 7 months agofrom:5c12cf55ec. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-win | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
R-4.4-win | OK | Nov 22 2024 |
R-4.4-mac | OK | Nov 22 2024 |
R-4.3-win | OK | Nov 22 2024 |
R-4.3-mac | OK | Nov 22 2024 |
Exports:dispose_packagesmake_packages
Dependencies:
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Get rid of temporary packages | dispose_packages |
Create, install, load and attach multiple disposable packages | make_packages |