Package: packrat
Type: Package
Title: A Dependency Management System for Projects and their R Package
    Dependencies
Version: 0.4.1.8
Date: 2014-09-02
Author: Kevin Ushey, Jonathan McPherson, Joe Cheng, JJ Allaire
Maintainer: Kevin Ushey <kevin@rstudio.com>
Description: Packrat is a tool for managing the R packages your project depends
    on in an isolated, portable, and reproducible way.
License: GPL-2
Depends:
    R (>= 3.0)
Imports:
    tools,
    utils
Suggests:
    testthat (>= 0.7),
    devtools,
    httr
Enhances: knitr,
    BiocInstaller
URL: https://github.com/rstudio/packrat/
BugReports: https://github.com/rstudio/packrat/issues
