Package: pak
Title: Another Approach to Package Installation
Version: 0.7.0
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("Jim", "Hester", role = "aut"),
    person("Posit Software, PBC", role = c("cph", "fnd")),
    person("Winston", "Chang", role = "ctb", comment = "R6, callr, processx"),
    person("Mango Solutions", role = c("cph", "fnd"), comment = "callr, processx"),
    person("Hadley", "Wickham", role = c("ctb", "cph"), comment = "cli, curl, pkgbuild, rappdirs"),
    person("Brodie", "Gaslam",  role = "ctb", comment = "crayon"),
    person("Jeroen", "Ooms", role = "ctb", comment = "curl, jsonlite"),
    person("Kirill", "Müller", role = "ctb", comment = "cli, desc, rprojroot"),
    person("Maëlle", "Salmon", role = "ctb", comment = "desc, pkgsearch"),
    person("Neal", "Richardson", role = "ctb", comment = "distro"),
    person("Jennifer", "Bryan", role = "ctb", comment = "glue"),
    person("Duncan", "Temple Lang", role = "ctb", comment = "jsonlite"),
    person("Lloyd", "Hilaiel", role = "cph", comment = "jsonlite"),
    person("Michel Berkelaar and lpSolve authors", role = "ctb", comment = "lpSolve"),
    person("Linus", "Torvalds", role = "ctb", comment = "parsedate"),
    person("R Consortium", role = "fnd", comment = "pkgsearch"),
    person("Bill", "Denney", role = "ctb", comment = "prettyunits"),
    person("Christophe", "Regouby", role = "ctb", comment = "prettyunits"),
    person("Jay", "Loden", role = "ctb", comment = "ps"),
    person("Dave", "Daeschler", role = "ctb", comment = "ps"),
    person("Giampaolo", "Rodola'", role = "ctb", comment = "ps"),
    person("Sridhar", "Ratnakumar", role = "ctb", comment = "rappdirs"),
    person("Trent", "Mick", role = "ctb", comment = "rappdirs"),
    person("ActiveState",   role = "cph", comment = "rappdirs"),
    person("Eddy", "Petrisor", role = "ctb", comment = "rappdirs"),
    person("Trevor", "Davis", role = "ctb", comment = "rappdirs"),
    person("Gregory", "Jefferis", role = "ctb", comment = "rappdirs"),
    person("Kuba", "Podgórski", role = "ctb", comment = "zip"),
    person("Rich", "Geldreich", role = "ctb", comment = "zip")
  )
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.
License: GPL-3
URL: https://pak.r-lib.org/, https://github.com/r-lib/pak
BugReports: https://github.com/r-lib/pak/issues
Depends: R (>= 3.5)
Imports: tools, utils
Suggests: callr (>= 3.7.0), cli (>= 3.2.0), covr, curl (>= 4.3.2), desc
        (>= 1.4.1), digest, distro, filelock (>= 1.0.2), gitcreds, glue
        (>= 1.6.2), jsonlite (>= 1.8.0), mockery, pingr, pkgbuild (>=
        1.4.2), pkgcache (>= 2.0.4), pkgdepends (>= 0.5.0.9001),
        pkgsearch (>= 3.1.0), prettyunits, processx (>= 3.8.1), ps (>=
        1.6.0), rprojroot (>= 2.0.2), rstudioapi, testthat (>= 3.2.0),
        withr
ByteCompile: true
Config/build/extra-sources: configure*
Config/needs/dependencies: callr, desc, cli, curl, distro, filelock,
        glue, jsonlite, pkgcache, pkgdepends, pkgsearch, prettyunits,
        processx, ps, rprojroot
Config/Needs/website: r-lib/asciicast, rmarkdown, roxygen2,
        tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3.9000
Biarch: true
NeedsCompilation: yes
Packaged: 2023-11-17 15:55:44 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Jim Hester [aut],
  Posit Software, PBC [cph, fnd],
  Winston Chang [ctb] (R6, callr, processx),
  Mango Solutions [cph, fnd] (callr, processx),
  Hadley Wickham [ctb, cph] (cli, curl, pkgbuild, rappdirs),
  Brodie Gaslam [ctb] (crayon),
  Jeroen Ooms [ctb] (curl, jsonlite),
  Kirill Müller [ctb] (cli, desc, rprojroot),
  Maëlle Salmon [ctb] (desc, pkgsearch),
  Neal Richardson [ctb] (distro),
  Jennifer Bryan [ctb] (glue),
  Duncan Temple Lang [ctb] (jsonlite),
  Lloyd Hilaiel [cph] (jsonlite),
  Michel Berkelaar and lpSolve authors [ctb] (lpSolve),
  Linus Torvalds [ctb] (parsedate),
  R Consortium [fnd] (pkgsearch),
  Bill Denney [ctb] (prettyunits),
  Christophe Regouby [ctb] (prettyunits),
  Jay Loden [ctb] (ps),
  Dave Daeschler [ctb] (ps),
  Giampaolo Rodola' [ctb] (ps),
  Sridhar Ratnakumar [ctb] (rappdirs),
  Trent Mick [ctb] (rappdirs),
  ActiveState [cph] (rappdirs),
  Eddy Petrisor [ctb] (rappdirs),
  Trevor Davis [ctb] (rappdirs),
  Gregory Jefferis [ctb] (rappdirs),
  Kuba Podgórski [ctb] (zip),
  Rich Geldreich [ctb] (zip)
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-17 17:40:02 UTC
