Package: ojsr
Type: Package
Title: Crawler and Data Scraper for Open Journal System ('OJS')
Version: 0.1.5
Authors@R: person("Gaston", "Becerra", email = "gaston.becerra@gmail.com",
  role = c("aut", "cre"),
  comment = c(ORCID = "0000-0001-9432-8848"))
Description: Crawler for 'OJS' pages and scraper for meta-data from articles. 
    You can crawl 'OJS' archives, issues, articles, galleys, and search results. 
    You can scrape articles metadata from their head tag in html, 
    or from Open Archives Initiative ('OAI') records.
    Most of these functions rely on 'OJS' routing conventions 
    (<https://docs.pkp.sfu.ca/dev/documentation/en/architecture-routes>).
License: GPL-3
Encoding: UTF-8
Imports: dplyr (>= 0.8.3), magrittr, rvest, tidyr (>= 1.0), urltools,
        xml2, purrr, rlang, RCurl
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
URL: https://github.com/gastonbecerra/ojsr
BugReports: https://github.com/gastonbecerra/ojsr/issues
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-11-13 12:26:01 UTC; Gaston
Author: Gaston Becerra [aut, cre] (<https://orcid.org/0000-0001-9432-8848>)
Maintainer: Gaston Becerra <gaston.becerra@gmail.com>
Repository: CRAN
Date/Publication: 2024-11-13 13:00:04 UTC
Built: R 4.3.3; ; 2024-11-18 02:51:52 UTC; unix
