Package: disposables
Title: Create Disposable R Packages for Testing
Version: 1.0.0
Authors@R: "Gabor Csardi <csardi.gabor@gmail.com> [aut, cre]"
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
Suggests: testthat
Depends: methods
Packaged: 2014-11-01 19:51:19 UTC; gaborcsardi
Author: "Gabor Csardi" [aut, cre]
Maintainer: "Gabor Csardi" <csardi.gabor@gmail.com>
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2014-11-02 00:52:00
