-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 942 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
Package: omdbr
Title: Retrieve Movies Metadata from OMDb Database
Version: 0.0.0.9000
Authors@R:
c(
person(
given = "Nicolas",
family = "Casajus",
role = c("aut", "cre"),
email = "[email protected]"
),
person(
given = "Kevin",
family = "Cazelles",
role = "aut",
email = "[email protected]"
))
Description: This package retrieves movies metadata (title, actors, year,
genres, etc.) using the OMDb API <http://www.omdbapi.com/> (an API key is
required). Cover can also be downloaded from the YTS API
<https://yts.mx/api> (no API key required).
URL: https://github.com/inSileco/omdbr
BugReports: https://github.com/inSileco/omdbr/issues
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.0
Imports:
cli,
httr,
jsonlite,
stringdist,
usethis,
utils,
yaml