Skip to content

Conversation

@pitkant
Copy link
Member

@pitkant pitkant commented Dec 4, 2025

  • bumping the version number from 0.17.1 to 0.17.2
  • adding @sampoves as a package contributor
  • fixing the double header in citation("pxweb")
  • update package NEWS

This should be merged after #282 and #284

@pitkant pitkant requested a review from MansMeg December 4, 2025 09:32
@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.78%. Comparing base (816e244) to head (b7d8420).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #285      +/-   ##
==========================================
+ Coverage   89.72%   89.78%   +0.06%     
==========================================
  Files          32       32              
  Lines        1829     1840      +11     
==========================================
+ Hits         1641     1652      +11     
  Misses        188      188              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pitkant
Copy link
Member Author

pitkant commented Dec 4, 2025

I merged the PR #284 to this commit to see if the tests run correctly with increased timeout. There was a scb-related timeout here in GitHub whereas the tests worked normally on my own computer

@MansMeg MansMeg changed the base branch from master to dev January 21, 2026 11:49
pxurl <- build_pxweb_url(px)
pxqs[[i]] <- pxweb_remove_metadata_from_query(pxqs[[i]], pxmd)
r <- httr::POST(pxurl, body = pxweb_as_json(x = pxqs[[i]]), pxweb_user_agent(), ...)
r <- httr::RETRY(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to move the times, pa_use etc out as an argument through ellipsis and not hardcode it? Or?

@MansMeg
Copy link
Contributor

MansMeg commented Jan 21, 2026

Hi,

Just a small question. Im not sure about the args to RETRY. Maybe have a separate RETRY function through pxweb_advanced_get?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants