-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathDESCRIPTION
More file actions
30 lines (30 loc) · 747 Bytes
/
DESCRIPTION
File metadata and controls
30 lines (30 loc) · 747 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
Package: redshiftTools
Type: Package
Title: Amazon Redshift Tools
Version: 1.0.1.900
Authors@R: person("Pablo", "Seibelt", email = "pabloseibelt@sicarul.com",
role = c("aut", "cre"))
Depends:
R (>= 3.3.0)
Imports:
DBI,
aws.s3,
purrr,
progress
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/sicarul/redshiftTools
BugReports: https://github.com/sicarul/redshiftTools/issues
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.1.1
Collate:
'append.R'
'create.R'
'internal.R'
'replace.R'
'table_definition.R'
'upsert.R'
'upsert2.R'