-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1012 Bytes
/
DESCRIPTION
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
30
31
32
33
34
35
36
37
Package: guardianapi
Title: Access 'The Guardian' Newspaper Open Data API
Version: 0.1.1
Authors@R:
person(given = "Evan",
family = "Odell",
role = c("aut", "cre"),
email = "evanodell91@gmail.com",
comment = c(ORCID = "0000-0003-1845-808X"))
Description: Access to 'The Guardian' newspaper's open API
<https://open-platform.theguardian.com/>, containing all articles published
in 'The Guardian' from 1999 to the present, including article text, metadata,
tags and contributor information. An API key and registration is required.
URL: https://docs.evanodell.com/guardianapi
BugReports: https://github.com/evanodell/guardianapi/issues
License: MIT + file LICENSE
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports:
dplyr,
httr,
jsonlite,
tibble,
rlang
Suggests:
testthat,
knitr,
rmarkdown,
lubridate,
ggplot2,
covr,
scales,
readr
VignetteBuilder: knitr