This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.63 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
59
60
61
62
Package: RForcecom
Type: Package
Version: 1.1
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.3.0)
Imports:
XML,
httr,
plyr,
methods,
RCurl,
utils,
purrr,
xml2,
dplyr
Suggests:
testthat
LazyLoad: yes
License: Apache License 2.0
Date: 2016-07-18
Collate:
'RForcecom.R'
'rforcecom.abortBulkJob.R'
'rforcecom.api.R'
'rforcecom.closeBulkJob.R'
'rforcecom.getBatchDetails.R'
'rforcecom.checkBatchStatus.R'
'rforcecom.createBulkBatch.R'
'rforcecom.createBulkJob.R'
'rforcecom.bulkAction.R'
'rforcecom.getBulkQueryResult.R'
'rforcecom.submitBulkQuery.R'
'rforcecom.bulkQuery.R'
'rforcecom.create.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