forked from hiratake55/RForcecom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.57 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
51
52
53
54
55
56
57
58
Package: RForcecom
Type: Package
Version: 0.9
Title: Data Integration Feature for Force.com and Salesforce.com
Description: Insert, update,
retrieve, delete and bulk operate datasets with a SaaS based CRM
Salesforce.com and a PaaS based application platform Force.com from R.
Authors@R: c(
person("Takekatsu", "Hiramura", email="[email protected]", role = c("aut", "cre")),
person("Steven", "Mortimer", role = c("ctb")),
person("Alexis", "Iglauer", role = c("ctb"))
)
URL: http://rforcecom.plavox.info/
BugReports: https://github.com/hiratake55/RForcecom/issues
Depends:
R (>= 3.1.0)
Imports:
methods,
utils,
XML,
RCurl,
httr,
plyr
Suggests:
testthat
LazyLoad: yes
License: Apache License 2.0
Date: 2015-10-26
Collate:
'RForcecom.R'
'rforcecom.abortBulkJob.R'
'rforcecom.api.R'
'rforcecom.closeBulkJob.R'
'rforcecom.getBulkQueryResult.R'
'rforcecom.getBatchDetails.R'
'rforcecom.checkBatchStatus.R'
'rforcecom.submitBulkQuery.R'
'rforcecom.createBulkJob.R'
'rforcecom.bulkQuery.R'
'rforcecom.create.R'
'rforcecom.createBulkBatch.R'
'rforcecom.debug.R'
'rforcecom.delete.R'
'rforcecom.getObjectDescription.R'
'rforcecom.getObjectList.R'
'rforcecom.getServerTimestamp.R'
'rforcecom.insertBulkAttachments.R'
'rforcecom.login.R'
'rforcecom.logout.R'
'rforcecom.query.R'
'rforcecom.queryMore.R'
'rforcecom.retrieve.R'
'rforcecom.search.R'
'rforcecom.update.R'
'rforcecom.upsert.R'
'rforcecom.utils.R'
'rforcecom.write.csv.R'
RoxygenNote: 5.0.1