We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am seeing these warnings a lot, and CI/CD for all my projects is failing because I turn warnings into errors:
library(bayestestR) x <- rnorm(1000) describe_posterior(x, verbose = FALSE) #> Warning: The `na.rm` argument is deprecated. Use `remove_na` instead. #> Warning: The `na.rm` argument is deprecated. Use `remove_na` instead. #> Warning: The `na.rm` argument is deprecated. Use `remove_na` instead. #> Summary of Posterior Distribution #> #> Parameter | Median | 95% CI | pd | ROPE | % in ROPE #> ----------------------------------------------------------------------- #> Posterior | 0.04 | [-1.97, 1.97] | 51.70% | [-0.10, 0.10] | 7.26%
Created on 2024-10-06 with reprex v2.1.1
Is it possible to have a new CRAN release soon? I think the dev version has already made the necessary changes to adapt to the new API upstream.
The text was updated successfully, but these errors were encountered:
See easystats/easystats#433, 43819c7 and #678
🙂
Sorry, something went wrong.
Awesome, thanks for being on top of it! 🙌
No branches or pull requests
I am seeing these warnings a lot, and CI/CD for all my projects is failing because I turn warnings into errors:
Created on 2024-10-06 with reprex v2.1.1
Is it possible to have a new CRAN release soon? I think the dev version has already made the necessary changes to adapt to the new API upstream.
The text was updated successfully, but these errors were encountered: