Skip to content

Commit

Permalink
CRAN submission
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Aug 21, 2022
1 parent 460a2af commit f422d9d
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 27 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Expand Up @@ -18,3 +18,4 @@ vignettes/press.Rmd
^\.github/workflows/R-CMD-check\.yaml$
^\.github/workflows/pr-commands\.yaml$
^\.github/workflows/pkgdown\.yaml$
^CRAN-SUBMISSION$
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -7,3 +7,4 @@ data-raw/domestic-trips.xlsx
inst/doc
docs/
*.rds
CRAN-SUBMISSION
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: tsibble
Title: Tidy Temporal Data Frames and Tools
Version: 1.1.1
Version: 1.1.2
Authors@R:
c(person(given = "Earo",
family = "Wang",
Expand Down Expand Up @@ -71,4 +71,4 @@ Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
RoxygenNote: 7.2.1
4 changes: 4 additions & 0 deletions NEWS.md
@@ -1,3 +1,7 @@
# tsibble 1.1.2

* Re-document to fix HTML issues in .Rd

# tsibble 1.1.1

* New functions `make_year*()` to easily supply time components.
Expand Down
2 changes: 0 additions & 2 deletions R/holiday.R
Expand Up @@ -16,8 +16,6 @@ globalVariables("holiday")
#' * Royal Queensland Show for Queensland, which is for Brisbane only
#'
#' This function requires "timeDate" to be installed.
#' @references
#' [Public holidays](https://www.australia.gov.au/about-australia/special-dates-and-events/public-holidays)
#' @export
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/tsibble-package.R
@@ -1,6 +1,6 @@
#' tsibble: tidy temporal data frames and tools
#'
#' \if{html}{\figure{logo.png}{options: align='right'}}
#' \if{html}{\figure{logo.png}{options: style='text-align: right;'}}
#' The **tsibble** package provides a data class of `tbl_ts` to represent tidy
#' temporal data. A tsibble consists of a time index, key, and other measured
#' variables in a data-centric format, which is built on top of the tibble.
Expand Down
7 changes: 2 additions & 5 deletions cran-comments.md
@@ -1,6 +1,6 @@
## Test environments

* local mac OS install, R 4.0.4
* local mac OS install, R 4.2.0
* ubuntu 20.04 (on github actions), R-devel, R-release
* mac OS 10.15.4 (on github actions) R-release
* Microsoft Windows Server 2019 10.0.17763 (on github actions) R-release
Expand All @@ -13,7 +13,4 @@ R CMD check succeeded

## revdepcheck results

We checked all 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
This release is a resubmission and fixed an URL that gives 500 error; I didn't re-check revdeps.
5 changes: 1 addition & 4 deletions man/count_gaps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions man/has_gaps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions man/holiday_aus.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions man/scan_gaps.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/tsibble-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/year-quarter.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f422d9d

Please sign in to comment.