Skip to content

Commit

Permalink
rev dep check
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Oct 9, 2022
1 parent 189d7a0 commit 04b36e7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 26 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Expand Up @@ -2,7 +2,7 @@

* Fixed the argument of `.full` in `*_gaps()` when inputs like `T`, `F` are valid. (#275)
* Fixed validation of `index2` in `build_tsibble()` when a column name contains "index". (#284)
* No longer export `time()` methods (renamed to `time_ts()`) to contaminate `time()` in `stats::window()`. (#277)
* No longer export `time()` methods (renamed to `time_ts()`) to avoid contaminating `time()` in `stats::window()`. (#277)

# tsibble 1.1.2

Expand Down
5 changes: 4 additions & 1 deletion cran-comments.md
Expand Up @@ -13,4 +13,7 @@ R CMD check succeeded

## revdepcheck results

This release is a resubmission and fixed an URL that gives 500 error; I didn't re-check revdeps.
We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages
32 changes: 18 additions & 14 deletions revdep/README.md
@@ -1,22 +1,26 @@
# Platform

|field |value |
|:--------|:----------------------------|
|version |R version 4.0.4 (2021-02-15) |
|os |macOS Big Sur 10.16 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_AU.UTF-8 |
|ctype |en_AU.UTF-8 |
|tz |Pacific/Auckland |
|date |2021-04-12 |
|field |value |
|:--------|:------------------------------------|
|version |R version 4.2.0 (2022-04-22) |
|os |macOS Monterey 12.6 |
|system |x86_64, darwin17.0 |
|ui |RStudio |
|language |(EN) |
|collate |en_AU.UTF-8 |
|ctype |en_AU.UTF-8 |
|tz |Australia/Sydney |
|date |2022-10-09 |
|rstudio |2021.09.0+351 Ghost Orchid (desktop) |
|pandoc |2.16.1 @ /usr/local/bin/pandoc |

# Dependencies

|package |old |new |Δ |
|:-------|:-----|:-----|:--|
|tsibble |1.0.0 |1.0.1 |* |
|package |old |new |Δ |
|:-------|:-----|:------|:--|
|tsibble |1.1.2 |1.1.3 |* |
|dplyr |NA |1.0.10 |* |
|purrr |NA |0.3.5 |* |

# Revdeps

12 changes: 2 additions & 10 deletions revdep/cran.md
@@ -1,15 +1,7 @@
## revdepcheck results

We checked 22 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
We checked 27 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 1 new problems
* We saw 0 new problems
* We failed to check 0 packages

Issues with CRAN packages are summarised below.

### New problems
(This reports the first line of each new failure)

* brolgar
checking tests ...

0 comments on commit 04b36e7

Please sign in to comment.