Package: easypackages
Title: Easy Loading and Installing of Packages
Version: 0.1.0
Authors@R: person("Jake", "Sherman", email = "jake@jakesherman.com", 
    role = c("aut", "cre"))
Description: Easily load and install multiple packages from different sources, 
    including CRAN and GitHub. The libraries function allows you to load or attach 
    multiple packages in the same function call. The packages function will load one 
    or more packages, and install any packages that are not installed on your system 
    (after prompting you). Also included is a from_import function that allows you 
    to import specific functions from a package into the global environment.
Depends: R (>= 3.0.0)
Imports: assertthat, devtools, utils
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 5.0.1
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2016-12-05 14:55:59 UTC; hornik
Author: Jake Sherman [aut, cre]
Maintainer: Jake Sherman <jake@jakesherman.com>
Repository: CRAN
Date/Publication: 2016-12-05 18:28:47
Built: R 4.1.0; ; 2021-05-28 02:10:47 UTC; unix
