Skip to content

Commit a0e5147

Browse files
committed
Merge branch 'development' of https://github.com/rOpenGov/pxweb into development
2 parents efe96e4 + aa53e3e commit a0e5147

7 files changed

Lines changed: 9 additions & 5 deletions

File tree

.github/workflows/rogtemplate-gh-pages.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
any::pkgdown
3131
ropengov/rogtemplate
3232
any::magick
33+
any::remotes
3334

3435
- name: Build logo if not present and prepare template
3536
run: |

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ knitr::opts_chunk$set(
1818
[![codecov](https://codecov.io/gh/rOpenGov/pxweb/branch/master/graph/badge.svg?token=zYtxsus27g)](https://codecov.io/gh/rOpenGov/pxweb)
1919
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/pxweb)](https://cran.r-project.org/package=pxweb)
2020
[![Downloads](http://cranlogs.r-pkg.org/badges/pxweb)](https://cran.r-project.org/package=pxweb)
21+
[![CRAN_Status_Badge](https://www.r-pkg.org/badges/version/pxweb)](https://cran.r-project.org/package=pxweb)
2122
[![Gitter](https://badges.gitter.im/rOpenGov/pxweb.svg)](https://gitter.im/rOpenGov/pxweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
2223
[![Watch on GitHub][github-watch-badge]][github-watch]
2324
[![Star on GitHub][github-star-badge]][github-star]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ status](https://github.com/rOpenGov/pxweb/workflows/R-CMD-check/badge.svg)](http
66
[![codecov](https://codecov.io/gh/rOpenGov/pxweb/branch/master/graph/badge.svg?token=zYtxsus27g)](https://codecov.io/gh/rOpenGov/pxweb)
77
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/pxweb)](https://cran.r-project.org/package=pxweb)
88
[![Downloads](http://cranlogs.r-pkg.org/badges/pxweb)](https://cran.r-project.org/package=pxweb)
9+
[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/pxweb)](https://cran.r-project.org/package=pxweb)
910
[![Gitter](https://badges.gitter.im/rOpenGov/pxweb.svg)](https://gitter.im/rOpenGov/pxweb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
1011
[![Watch on
1112
GitHub](https://img.shields.io/github/watchers/ropengov/pxweb.svg?style=social)](https://github.com/ropengov/pxweb/watchers)

inst/extdata/api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"lang": ["sl"],
415415
"calls_per_period": 100,
416416
"period_in_seconds": 10,
417-
"max_values_to_download" : 1000000
417+
"max_values_to_download" : 10000000
418418
}
419419
},
420420
"local_apis": {}

pkgdown/_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ reference:
1414
- pxweb_validate_query_with_metadata
1515
- api_catalogue
1616
- assert_query_can_be_split_to_batches
17+
- pxweb_query_as_rcode
1718
- title: Interactive functions
1819
desc: |
1920
Listing of interactive functions

vignettes/pxweb.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vignette: >
1414

1515
This R package provides tools to access [PX-WEB
1616
API](https://pxnet2.stat.fi/API-description_SCB.pdf). Your
17-
[contributions](http://ropengov.org/community/) and [bug reports and other feedback](https://github.com/ropengov/pxweb) are
17+
[contributions](https://ropengov.org/community/) and [bug reports and other feedback](https://github.com/ropengov/pxweb) are
1818
welcome!
1919

2020

@@ -52,8 +52,8 @@ install.packages("pxweb")
5252
To install the latest stable release version from GitHub, just use:
5353

5454
```{r install2, eval=FALSE}
55-
library("devtools")
56-
devtools::install_github("ropengov/pxweb")
55+
library("remotes")
56+
remotes::install_github("ropengov/pxweb")
5757
```
5858

5959
Test the installation by loading the library:

vignettes/pxweb.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ <h4 class="date">2022-07-01</h4>
367367
</div>
368368

369369
<p>This R package provides tools to access <a href="https://pxnet2.stat.fi/API-description_SCB.pdf">PX-WEB API</a>.
370-
Your <a href="http://ropengov.org/community/">contributions</a> and <a href="https://github.com/ropengov/pxweb">bug reports and other
370+
Your <a href="https://ropengov.org/community/">contributions</a> and <a href="https://github.com/ropengov/pxweb">bug reports and other
371371
feedback</a> are welcome!</p>
372372
<p>More information on the PX-Web/PC-Axis API can be found <a href="https://www.scb.se/en/services/statistical-programs-for-px-files/px-web/">here</a>.</p>
373373
<div id="introduction" class="section level2">

0 commit comments

Comments
 (0)