-
Notifications
You must be signed in to change notification settings - Fork 31
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 #90 from business-science/rc-0.1.4
RC 0.1.4
- Loading branch information
Showing
126 changed files
with
5,194 additions
and
4,743 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: tibbletime | ||
Type: Package | ||
Title: Time Aware Tibbles | ||
Version: 0.1.3.9000 | ||
Version: 0.1.4 | ||
Authors@R: c( | ||
person("Davis", "Vaughan", email = "[email protected]", role = c("aut", "cre")), | ||
person("Matt", "Dancho", email = "[email protected]", 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 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
Binary file not shown.
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
Binary file modified
BIN
+0 Bytes
(100%)
revdep/checks.noindex/anomalize/new/anomalize.Rcheck/anomalize-Ex.pdf
Binary file not shown.
19 changes: 10 additions & 9 deletions
19
revdep/checks.noindex/anomalize/new/anomalize.Rcheck/tests/testthat.R
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,9 +1,10 @@ | ||
library(testthat) | ||
library(anomalize) | ||
library(dplyr) | ||
library(ggplot2) | ||
library(tibble) | ||
|
||
# set_time_scale_template(time_scale_template()) | ||
|
||
test_check("anomalize") | ||
library(testthat) | ||
library(anomalize) | ||
library(dplyr) | ||
library(ggplot2) | ||
library(tibble) | ||
library(stringr) | ||
|
||
# set_time_scale_template(time_scale_template()) | ||
|
||
test_check("anomalize") |
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.