An open API service indexing awesome lists of open source software.

https://github.com/r-lib/pkgcache

Cache CRAN-like metadata and package files
https://github.com/r-lib/pkgcache

Last synced: 5 days ago
JSON representation

Cache CRAN-like metadata and package files

Awesome Lists containing this project

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

[![lifecycle](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN status](https://www.r-pkg.org/badges/version/pkgcache)](https://cran.r-project.org/package=pkgcache)
[![R-CMD-check](https://github.com/r-lib/pkgcache/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/r-lib/pkgcache/actions/workflows/R-CMD-check.yaml)
[![Codecov test coverage](https://codecov.io/gh/r-lib/pkgcache/branch/main/graph/badge.svg)](https://app.codecov.io/gh/r-lib/pkgcache?branch=main)

```{r child = "tools/README-body.Rmd"}
```