(devel/R-testthat) Updated 3.2.3 to 3.3.2, Fix build against R-4.6.0
# testthat 3.3.2
----------------
* testthat now emits OpenTelemetry traces for tests when tracing is
enabled. Requires the otel and otelsdk packages (#2282).
* `default_parallel_reporter()` is no longer exported; use
`default_reporter(parallel = TRUE)` instead (#2305).
* `expect_snapshot()` once again reports the original error class for
base errors, rather than `rlang_error` (#2286).
* `expect_snapshot_file()` once again works with shinytest2 on CI
(#2293, #2288).
* `expect_snapshot_file()` correctly reports file name if duplicated
(@MichaelChirico, #2296).
[232 lines not shown]
(math/R-nimble) Updated 1.3.0 to 1.4.2, Fix build against R-4.6.0
# CHANGES IN VERSION 1.4.2 (March 2026)
## USER LEVEL CHANGES
- Improve efficiency of `findSamplersOnNodes`, which is used in finding
samplers assigned to node(s) (PR #1614; thanks to 'hoxo-m').
## DEVELOPER LEVEL CHANGES
- Switch to using `R_getVar` and `R_getVarEx` in place of `Rf_findVar` and
`Rf_findVarInFrame` in C++ code at request of CRAN (PR #1616).
# CHANGES IN VERSION 1.4.1 (February 2026)
## USER LEVEL CHANGES
- Add a new sampler to sample portions of a multivariate normal node when some
[136 lines not shown]
(math/R-tidyr) Updated 1.3.1 to 1.3.2, Fix build against R 4.6.0
# tidyr 1.3.2
* `fill()` gains a `.by` argument as an alternative to `dplyr::group_by()` for
applying the fill per group, similar to `nest(.by =)` and
`dplyr::mutate(.by =)` (@olivroy, #1439).
* `expand_grid()` gains a new `.vary` argument, allowing users to control
whether the first column varies fastest or slowest (#1543, @JamesHWade).
* `unnest_longer()` now places `indices_to` columns before value
columns (#1486, @andrewshibata).
* `unchop()` produces a more helpful error message when columns cannot
be cast to `ptype` (@mgirlich, #1477).
* `unite()` no longer errors if you provide a selection that doesn't
select any columns. Instead, it returns a column containing the
[16 lines not shown]