https://github.com/r-lib/pkgcache
Cache CRAN-like metadata and package files
https://github.com/r-lib/pkgcache
Last synced: 9 days ago
JSON representation
Cache CRAN-like metadata and package files
- Host: GitHub
- URL: https://github.com/r-lib/pkgcache
- Owner: r-lib
- License: other
- Created: 2018-09-12T17:49:03.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T11:47:27.000Z (20 days ago)
- Last Synced: 2025-03-29T06:03:39.682Z (17 days ago)
- Language: R
- Homepage: https://r-lib.github.io/pkgcache/
- Size: 12.6 MB
- Stars: 28
- Watchers: 2
- Forks: 16
- Open Issues: 11
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- jimsghstars - r-lib/pkgcache - Cache CRAN-like metadata and package files (R)
README
---
output: github_document
---```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%",
cache = TRUE
)
```# pkgcache
> Cache CRAN-like metadata and package files
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://cran.r-project.org/package=pkgcache)
[](https://github.com/r-lib/pkgcache/actions/workflows/R-CMD-check.yaml)
[](https://app.codecov.io/gh/r-lib/pkgcache?branch=main)```{r child = "tools/README-body.Rmd"}
```