Package: ojsr
Type: Package
Title: Crawler and Scraper for Open Journal System ('OJS')
Version: 0.1.0
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 scrap articles meta-data 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, oai, rvest, stringr, tidyr (>=
        1.0), urltools, utils, xml2, purrr, rlang
Suggests: knitr, rmarkdown, testthat, tidyverse
VignetteBuilder: knitr
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-16 19:07:23 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-04-24 16:20:02 UTC
