-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
128 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,8 +1,8 @@ | ||
Type: Package | ||
Package: tsibble | ||
Title: Tidy Temporal Data Frames and Tools | ||
Version: 0.5.0.9000 | ||
Date: 2018-08-05 | ||
Version: 0.5.1 | ||
Date: 2018-08-19 | ||
Authors@R: c( | ||
person("Earo", "Wang", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6448-5260")), | ||
person("Di", "Cook", role = c("aut", "ths"), comment = c(ORCID = "0000-0002-3813-7155")), | ||
|
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,4 +1,4 @@ | ||
# tsibble 0.5.0.9000 | ||
# tsibble 0.5.1 | ||
|
||
## New features | ||
|
||
|
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 |
---|---|---|
|
@@ -4,82 +4,35 @@ | |
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.5.0 (2018-04-23) | | ||
|version |R version 3.5.1 (2018-07-02) | | ||
|system |x86_64, darwin15.6.0 | | ||
|ui |RStudio (1.1.453) | | ||
|ui |RStudio (1.2.830) | | ||
|language |(EN) | | ||
|collate |en_AU.UTF-8 | | ||
|tz |Australia/Melbourne | | ||
|date |2018-07-06 | | ||
|tz |America/Chicago | | ||
|date |2018-08-19 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:-------|:--|:-------|:----------|:----------------------------------| | ||
|ggplot2 | |3.0.0 |2018-07-06 |Github (tidyverse/ggplot2@4f272fe) | | ||
|tsibble |* |0.3.0 |2018-05-29 |cran (@0.3.0) | | ||
|package |* |version |date |source | | ||
|:-------|:--|:----------|:----------|:-----------------------------| | ||
|pillar | |1.3.0.9000 |2018-08-20 |Github (r-lib/pillar@3fabb4e) | | ||
|tsibble | |0.5.0 |2018-08-05 |cran (@0.5.0) | | ||
|
||
# Check results | ||
|
||
2 packages | ||
|
||
|package |version | errors| warnings| notes| | ||
|:---------|:-------|------:|--------:|-----:| | ||
|sugrrants |0.1.2 | 1| 1| 0| | ||
|sugrrants |0.1.5 | 0| 0| 0| | ||
|tsbox |0.0.3 | 0| 0| 0| | ||
|
||
## sugrrants (0.1.2) | ||
## sugrrants (0.1.5) | ||
Maintainer: Earo Wang <[email protected]> | ||
Bug reports: https://github.com/earowang/sugrrants/issues | ||
|
||
1 error | 1 warning | 0 notes | ||
|
||
``` | ||
checking examples ... ERROR | ||
Running examples in ‘sugrrants-Ex.R’ failed | ||
The error most likely occurred in: | ||
> base::assign(".ptime", proc.time(), pos = "CheckExEnv") | ||
> ### Name: frame_calendar | ||
> ### Title: Rearrange a temporal data frame to a calendar-based data format | ||
> ### using linear algebra | ||
> ### Aliases: frame_calendar prettify | ||
> | ||
... 31 lines ... | ||
+ x = Time, y = Hourly_Counts, date = Date, sunday = TRUE | ||
+ ) | ||
> | ||
> p2 <- grped_calendar %>% | ||
+ ggplot(aes(x = .Time, y = .Hourly_Counts, group = Date)) + | ||
+ geom_line() + | ||
+ facet_wrap(~ Sensor_Name, nrow = 2) | ||
Error in grouped_indices_grouped_df_impl(.data) : | ||
Need at least one column for `hash()` | ||
Calls: %>% ... group_indices.grouped_df -> grouped_indices_grouped_df_impl | ||
Execution halted | ||
checking re-building of vignette outputs ... WARNING | ||
Error in re-building vignettes: | ||
... | ||
Attaching package: 'dplyr' | ||
The following objects are masked from 'package:stats': | ||
filter, lag | ||
The following objects are masked from 'package:base': | ||
intersect, setdiff, setequal, union | ||
Loading required package: viridisLite | ||
Loading required package: ggplot2 | ||
Quitting from lines 115-125 (frame-calendar.Rmd) | ||
Error: processing vignette 'frame-calendar.Rmd' failed with diagnostics: | ||
Need at least one column for `hash()` | ||
Execution halted | ||
``` | ||
0 errors | 0 warnings | 0 notes | ||
|
||
## tsbox (0.0.3) | ||
Maintainer: Christoph Sax <[email protected]> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,79 +4,25 @@ | |
|
||
|setting |value | | ||
|:--------|:----------------------------| | ||
|version |R version 3.5.0 (2018-04-23) | | ||
|version |R version 3.5.1 (2018-07-02) | | ||
|system |x86_64, darwin15.6.0 | | ||
|ui |RStudio (1.1.453) | | ||
|ui |RStudio (1.2.830) | | ||
|language |(EN) | | ||
|collate |en_AU.UTF-8 | | ||
|tz |Australia/Melbourne | | ||
|date |2018-07-06 | | ||
|tz |America/Chicago | | ||
|date |2018-08-19 | | ||
|
||
## Packages | ||
|
||
|package |* |version |date |source | | ||
|:-------|:--|:-------|:----------|:----------------------------------| | ||
|ggplot2 | |3.0.0 |2018-07-06 |Github (tidyverse/ggplot2@4f272fe) | | ||
|tsibble |* |0.3.0 |2018-05-29 |cran (@0.3.0) | | ||
|package |* |version |date |source | | ||
|:-------|:--|:----------|:----------|:-----------------------------| | ||
|pillar | |1.3.0.9000 |2018-08-20 |Github (r-lib/pillar@3fabb4e) | | ||
|tsibble | |0.5.0 |2018-08-05 |cran (@0.5.0) | | ||
|
||
# Check results | ||
|
||
1 packages with problems | ||
0 packages with problems | ||
|
||
|package |version | errors| warnings| notes| | ||
|:---------|:-------|------:|--------:|-----:| | ||
|sugrrants |0.1.2 | 1| 1| 0| | ||
|
||
## sugrrants (0.1.2) | ||
Maintainer: Earo Wang <[email protected]> | ||
Bug reports: https://github.com/earowang/sugrrants/issues | ||
|
||
1 error | 1 warning | 0 notes | ||
|
||
``` | ||
checking examples ... ERROR | ||
Running examples in ‘sugrrants-Ex.R’ failed | ||
The error most likely occurred in: | ||
> base::assign(".ptime", proc.time(), pos = "CheckExEnv") | ||
> ### Name: frame_calendar | ||
> ### Title: Rearrange a temporal data frame to a calendar-based data format | ||
> ### using linear algebra | ||
> ### Aliases: frame_calendar prettify | ||
> | ||
... 31 lines ... | ||
+ x = Time, y = Hourly_Counts, date = Date, sunday = TRUE | ||
+ ) | ||
> | ||
> p2 <- grped_calendar %>% | ||
+ ggplot(aes(x = .Time, y = .Hourly_Counts, group = Date)) + | ||
+ geom_line() + | ||
+ facet_wrap(~ Sensor_Name, nrow = 2) | ||
Error in grouped_indices_grouped_df_impl(.data) : | ||
Need at least one column for `hash()` | ||
Calls: %>% ... group_indices.grouped_df -> grouped_indices_grouped_df_impl | ||
Execution halted | ||
checking re-building of vignette outputs ... WARNING | ||
Error in re-building vignettes: | ||
... | ||
Attaching package: 'dplyr' | ||
The following objects are masked from 'package:stats': | ||
filter, lag | ||
The following objects are masked from 'package:base': | ||
intersect, setdiff, setequal, union | ||
Loading required package: viridisLite | ||
Loading required package: ggplot2 | ||
Quitting from lines 115-125 (frame-calendar.Rmd) | ||
Error: processing vignette 'frame-calendar.Rmd' failed with diagnostics: | ||
Need at least one column for `hash()` | ||
Execution halted | ||
``` | ||
|
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,8 +1,8 @@ | ||
# Check times | ||
|
||
|package |version | check_time| | ||
|:---------|:-------|----------:| | ||
|sugrrants |0.1.2 | 48.8| | ||
|tsbox |0.0.3 | 38.8| | ||
| |package |version | check_time| | ||
|:--|:---------|:-------|----------:| | ||
|2 |tsbox |0.0.3 | 35.9| | ||
|1 |sugrrants |0.1.5 | 28.9| | ||
|
||
|