Replace deprecated UQ() with !! operator (#457)#458
Conversation
UQ() has been deprecated since rlang 0.2.0 in favour of !!.
|
Thanks, yeah I actually have a separate PR open for updating the snapshots for R 4.5.3. I think we should handle that separate from these more specific PRs and then merge master into these branches. That is, I don't want to wait to update the SVGs until we merge #430 because #430 includes other changes that need to be reviewed, whereas the SVG update should happen now and then all the PR branches should be updated. The SVG PR is #460, which I'll merge as soon as tests pass and then we can update the branches. |
awesome!! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Replaces all 11 deprecated
UQ()calls with!!acrossmcmc-parcoord.R,mcmc-scatterplots.R, andmcmc-traces.R.Reference: https://rlang.r-lib.org/reference/UQ.html
Closes #457