-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
73 lines (73 loc) · 2.29 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
63
64
65
66
67
68
69
70
71
72
73
Package: salesforcer
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles
Version: 1.0.2
Date: 2024-11-05
Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP,
Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards)
<https://trailhead.salesforce.com/content/learn/modules/api_basics/api_basics_overview>.
"API" is an acronym for "application programming interface". Most all calls
from these APIs are supported as they use CSV, XML or JSON data that can be
parsed into R data structures. For more details please see the 'Salesforce'
API documentation and this package's website
<https://stevenmmortimer.github.io/salesforcer/> for more information,
documentation, and examples.
Authors@R:
c(person(given = c("Steven", "M."),
family = "Mortimer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Takekatsu",
family = "Hiramura",
role = "ctb",
email = "[email protected]"),
person(given = "Jennifer",
family = "Bryan",
role = c("ctb", "cph"),
email = "[email protected]"),
person(given = "Joanna",
family = "Zhao",
role = c("ctb", "cph"),
email = "[email protected]"))
License: MIT + file LICENSE
URL: https://github.com/StevenMMortimer/salesforcer, https://stevenmmortimer.github.io/salesforcer/
BugReports: https://github.com/StevenMMortimer/salesforcer/issues
Depends:
R (>= 3.6.0)
Imports:
methods (>= 3.6.0),
utils (>= 3.6.0),
stats (>= 3.6.0),
dplyr (>= 1.0.0),
purrr (>= 0.3.4),
vctrs (>= 0.3.4),
tibble (>= 3.0.3),
readr (>= 1.3.1),
lubridate (>= 1.7.8),
anytime (>= 0.3.9),
rlang (>= 0.4.7),
httr (>= 1.4.1),
curl (>= 4.3),
data.table (>= 1.13.0),
XML (>= 3.99-0.3),
xml2 (>= 1.3.2),
jsonlite (>= 1.6.1),
rlist (>= 0.4.6.1),
zip (>= 2.0.4),
base64enc (>= 0.1-3),
mime (>= 0.9),
lifecycle (>= 0.2.0)
Suggests:
knitr,
rmarkdown,
testthat,
spelling,
here,
microbenchmark,
ggplot2,
sessioninfo
VignetteBuilder: knitr
ByteCompile: true
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2