-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 966 Bytes
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 966 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
30
31
32
33
Package: DatawRappr
Type: Package
Title: Provides Access to Datawrapper's API
Version: 1.2
Authors@R: c(
person("Benedict", "Witzenberger", email = "b.witzenberger@googlemail.com", role = c("aut", "cre")),
person("Bob", "Rudis", email = "bob@@rud.is", role = c("aut")),
person("Markus 'Fin'", "Hametner", role = c("ctb"))
)
Description: Connecting R to Datawrapper, allowing the creation and edits of charts via Datawrapper's API.
It makes heavy use of the 'httr'-library and tries to manage the API-token for the user in the .Renviron-file.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/munichrocker/DatawRappr
BugReports: https://github.com/munichrocker/DatawRappr/issues
LazyData: true
Imports:
httr,
readr,
tidyr,
rlist,
utils,
magick,
needs,
jsonlite,
lifecycle
RoxygenNote: 7.2.0
Suggests:
httptest,
testthat (>= 2.1.0)
Depends:
R (>= 2.10)
RdMacros: lifecycle