Package: pkgcache
Title: Cache 'CRAN'-Like Metadata and R Packages
Version: 2.0.2
Authors@R: c(
    person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")),
    person("RStudio", role = c("cph", "fnd"))
    )
Description: Metadata and package cache for CRAN-like repositories.  This
    is a utility package to be used by package management tools that want
    to take advantage of caching.
License: MIT + file LICENSE
URL: https://github.com/r-lib/pkgcache#readme,
        https://r-lib.github.io/pkgcache/
BugReports: https://github.com/r-lib/pkgcache/issues
Depends: R (>= 3.4)
Imports: callr (>= 2.0.4.9000), cli (>= 3.2.0), curl (>= 3.2),
        filelock, glue, jsonlite, prettyunits, processx (>=
        3.3.0.9001), R6, rappdirs, tools, utils
Suggests: covr, debugme, desc, fs, mockery, pillar, pingr, rprojroot,
        sessioninfo, spelling, testthat (>= 3.0.0), webfakes, withr
Encoding: UTF-8
RoxygenNote: 7.2.1.9000
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: yes
Packaged: 2022-09-08 08:49:30 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  RStudio [cph, fnd]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-08 09:30:02 UTC
