Skip to content

Commit

Permalink
CRAN release for bug fixed (#195)
Browse files Browse the repository at this point in the history
* update sysdata

* prepare for CRAN release

* update date in DESCRIPTION

* skip test that requires internet connection on CRAN
  • Loading branch information
MattCowgill authored Apr 15, 2022
1 parent b26c14d commit 1eb0ab7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: readabs
Type: Package
Title: Download and Tidy Time Series Data from the Australian Bureau of Statistics
Version: 0.4.11.904
Version: 0.4.12
Authors@R: c(
person("Matt", "Cowgill", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0003-0422-3300")),
person("Zoe", "Meers", role = "aut", email = "[email protected]"),
Expand All @@ -11,7 +11,7 @@ Authors@R: c(
Maintainer: Matt Cowgill <[email protected]>
Description: Downloads, imports, and tidies time series data from the
Australian Bureau of Statistics <https://www.abs.gov.au/>.
Date: 2021-12-17
Date: 2022-04-15
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.5)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# readabs 0.4.11.900
# readabs 0.4.12
* Bug fixes

# readabs 0.4.11
Expand Down
Binary file modified R/sysdata.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

## Test environments

* local macOS 11.1 install, R 4.0.3
* local macOS 12 install, R release
* macOS-latest, R release (GitHub Actions)
* windows-latest, R release (GitHub Actions)
* ubuntu 20.04, R release (GitHub Actions)
Expand Down
2 changes: 2 additions & 0 deletions tests/testthat/test-match_tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ test_match_tables <- function(cat_no, tables) {

test_that("match_tables() returns only requested tables", {

skip_on_cran()

t1 <- test_match_tables("5368.0", "1")
expect_length(t1, 1)
expect_true(grepl("TABLE 1.", t1))
Expand Down

0 comments on commit 1eb0ab7

Please sign in to comment.