Package: pak
Version: 0.1.2
Title: Another Approach to Package Installation
Description: The goal of 'pak' is to make package installation faster and
    more reliable. In particular, it performs all HTTP operations in parallel,
    so metadata resolution and package downloads are fast. Metadata and package
    files are cached on the local disk as well. 'pak' has a dependency solver,
    so it finds version conflicts before performing the installation. This
    version of 'pak' supports CRAN, 'Bioconductor' and 'GitHub' packages as well.
Authors@R: c(
    person("Jim", "Hester", email = "james.f.hester@gmail.com", role = "aut"),
    person("Gábor", "Csárdi", email = "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("RStudio", role = "cph"))
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
RoxygenNote: 6.1.1
Imports: assertthat, base64enc, callr (>= 3.0.0.9002), cli (>= 1.0.0),
        cliapp (>= 0.0.0.9002), crayon (>= 1.3.4), curl (>= 3.2), desc
        (>= 1.2.0), filelock (>= 1.0.2), glue (>= 1.3.0), jsonlite,
        lpSolve, pkgbuild (>= 1.0.2), pkgcache (>= 1.0.3), prettyunits,
        processx (>= 3.2.1), ps (>= 1.3.0), R6, rematch2, rprojroot (>=
        1.3.2), tibble, utils
Depends: R (>= 3.2)
Suggests: covr, mockery, pingr, testthat, withr
URL: https://pak.r-lib.org/
BugReports: https://github.com/r-lib/pak/issues
NeedsCompilation: no
Packaged: 2019-02-16 22:07:13 UTC; gaborcsardi
Author: Jim Hester [aut],
  Gábor Csárdi [aut, cre],
  RStudio [cph]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2019-02-19 18:50:08 UTC
Built: R 3.4.4; ; 2019-04-25 21:45:41 UTC; windows
