Package: miniCRAN
Authors@R: c(person("Revolution Analytics", role="aut"), person("Andrie", "de
    Vries", role=c("aut", "cre"), email="andrie@revolutionanalytics.com"),
    person("Alex", "Chubaty", role="ctb", email="alex.chubaty@gmail.com"))
License: GPL-2
Copyright: Revolution Analytics
Title: Create a Mini Version of CRAN Containing Only Selected Packages
LazyData: true
LazyLoad: true
Description: Makes it possible to create an internally consistent
    repository consisting of selected packages from CRAN-like repositories.
    The user specifies a set of desired packages, and miniCRAN recursively
    reads the dependency tree for these packages, then downloads only this
    subset. The user can then install packages from this repository directly, 
    rather than from CRAN.  This is useful in production settings, e.g. server 
    behind a firewall, or remote locations with slow broadband access.
Version: 0.2.4
URL: https://github.com/RevolutionAnalytics/miniCRAN
BugReports: https://github.com/RevolutionAnalytics/miniCRAN/issues
Date: 2015-03-26
Imports: tools, XML, httr, methods, utils
Suggests: testthat(>= 0.9), knitr, igraph
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2015-03-27 14:51:56 UTC; Andrie de Vries
Author: Revolution Analytics [aut],
  Andrie de Vries [aut, cre],
  Alex Chubaty [ctb]
Maintainer: Andrie de
 Vries <andrie@revolutionanalytics.com>
Repository: CRAN
Date/Publication: 2015-03-27 23:50:54
Built: R 3.1.3; ; 2015-03-28 09:09:24 UTC; unix
