-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #271 from rOpenGov/dev
Version 0.16.3
- Loading branch information
Showing
70 changed files
with
1,801 additions
and
1,704 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
push: | ||
paths-ignore: | ||
- 'paper/**' | ||
branches: | ||
- main | ||
- master | ||
- development | ||
- dev | ||
pull_request: | ||
paths-ignore: | ||
- 'paper/**' | ||
branches: | ||
- main | ||
- master | ||
- development | ||
- dev | ||
|
||
name: R-CMD-check (release) | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ubuntu-latest | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Workflow derived from https://github.com/r-lib/actions/tree/v2/examples | ||
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help | ||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: '0 0 * * 0' | ||
|
||
name: R-CMD-check (standard) | ||
|
||
jobs: | ||
R-CMD-check: | ||
runs-on: ${{ matrix.config.os }} | ||
|
||
name: ${{ matrix.config.os }} (${{ matrix.config.r }}) | ||
|
||
strategy: | ||
fail-fast: false | ||
matrix: | ||
config: | ||
- {os: macos-latest, r: 'release'} | ||
- {os: windows-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'} | ||
- {os: ubuntu-latest, r: 'release'} | ||
- {os: ubuntu-latest, r: 'oldrel-1'} | ||
|
||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
R_KEEP_PKG_SOURCE: yes | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: r-lib/actions/setup-pandoc@v2 | ||
|
||
- uses: r-lib/actions/setup-r@v2 | ||
with: | ||
r-version: ${{ matrix.config.r }} | ||
http-user-agent: ${{ matrix.config.http-user-agent }} | ||
use-public-rspm: true | ||
|
||
- uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
extra-packages: any::rcmdcheck | ||
needs: check | ||
|
||
- uses: r-lib/actions/check-r-package@v2 | ||
with: | ||
upload-snapshots: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Type: Package | ||
Package: pxweb | ||
Title: R Interface to PXWEB APIs | ||
Version: 0.16.2 | ||
Date: 2022-10-31 | ||
Version: 0.16.3 | ||
Date: 2024-01-14 | ||
Authors@R: c( | ||
person("Mans", "Magnusson", , "[email protected]", role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-0296-2719")), | ||
|
@@ -47,6 +47,6 @@ Suggests: | |
VignetteBuilder: | ||
knitr | ||
Encoding: UTF-8 | ||
RoxygenNote: 7.2.0 | ||
RoxygenNote: 7.2.3 | ||
X-schema.org-isPartOf: http://ropengov.org/ | ||
X-schema.org-keywords: ropengov |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
.onAttach <- function(lib, pkg) | ||
{ | ||
|
||
.onAttach <- function(lib, pkg) { | ||
packageStartupMessage(paste0("pxweb ", utils::packageVersion("pxweb"), ": R tools for the PX-WEB API.\nhttps://github.com/ropengov/pxweb\n")) | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
#' @title Interface to PX-WEB APIs from R | ||
#' | ||
#' @description | ||
#' | ||
#' @description | ||
#' PXWEB is a common web API used by many European Statistical agencies to disseminate official statistics. | ||
#' The pxweb package facilitates connections and usage of these APIs. | ||
#' | ||
#' @references | ||
#' | ||
#' @references | ||
#' The decription of the PXWEB API here: | ||
#' \url{https://www.scb.se/en/About-us/about-the-website-and-terms-of-use/open-data-api/} | ||
#' The official home page of PXWEB can be found here: | ||
#' \url{https://www.scb.se/en/services/statistical-programs-for-px-files/px-web/} | ||
#' | ||
#' | ||
#' @name pxweb-package | ||
#' @docType package | ||
NULL | ||
NULL |
Oops, something went wrong.