Package: disposables
Title: Create Disposable R Packages for Testing
Version: 1.0.1
Author: Gabor Csardi
Maintainer: Gabor Csardi <csardi.gabor@gmail.com>
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
LazyData: true
URL: https://github.com/gaborcsardi/disposables
BugReports: https://github.com/gaborcsardi/disposables/issues
Imports: utils
Suggests: testthat
Depends: methods
NeedsCompilation: no
Packaged: 2015-07-13 02:00:05 UTC; gaborcsardi
Repository: CRAN
Date/Publication: 2015-07-13 04:11:32
