-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
28 lines (28 loc) · 861 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
Package: imdb
Title: Download IMDB Series Information Into a Dataframe
Version: 0.2.0
Authors@R: c(person("Roel M.", "Hogervorst", email = "hogervorst.rm@gmail.com", role = c("aut", "cre"),,
comment = c(ORCID = "0000-0001-7509-0328")),
person("Josh", "Yazman", role = "ctb"))
Description: Download movie and series information using the open movie database
http://www.omdbapi.com and return tidy results.
To pull relevant information from the API you have to get a key from the omdb website.
URL: http://rmhogervorst.nl/imdb
BugReports: https://github.com/rmhogervorst/imdb/issues
Depends:
R (>= 3.2.2)
Imports:
jsonlite (>= 0.9.17),
curl,
httr
License: MIT + file LICENSE
LazyData: true
RoxygenNote: 6.0.1
Suggests:
testthat,
covr,
knitr,
rmarkdown,
dplyr,
tibble
VignetteBuilder: knitr