Package: miniCRAN
Date: 2018-01-15
Version: 0.2.11
Authors@R: c(person("Microsoft Corporation", role="cph"), person("Andrie", "de
    Vries", role=c("aut", "cre", "cph"), email="apdevries@gmail.com"),
    person("Alex", "Chubaty", role="ctb", email="alex.chubaty@gmail.com"))
License: GPL-2
Copyright: Microsoft Corporation, Andrie de Vries
Title: Create a Mini Version of CRAN Containing Only Selected Packages
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 (or zero) Internet access.
URL: https://github.com/andrie/miniCRAN
BugReports: https://github.com/andrie/miniCRAN/issues
SystemRequirements: Imports the `curl` and `XML` packages. These have
        system requirements on `libxml2-devel`, `libcurl-devel` and
        `openssl-devel`.
Imports: graphics, httr, methods, stats, tools, utils, XML, igraph,
Suggests: devtools, knitr, rmarkdown, testthat(>= 0.9), covr, withr,
        mockery, testthis
LazyData: true
LazyLoad: true
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-01-15 15:40:51 UTC; apdev
Author: Microsoft Corporation [cph],
  Andrie de Vries [aut, cre, cph],
  Alex Chubaty [ctb]
Maintainer: Andrie de
 Vries <apdevries@gmail.com>
Repository: CRAN
Date/Publication: 2018-01-15 18:52:52 UTC
Built: R 3.3.3; ; 2018-04-22 16:44:45 UTC; windows
