Package: pak
Title: Another Approach to Package Installation
Version: 0.8.0.1
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("Ascent Digital Services", role = c("cph", "fnd"), comment = "callr, processx"),
    person("Hadley", "Wickham", role = c("ctb", "cph"), comment = "cli, curl, pkgbuild"),
    person("Jeroen", "Ooms", role = "ctb", comment = "curl, jsonlite"),
    person("Maëlle", "Salmon", role = "ctb", comment = "desc, pkgsearch"),
    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("R Consortium", role = "fnd", comment = "pkgsearch"),
    person("Jay", "Loden", role = "ctb", comment = "ps"),
    person("Dave", "Daeschler", role = "ctb", comment = "ps"),
    person("Giampaolo", "Rodola", role = "ctb", comment = "ps"),
    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), 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), pkgload,
        pkgsearch (>= 3.1.0), processx (>= 3.8.1), ps (>= 1.6.0),
        rstudioapi, testthat (>= 3.2.0), withr
ByteCompile: true
Config/build/extra-sources: configure*
Config/needs/dependencies: callr, desc, cli, curl, filelock, jsonlite,
        gaborcsardi/lpSolve, pkgbuild, r-lib/pkgcache,
        r-lib/pkgdepends, r-hub/pkgsearch, processx, ps,
Config/Needs/website: r-lib/asciicast, rmarkdown, roxygen2,
        tidyverse/tidytemplate
Config/Needs/deploy: cli@3.6.2, curl, desc, gitcreds, glue@1.6.2,
        jsonlite, processx
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Biarch: true
NeedsCompilation: yes
Packaged: 2025-01-16 19:08:08 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Jim Hester [aut],
  Posit Software, PBC [cph, fnd],
  Winston Chang [ctb] (R6, callr, processx),
  Ascent Digital Services [cph, fnd] (callr, processx),
  Hadley Wickham [ctb, cph] (cli, curl, pkgbuild),
  Jeroen Ooms [ctb] (curl, jsonlite),
  Maëlle Salmon [ctb] (desc, pkgsearch),
  Duncan Temple Lang [ctb] (jsonlite),
  Lloyd Hilaiel [cph] (jsonlite),
  Michel Berkelaar and lpSolve authors [ctb] (lpSolve),
  R Consortium [fnd] (pkgsearch),
  Jay Loden [ctb] (ps),
  Dave Daeschler [ctb] (ps),
  Giampaolo Rodola [ctb] (ps),
  Kuba Podgórski [ctb] (zip),
  Rich Geldreich [ctb] (zip)
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-16 19:50:02 UTC
Built: R 4.4.2; aarch64--netbsd; 2025-11-04 21:22:35 UTC; unix
