Skip to content

Releases: ropensci/gutenbergr

gutenbergr 0.2.4

13 Nov 01:04
Compare
Choose a tag to compare
v0.2.4

added README.md and NEWS.md to buildignore to avoid pandoc note

gutenbergr 0.2.3

14 Dec 16:52
Compare
Choose a tag to compare
  • Updated metadata (#32, #29)
  • minor bug fixes and improvements, including removing broken url and updating documentation to comply with CRAN roxygen2 requirements (#30, #31, #35, #28).
  • Changed maintainer (#30)

Version 0.1.1: Moved to ROpenSci, GPL-2

18 May 19:08
Compare
Choose a tag to compare
  • Transferred repo ownership to ropenscilabs
  • The license was changed from MIT to GPL-2. This is based on the realization that the catalog data is licensed under the GPL, and the package includes a processed version of the catalog data. (See here).
  • Updated datasets to 5/5/2016 and added a "date_updated" attriute to tell when they were last updated
  • Added all_languages and only_languages arguments to gutenberg_works, allowing fine-grained control of languages. (For example, "either English or French" or "both English and French")
  • Changed get_gutenberg_mirror to use xml2 directly, in order to handle AppVeyor
  • Removed use of data() in gutenberg_works, since it slows down gutenberg_works about 2X
  • Various documentation, vignette, and README adjustments in response to ROpenSci feedback.
  • Added AppVeyor for Windows continuous integration
  • Added code coverage information through codecov.io and covr, along with tests to improve coverage

Initial release

03 May 17:41
Compare
Choose a tag to compare
  • First version of package, including
    • gutenberg_download function, for downloading one or more works from Project Gutenberg using Gutenberg IDs
    • Datasets of Project Gutenberg metadata: gutenberg_metadata, gutenberg_subjects, gutenberg_authors
    • gutenberg_works function to retrieve filtered version of gutenberg_metadata
    • Introductory vignette including basic examples of downloading books
    • Unit tests for gutenberg_download and gutenberg_works
  • Added a NEWS.md file to track changes to the package.