-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION.dcf
More file actions
29 lines (29 loc) · 813 Bytes
/
Copy pathDESCRIPTION.dcf
File metadata and controls
29 lines (29 loc) · 813 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: wordpressr
Type: Package
Title: An API Wrapper for WordPress Site APIs
Version: 0.1.0
Authors@R: c(person("Simit", "Patel", email = "simit@sixjupiter.com",
role = c("aut", "cre")),
person(given = 'SixJupiter',role = c('cph','fnd')))s
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. <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