Package: ojsr
Type: Package
Title: Crawler and Data Scraper for Open Journal System ('OJS')
Version: 0.1.2
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
LazyData: true
Imports: dplyr (>= 0.8.3), magrittr, rvest, tidyr (>= 1.0), urltools,
        xml2, purrr, rlang
Suggests: knitr, rmarkdown, testthat, tidyverse
VignetteBuilder: knitr
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-23 13:39:02 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: 2020-09-23 23:50:03 UTC
Built: R 4.2.0; ; 2022-03-22 22:43:17 UTC; unix
