Skip to content

Commit

Permalink
cran release
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Aug 20, 2018
1 parent 4a550b9 commit 10c0cde
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 128 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
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 = "earo.wang@gmail.com", 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")),
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
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

Expand Down
69 changes: 11 additions & 58 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <earo.wang@gmail.com>
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 <christoph.sax@gmail.com>
Expand Down
Binary file modified revdep/checks.rds
Binary file not shown.
72 changes: 9 additions & 63 deletions revdep/problems.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <earo.wang@gmail.com>
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
```

8 changes: 4 additions & 4 deletions revdep/timing.md
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|


0 comments on commit 10c0cde

Please sign in to comment.