Skip to contents

The {gutenbergr} package provides functions to fetch works from Project Gutenberg. 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 with:

# 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. By contributing to this project, you agree to abide by its terms.