-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #104 from StevenMMortimer/dev
[Release v1.0.0] Merge dev into main
- Loading branch information
Showing
589 changed files
with
7,194 additions
and
5,082 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: salesforcer | ||
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles | ||
Version: 0.2.2.9000 | ||
Date: 2020-09-12 | ||
Version: 1.0.0 | ||
Date: 2021-07-04 | ||
Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, | ||
Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards) | ||
<https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview>. | ||
|
@@ -11,12 +11,23 @@ Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP, | |
API documentation and this package's website | ||
<https://stevenmmortimer.github.io/salesforcer/> for more information, | ||
documentation, and examples. | ||
Authors@R: c( | ||
person(c("Steven", "M."), "Mortimer", , "[email protected]", c("aut", "cre")), | ||
person("Takekatsu", "Hiramura", , "[email protected]", c("ctb")), | ||
person("Jennifer", "Bryan", , "[email protected]", c("ctb", "cph")), | ||
person("Joanna", "Zhao", , "[email protected]", c("ctb", "cph")) | ||
) | ||
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 | ||
BugReports: https://github.com/StevenMMortimer/salesforcer/issues | ||
|
@@ -32,6 +43,7 @@ Imports: | |
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), | ||
|
@@ -46,19 +58,16 @@ Imports: | |
lifecycle (>= 0.2.0) | ||
Suggests: | ||
knitr, | ||
rmarkdown, | ||
testthat, | ||
spelling, | ||
rmarkdown, | ||
here, | ||
microbenchmark, | ||
ggplot2, | ||
sessioninfo, | ||
RForcecom | ||
VignetteBuilder: | ||
knitr | ||
sessioninfo | ||
VignetteBuilder: knitr | ||
ByteCompile: true | ||
Encoding: UTF-8 | ||
Language: en-US | ||
LazyData: true | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.