PxWebApiData 1.1.0
CRAN release: 2025-10-08
- Switch from readymade datasets to PxWebApi 2 for Statistics Norway examples
- Replaced readymade dataset examples
 - Included text about PxWebApi 2 as the new primary API for Statistics Norway (v1 still available with POST)
 
 - Replaced readymade dataset examples
 - Strengthened error handling for GET requests
- Added more robust checks of responses and status codes
 
 
PxWebApiData 1.0.0
CRAN release: 2024-11-01
- This package has been a stable workhorse, now updated to version 1.0.0.
 - This package now has a documentation site at https://statisticsnorway.github.io/ssb-pxwebapidata, providing easy access to vignettes and guides.
 - Now the comment attribute also includes elements 
tableidandcontentswhenever these are available. - Minor updates with no changes in functionality
- Changed package license to MIT, in accordance with the policy at Statistics Norway.
 - Updated outdated region codes in the vignette under Aggregations using filter agg.
 - Some technical changes in documentation to comply with standards.
 
 
PxWebApiData 0.9.0
CRAN release: 2024-01-29
- Minor update regarding warnings:
- Previously, some warnings were suppressed to comply with the CRAN policy (refer to version 0.6.0 below). Now, these warnings are instead converted to messages.
 
 
PxWebApiData 0.8.0
CRAN release: 2023-03-26
- 
responseFormat, new parameter toApiDatawith"json-stat2"as default.- Previously, 
"json-stat2"was not used. 
 - Previously, 
 - Now a comment attribute with elements 
label,sourceandupdatedis added to output as a named three-element character vector.- Thus, the comment attribute has been changed from the previous version
 - Run the 
commentfunction to obtain this information. 
 - Eurostat data example included in the vignette.
 - More changes to meet CRAN policy as in version 0.6.0 (also when 
apiPackage = "pxweb") 
PxWebApiData 0.7.0
CRAN release: 2021-10-11
- 
makeNAstatus, new parameter toApiDatawhich represents new functionality.- When missing entries in 
value, the function tries to add an additional variable, namedNAstatus, with status codes. 
 - When missing entries in 
 
PxWebApiData 0.6.0
CRAN release: 2021-07-18
- Changes to meet CRAN policy:
- Packages which use Internet resources should fail gracefully with an informative message if the resource is not available or has changed (and not give a check warning nor error).
 
 
