File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff 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
1112GitHub] ( https://img.shields.io/github/watchers/ropengov/pxweb.svg?style=social )] ( https://github.com/ropengov/pxweb/watchers )
Original file line number Diff line number Diff line change 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" : {}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ vignette: >
1414
1515This R package provides tools to access [ PX-WEB
1616API] ( 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
1818welcome!
1919
2020
@@ -52,8 +52,8 @@ install.packages("pxweb")
5252To 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
5959Test the installation by loading the library:
Original file line number Diff line number Diff 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
371371feedback</ 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 ">
You can’t perform that action at this time.
0 commit comments