Package: wordpressr
Type: Package
Title: An API Wrapper for WordPress Site APIs
Version: 0.1.1
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
LazyData: true
RoxygenNote: 7.1.0
Suggests: knitr, rmarkdown, testthat, stringi
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-09-25 21:22:34 UTC; simit.patel
Author: Simit Patel [aut, cre],
  SixJupiter [cph, fnd]
Maintainer: Simit Patel <simit@sixjupiter.com>
Repository: CRAN
Date/Publication: 2020-09-29 08:50:02 UTC
