-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
35 lines (35 loc) · 996 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
Package: imdb
Title: Populate a database with data from the IMDB
Version: 0.0.2.9005
Date: 2017-08-31
Authors@R: person("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com",
role = c("aut", "cre"))
Description: Populate a database with data from the IMDB. This package will
download raw data from the IMDB, and process that data with IMDBPy. You must
have a working copy of IMDBPy installed on your machine. IMDBPy will then push
the processed IMDB data into a SQL server of your specification.
Imports:
R.utils,
dplyr,
DBI,
jsonlite,
readr,
tibble
Depends:
R (>= 3.1.0),
etl
Suggests:
dbplyr,
RPostgreSQL,
RMySQL,
RSQLite,
knitr,
rmarkdown,
testthat
License: GPL (>=2)
SystemRequirements: python-imdbpy python-sqlalchemy python-sqlobject python-mysqldb
URL: https://github.com/beanumber/imdb
BugReports: https://github.com/beanumber/imdb/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 6.1.1