Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jonthegeek/gutenbergr.data

Project Gutenberg Metadata
https://github.com/jonthegeek/gutenbergr.data

Last synced: 10 days ago
JSON representation

Project Gutenberg Metadata

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# gutenbergr.data

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

The [{gutenbergr}](https://docs.ropensci.org/gutenbergr/) package provides functions to fetch works from [Project Gutenberg](https://www.gutenberg.org/).
It relies on metadata about the Project Gutenberg collection.
The catalog metadata is updated *daily* by Project Gutenberg, but only rarely within {gutenbergr} itself.
This package seeks to alleviate that issue, by:

- Providing functions to fetch and process an up-to-date version of the catalog.
- Automatically updating the catalog metadata within this package on a regular basis (at least weekly).
- Automatically updating the (CRAN) released version of this package on a regular basis (timeframe TBD).

## Installation

You can install the development version of gutenbergr.data from [GitHub](https://github.com/) with:

``` r
# install.packages("pak")
pak::pak("jonthegeek/gutenbergr.data")
```

## Usage

(This package does not yet contain any code, so it does not include usage information)

## Code of Conduct

Please note that the gutenbergr.data project is released with a [Contributor Code of Conduct](https://jonthegeek.github.io/gutenbergr.data/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.