brookslogan
brookslogan
**Before submitting the issue** - Check whether a bug report is the right format for your issue. For questions about using the `mice` package, see [Discussions](https://github.com/amices/mice/discussions). For theoretical background about...
[Rcpp:::LdFlags() is deprecated and produces an empty string](https://www.rdocumentation.org/packages/Rcpp/versions/1.0.12/topics/LdFlags-deprecated), and [hasn't been needed for long enough that there may not be loss in compatibility with current systems](https://github.com/RcppCore/Rcpp/issues/1302#issuecomment-2082670237). Removing these Makevars settings...
As a normal user on OpenSUSE Tumbleweed, `rspm::enable()` encounters an error trying to install `reqs`: ```r rspm::enable() #> Downloading and installing required utilities... #> Root privileges are required to run...
Here, "partially-supported platforms" appears to include supported OSs with versions that aren't in `pak:::supported_os_versions()` and OSs with an unsupported `distribution` (e.g., opensuse-tumbleweed) that, due to a very particular prefix, seems...
Resolves #1372. Only call `vec_c(x, ...)` if dots are nonempty, in order to stay fast in the empty case.
`?env_unbind` seems to [imply](https://github.com/r-lib/rlang/blob/f185e62f0eb14f95d2a3144947e6da3187677fd9/R/env-binding.R#L302) that `inherit = TRUE` will remove a binding from all ancestors: ```r # With inherit = TRUE, it removes bindings in parent environments # as well:...