-
Notifications
You must be signed in to change notification settings - Fork 84
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 #202 from mrkaye97/3.4.0
slackr 3.4.0
- Loading branch information
Showing
7 changed files
with
45 additions
and
209 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Type: Package | |
Package: slackr | ||
Title: Send Messages, Images, R Objects and Files to 'Slack' | ||
Channels/Users | ||
Version: 3.3.2 | ||
Version: 3.4.0 | ||
Authors@R: c( | ||
person("Matt", "Kaye", role = c("aut", "cre"), email = "[email protected]", comment = c(website = "matthewrkaye.com")), | ||
person("Bob", "Rudis",role = c("aut")), | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -52,7 +52,7 @@ test_that("Channels works", { | |
|
||
expect_equal( | ||
ncol(channels), | ||
28 | ||
29 | ||
) | ||
|
||
expect_gte( | ||
|