Package: disposables Title: Create Disposable R Packages for Testing Version: 1.0.3 Author: Gábor Csárdi Maintainer: Gábor Csárdi Description: 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. License: MIT + file LICENSE URL: https://github.com/gaborcsardi/disposables BugReports: https://github.com/gaborcsardi/disposables/issues Imports: utils Suggests: covr, testthat Depends: methods Encoding: UTF-8 RoxygenNote: 6.0.1 Repository: https://gaborcsardi.r-universe.dev Date/Publication: 2024-04-25 07:38:12 UTC RemoteUrl: https://github.com/gaborcsardi/disposables RemoteRef: HEAD RemoteSha: 5c12cf55eca2d92295d4ccfac288c1c59986dfff NeedsCompilation: no Packaged: 2026-06-07 09:00:57 UTC; root