Movatterモバイル変換
[0]ホーム
gutenbergr 0.3.1
- The
lanuage column ingutenberg_languagesis now properly merged with thelanguage column (#94). - The default mirror is now determined from the available mirrors in
gutenberg_get_all_mirrors(), rather than trying to beclever and find a local mirror. - All datasets have been updated as of 2025-12-14.
gutenbergr 0.3.0
gutenberg_download() tries the.txtversion of files when the.zip is unavailable (@jrdnbradford, #55,#70).- New function
gutenberg_get_all_mirrors() retrieves allmirror data (@jrdnbradford, #58). - The package infrastructure has been updated to make the package morerobust and maintainable (#60, #64, #69).
- We now verify that the
gutenberg_mirroroption is a URL to a working Gutenberg mirror (@jrdnbradford,#83). - We now use the base R pipe (
|>) in code andexamples, not the magrittr pipe (%>%) (@jonthegeek, #75). - Some fields (
gutenberg_languages$language,gutenberg_metadata$language, andgutenberg_metadata$rights) are now factors to reduce objectsize.
gutenbergr 0.2.4
- Update data scraping process to use R end-to-end (@jonthegeek, #36).
gutenbergr 0.2.3 (2022-12-13)
- minor patches for broken urls to comply with CRAN checks.
gutenbergr 0.2.2 (2022-12-03)
- Updated metadata (#32, #29)
- minor bug fixes and improvements, including removing broken url andupdating documentation to comply with CRAN roxygen2 requirements (#30,#31, #35, #28).
- Changed maintainer (#30).
gutenbergr 0.2.0
- Changed to comply with CRAN policies for API packages. Tests that doconnect to Project Gutenberg are skipped on CRAN, and are supplementedwith tests that mock the connection.
- Added gutenberg_languages dataset withone-row-per-language-per-work, which substantially speeds upgutenberg_works.
- This adds a files argument to gutenberg_download that is generallyused only for testing.
- Made changes to work with dplyr 1.0.0, removing filter_ anddistinct_.
- Fixed links to https
gutenbergr 0.1.5
- Make compatible with tidyr v1.0.0
- data_frame is deprecated, use tibble (thanks@evanodell for #21)
- rOpenSci updates to README (thanks@maelle for #23)
gutenbergr 0.1.4
- Added curl to SUGGESTS, since if it’s not installed
readr::read_lines could fail
gutenbergr 0.1.3
- The Project Gutenberg mirror in Maryland Public Libraries(http://www.gutenberg.lib.md.us) has been broken for months. When it isprovided from robot/harvest, replaces with
http://aleph.gutenberg.org. - Changed test of .zip capability not to run on CRAN
- Removed rvest dependency
gutenbergr 0.1.2
- Made compatible with change to
distinct in dplyr 0.5(which is about to be submitted to CRAN) - Removed xml2 dependency
gutenbergr 0.1.1
- Transferred repo ownership toropenscilabs
- The license was changed from MIT to GPL-2. This is based on therealization that the catalog data is licensed under the GPL, and thepackage includes a processed version of the catalog data. (Seehere).
- Updated datasets to 5/5/2016 and added a “date_updated” attribute totell when they were last updated
- Added
all_languages andonly_languagesarguments togutenberg_works, allowing fine-grained controlof languages. (For example, “either English or French” or “both Englishand French”) - Changed get_gutenberg_mirror to use xml2 directly, in order tohandle AppVeyor
- Removed use of data() in
gutenberg_works, since itslows downgutenberg_works about 2X - Various documentation, vignette, and README adjustments in responseto rOpenSci feedback.
- Added AppVeyor for Windows continuous integration
- Added code coverage information through codecov.io and covr, alongwith tests to improve coverage
gutenbergr 0.1
- First version of package, including
gutenberg_download function, for downloading one ormore works from Project Gutenberg using Gutenberg IDs- Datasets of Project Gutenberg metadata:
gutenberg_metadata,gutenberg_subjects,gutenberg_authors gutenberg_works function to retrieve filtered versionofgutenberg_metadata- Introductory vignette including basic examples of downloadingbooks
- Unit tests for
gutenberg_download andgutenberg_works
- Added a
NEWS.md file to track changes to thepackage.
[8]ページ先頭