Package: automagic
Type: Package
Title: Automagically Document and Install Packages Necessary to Run R
        Code
Version: 0.3
Author: Cole Brokamp
Maintainer: Cole Brokamp <cole.brokamp@gmail.com>
Description: Parse R code in a given directory for R packages and attempt to install them from CRAN or GitHub. Optionally use a dependencies file for tighter control over which package versions to install.
License: GPL
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
Depends: R (>= 3.1.0)
Imports: knitr, formatR, pacman, githubinstall, magrittr, dplyr, purrr,
        devtools, remotes, yaml
URL: https://github.com/cole-brokamp/automagic
BugReports: https://github.com/cole-brokamp/automagic/issues
NeedsCompilation: no
Packaged: 2017-02-24 22:39:46 UTC; cole
Repository: CRAN
Date/Publication: 2017-02-26 16:24:24
