forked from beanumber/etl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
50 lines (50 loc) · 1.31 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
Package: etl
Type: Package
Title: Extract-Transform-Load Framework for Medium Data
Version: 0.3.7.9001
Date: 2017-09-25
Authors@R: c(
person("Ben", "Baumer", email = "ben.baumer@gmail.com",
role = c("aut", "cre")),
person("Carson", "Sievert", email = "cpsievert1@gmail.com", role = "ctb"))
Maintainer: Ben Baumer <ben.baumer@gmail.com>
Description: A predictable and pipeable framework for performing ETL
(extract-transform-load) operations on publicly-accessible medium-sized data
set. This package sets up the method structure and implements generic
functions. Packages that depend on this package download specific data sets
from the Internet, clean them up, and import them into a local or remote
relational database management system.
License: CC0
LazyData: TRUE
Imports:
DBI,
datasets,
devtools,
downloader,
lubridate,
methods,
stringr,
readr,
rlang,
rvest,
tibble,
utils,
xml2
Depends:
R (>= 2.10),
dplyr
Suggests:
dbplyr,
knitr,
macleish,
RSQLite,
RPostgreSQL,
RMySQL,
MonetDBLite,
ggplot2,
testthat,
rmarkdown
URL: http://github.com/beanumber/etl
BugReports: https://github.com/beanumber/etl/issues
RoxygenNote: 6.1.1
VignetteBuilder: knitr, rmarkdown, etl, macleish, ggplot2, dplyr, dbplyr