Package: wordpressr
Type: Package
Title: An API Wrapper for WordPress Site APIs
Version: 0.2.3
Authors@R: c(person("Simit", "Patel", email = "simit@sixjupiter.com",
  role = c("aut", "cre")),
  person(given = 'SixJupiter',role = c('cph','fnd')))
URL: https://sixjupiter.com/wordpressr/
BugReports: https://github.com/simitpatel/wordpressr/issues
Description: An API wrapper that helps R developers retrieve data from a WordPress site's API in tidy format, in addition to
    publishing content on the WordPress site (WordPress API documentation: <https://developer.wordpress.org/rest-api/>).
Imports: httr, tibble, dplyr, tidyr, magrittr, glue, purrr
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, testthat, stringi
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-05-31 02:29:24 UTC; simit.patel
Author: Simit Patel [aut, cre],
  SixJupiter [cph, fnd]
Maintainer: Simit Patel <simit@sixjupiter.com>
Repository: CRAN
Date/Publication: 2021-06-01 20:30:02 UTC
