forked from sicarul/redshiftTools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 988 Bytes
/
DESCRIPTION
File metadata and controls
36 lines (36 loc) · 988 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
34
35
36
Package: redshiftTools
Type: Package
Title: Amazon Redshift Tools
Version: 1.1.0
Authors@R: c(
person(given = "Jake", family = "Russ", email = "jake@redoakstrategic.com", role = c("aut", "cre")),
person(given = "Pablo", family = "Seibelt", email = "pabloseibelt@sicarul.com", role = c("aut")),
person("Red Oak Strategic", role = "cph"))
Depends:
R (>= 3.3.0)
Imports:
DBI,
purrr,
progress,
magrittr
Suggests:
RJDBC,
RPostgres
Description: Efficiently upload data into an Amazon Redshift database using the
approach recommended by Amazon <https://aws.amazon.com/es/redshift/>.
URL: https://github.com/RedOakStrategic/redshiftTools
BugReports: https://github.com/RedOakStrategic/redshiftTools/issues
License: MIT + file LICENSE
LazyData: TRUE
Encoding: UTF-8
RoxygenNote: 7.1.0
Collate:
'append.R'
'create.R'
'internal.R'
'replace.R'
'table_definition.R'
'upsert.R'
'upsert2.R'
'rs_utils.R'
'utils-pipe.R'