Package: Goodreader
Title: Scrape and Analyze 'Goodreads' Book Data
Version: 0.1.2
Authors@R: person("Chao Liu", email = "chaoliu@cedarville.edu", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-9979-8272"))
Description: A comprehensive toolkit for scraping and analyzing book data from <https://www.goodreads.com/>. This package provides functions to search for books, scrape book details and reviews, perform sentiment analysis on reviews, and conduct topic modeling. It's designed for researchers, data analysts, and book enthusiasts who want to gain insights from 'Goodreads' data. 
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
Imports: cld2, dplyr, ggplot2, httr, lubridate, magrittr, parallel,
        purrr, rvest, rlang, stringr, tidyr, tidytext, tm, topicmodels,
        utils, wordcloud2
Suggests: knitr, rmarkdown, testthat (>= 3.0.0), withr
Config/testthat/edition: 3
VignetteBuilder: knitr
URL: https://github.com/chaoliu-cl/Goodreader,
        http://liu-chao.site/Goodreader/
BugReports: https://github.com/chaoliu-cl/Goodreader/issues
NeedsCompilation: no
Packaged: 2024-10-23 17:21:27 UTC; chaoliu
Author: Chao Liu [aut, cre, cph] (<https://orcid.org/0000-0002-9979-8272>)
Maintainer: Chao Liu <chaoliu@cedarville.edu>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-10-24 10:31:07 UTC
Built: R 4.5.2; ; 2025-11-01 03:00:32 UTC; windows
