Skip to content

EESP / RSConnect deploy package restrictions#182

Open
rmbielby wants to merge 6 commits into
eesp/connect-eesyapifrom
eesp/rsconnect-deploy
Open

EESP / RSConnect deploy package restrictions#182
rmbielby wants to merge 6 commits into
eesp/connect-eesyapifrom
eesp/rsconnect-deploy

Conversation

@rmbielby

@rmbielby rmbielby commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Pull request overview

Setting package versions to work with internal server.

Pull request checklist

Please check if your PR fulfils the following:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been reviewed and added / updated if needed (for bug fixes / features)
  • Tests have been run locally and are passing (run_tests_locally())
  • Code is styled according to tidyverse styling (checked locally with tidy_code())

What is the current behaviour?

Dependencies on the current server are not kept up to date, so some packages do not install when set to their latest versions.

What is the new behaviour?

Package versions I've restricted are:

  • curl@5.2.3
  • httr2@1.0.6
  • systemfonts@1.2.3
  • ggiraph@0.9.0
  • gdtools@0.4.4

Quick line to do the above in one shot:
renv::record(c("curl@5.2.3", "httr2@1.0.6", "systemfonts@1.2.3", "ggiraph@0.9.0", "gdtools@0.4.3"))

Anything else

I've also removed tidy code as it's a little out of date and we're not maintaining it at the moment. We'll be switching to Air instead in the long term.

@fahimali-edu fahimali-edu changed the base branch from connect-eesyapi_TSedits to eesp/connect-eesyapi June 17, 2026 13:38
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.

3 participants