Package: jetpack
Type: Package
Title: A Friendly Package Manager
Version: 0.3.1
Date: 2018-07-10
Authors@R: person("Andrew", "Kane", email = "andrew@chartkick.com", role = c("aut", "cre"))
Description: Manage project dependencies from your DESCRIPTION file. Create a reproducible virtual environment with minimal additional files in your project. Provides tools to add, remove, and update dependencies as well as install existing dependencies with a single function.
URL: https://github.com/ankane/jetpack
BugReports: https://github.com/ankane/jetpack/issues
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
Imports: packrat (>= 0.4.9), devtools (>= 1.4), httr (>= 1.1.0), crayon
        (>= 1.0.0), desc (>= 1.2.0), docopt (>= 0.4)
Suggests: testthat, withr
NeedsCompilation: no
Packaged: 2018-07-19 18:29:50 UTC; andrew
Author: Andrew Kane [aut, cre]
Maintainer: Andrew Kane <andrew@chartkick.com>
Repository: CRAN
Date/Publication: 2018-07-25 16:10:03 UTC
