Package: Goodreader
Title: Scrape and Analyze 'Goodreads' Book Data
Version: 0.1.0
Authors@R: person("Chao Liu", "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
NeedsCompilation: no
Packaged: 2024-08-22 15:33:13 UTC; psych
Author: Chao Liu Liu [aut, cre, cph] (<https://orcid.org/0000-0002-9979-8272>)
Maintainer: Chao Liu Liu <chaoliu@cedarville.edu>
Depends: R (>= 3.5.0)
Repository: CRAN
Date/Publication: 2024-08-27 16:30:18 UTC
