forked from StevenMMortimer/salesforcer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.36 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
Package: salesforcer
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles
Version: 0.1.2.9000
Date: 2018-04-12
Description: An implementation of the 'Salesforce' Platform APIs (REST, SOAP,
Bulk 1.0, Bulk 2.0, and Metadata) <https://developer.salesforce.com/page/Salesforce_APIs>.
This package is an articulation of the most API methods into R. The API calls
return XML or JSON that is parsed tidy data structures. For more details please
see the 'Salesforces' API references and this package's website
<https://stevenmmortimer.github.io/salesforcer/> for more information,
documentation, and examples.
Authors@R: c(
person(c("Steven", "M."), "Mortimer", , "reportmort@gmail.com", c("aut", "cre")),
person("Takekatsu", "Hiramura", , "thira@plavox.info", c("ctb")),
person("Jennifer", "Bryan", , "jenny@rstudio.com", c("ctb")),
person("Joanna", "Zhao", , "joanna.zhao@alumni.ubc.ca", c("ctb"))
)
URL: https://github.com/StevenMMortimer/salesforcer
BugReports: https://github.com/StevenMMortimer/salesforcer/issues
Encoding: UTF-8
Depends:
R (>= 3.1.0)
License: MIT + file LICENSE
LazyData: true
Imports:
methods,
httr,
dplyr,
xml2,
XML,
jsonlite,
purrr,
readr,
lubridate
Suggests:
knitr,
testthat,
rmarkdown,
here,
RForcecom
VignetteBuilder: knitr
RoxygenNote: 6.1.0