Skip to content

Commit 9647e89

Browse files
authored
Merge pull request #255 from rOpenGov/minor_fix
Bump and minor fix
2 parents 954615e + 8fa3cb3 commit 9647e89

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
3434
RSPM: ${{ matrix.config.rspm }}
3535
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
36+
3637

3738
steps:
3839
- uses: actions/checkout@v2

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Type: Package
22
Package: pxweb
33
Title: R Interface to PXWEB APIs
4-
Version: 0.16.0
5-
Date: 2022-07-19
4+
Version: 0.16.1
5+
Date: 2022-08-23
66
Authors@R: c(
77
person("Mans", "Magnusson", , "mons.magnusson@gmail.com", role = c("aut", "cre"),
88
comment = c(ORCID = "0000-0002-0296-2719")),

tests/testthat/test-pxweb_api_catalogue.R

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
context("pxweb_api_catalogue")
44

55
test_that(desc="pxweb_api_catalogue",{
6-
6+
# Problems with testing ISO8859 on CRAN
7+
# https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/pxweb-00check.html
8+
# Waiting to add test suites for different charsets:
9+
# https://github.com/r-lib/actions/issues/609
10+
skip_on_cran()
11+
712
expect_silent(pxac <- pxweb_api_catalogue())
813
expect_output(print(pxac), regexp = "Api:")
914

0 commit comments

Comments
 (0)