Skip to content

Commit 551c2fd

Browse files
authoredAug 22, 2020
Merge pull request #86 from StevenMMortimer/dev
Version bump, no need to wait for dplyr
2 parents 6b2d10d + c979e35 commit 551c2fd

File tree

343 files changed

+4319
-1102
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

343 files changed

+4319
-1102
lines changed
 

‎DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: salesforcer
22
Title: An Implementation of 'Salesforce' APIs Using Tidy Principles
3-
Version: 0.2.0.9000
4-
Date: 2020-08-17
3+
Version: 0.2.1
4+
Date: 2020-08-21
55
Description: Functions connecting to the 'Salesforce' Platform APIs (REST, SOAP,
66
Bulk 1.0, Bulk 2.0, Metadata, Reports and Dashboards)
77
<https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_overview>.

‎NEWS.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## salesforcer 0.2.0.9000
1+
## salesforcer 0.2.1
22

33
### Dependencies
44

55
* **CAUTION: This release requires {dplyr 1.0.0} because {dplyr 1.0.1} introduced
66
a bug in `bind_rows()` with how it binds lists where the list elements have differing
77
lengths. This is documented in tidyverse/dplyr#5417 and r-lib/vctrs#1073. The
8-
timeline for a fix is unknown as of Aug 16, 2020.**
8+
timeline for a fix is unknown as of Aug 16, 2020.** You can install the older
9+
version of {dplyr} using the following command:
10+
11+
```r
12+
remotes::install_version("dplyr", "1.0.0")
13+
```
914

1015
### Features
1116

0 commit comments

Comments
 (0)
Please sign in to comment.