Package: yearn
Title: Use and if Needed Install Packages from CRAN, BioConductor, CRAN
        Archive, and GitHub
Version: 0.1.3
Authors@R: person("Brian", "O'Meara", email = "omeara.brian@gmail.com", role = c("aut", "cre"))
Description: This tries to attach a package if you have it; if not, it tries to install it from BioConductor or CRAN; if not available there, it tries to install it from the cran mirror on GitHub, which includes packages that have been removed from CRAN; if not available there, it looks for a matching other package on GitHub to install. Note this is sloppy practice and prone to all sorts of risks. However, there are use cases, such as quick scripting, or in a class where students already know best practices, where this can be useful. yearn was inspired by teaching in PhyloMeth, a course funded by an NSF CAREER award to the author (NSF DEB-1453424).
Depends: R (>= 3.3.0)
Imports: githubinstall, devtools, BiocInstaller
Suggests: testthat
License: GPL (>= 2)
URL: http://www.github.com/bomeara/yearn
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-12 18:37:34 UTC; bomeara
Author: Brian O'Meara [aut, cre]
Maintainer: Brian O'Meara <omeara.brian@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-12 19:24:28 UTC
