Skip to content

Commit

Permalink
new cran submission
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Jan 30, 2025
1 parent 7ee7fe8 commit 725d530
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tsibble
Title: Tidy Temporal Data Frames and Tools
Version: 1.1.5
Version: 1.1.6
Authors@R:
c(person(given = "Earo",
family = "Wang",
Expand Down Expand Up @@ -69,4 +69,4 @@ Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
5 changes: 1 addition & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ R CMD check succeeded

## revdepcheck results

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

* We saw 0 new problems
* We failed to check 2 packages: fable and UComp
I haven't done any reverse dependencies check, since I've skipped some tests about this submission.
1 change: 1 addition & 0 deletions tests/testthat/test-tsibble.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ test_that("A tibble is not tsibble", {
})

test_that("Coerce to tbl_df and data.frame", {
skip_on_cran()
tsbl <- as_tsibble(dat_x, index = date_time)
expect_identical(as_tibble(tsbl), dat_x)
expect_identical(as.data.frame(tsbl), as.data.frame(dat_x))
Expand Down
1 change: 1 addition & 0 deletions tsibble.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: da9752f7-8165-4107-ace1-0aa22d86dce9

RestoreWorkspace: Default
SaveWorkspace: Default
Expand Down

0 comments on commit 725d530

Please sign in to comment.