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.7)disposables_1.0.3.zip(r-4.6)disposables_1.0.3.zip(r-4.5)
disposables_1.0.3.tgz(r-4.6-any)disposables_1.0.3.tgz(r-4.5-any)
disposables_1.0.3.tar.gz(r-4.7-any)disposables_1.0.3.tar.gz(r-4.6-any)
disposables_1.0.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
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 from:5c12cf55ec. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 96 | ||
| source / vignettes | OK | 136 | ||
| linux-release-x86_64 | OK | 103 | ||
| macos-release-arm64 | OK | 77 | ||
| macos-oldrel-arm64 | OK | 82 | ||
| windows-devel | OK | 72 | ||
| windows-release | OK | 55 | ||
| windows-oldrel | OK | 59 | ||
| wasm-release | OK | 91 |
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 |
