Package: jetpack
Type: Package
Title: A Friendly Package Manager
Version: 0.4.2
Date: 2019-02-12
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.1.1
Encoding: UTF-8
Imports: packrat (>= 0.4.9), remotes (>= 2.0.2), crayon (>= 1.0.0),
        desc (>= 1.2.0), docopt (>= 0.4)
Suggests: testthat, withr
NeedsCompilation: no
Packaged: 2019-02-12 11:18:37 UTC; andrew
Author: Andrew Kane [aut, cre]
Maintainer: Andrew Kane <andrew@chartkick.com>
Repository: CRAN
Date/Publication: 2019-02-12 11:33:32 UTC
