Skip to content

Commit 725d530

Browse files
committed
new cran submission
1 parent 7ee7fe8 commit 725d530

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

DESCRIPTION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tsibble
33
Title: Tidy Temporal Data Frames and Tools
4-
Version: 1.1.5
4+
Version: 1.1.6
55
Authors@R:
66
c(person(given = "Earo",
77
family = "Wang",
@@ -69,4 +69,4 @@ Encoding: UTF-8
6969
Language: en-GB
7070
LazyData: true
7171
Roxygen: list(markdown = TRUE)
72-
RoxygenNote: 7.3.1
72+
RoxygenNote: 7.3.2

cran-comments.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ R CMD check succeeded
1313

1414
## revdepcheck results
1515

16-
We checked 35 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.
17-
18-
* We saw 0 new problems
19-
* We failed to check 2 packages: fable and UComp
16+
I haven't done any reverse dependencies check, since I've skipped some tests about this submission.

tests/testthat/test-tsibble.R

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ test_that("A tibble is not tsibble", {
4848
})
4949

5050
test_that("Coerce to tbl_df and data.frame", {
51+
skip_on_cran()
5152
tsbl <- as_tsibble(dat_x, index = date_time)
5253
expect_identical(as_tibble(tsbl), dat_x)
5354
expect_identical(as.data.frame(tsbl), as.data.frame(dat_x))

tsibble.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: da9752f7-8165-4107-ace1-0aa22d86dce9
23

34
RestoreWorkspace: Default
45
SaveWorkspace: Default

0 commit comments

Comments
 (0)