Skip to content
New issue

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

CRAN release to get rid of warnings from internal API changes #679

Open
IndrajeetPatil opened this issue Oct 6, 2024 · 2 comments
Open
Labels
High priority 🏃 This issue should be addressed soon

Comments

@IndrajeetPatil
Copy link
Member

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.

@IndrajeetPatil IndrajeetPatil added the High priority 🏃 This issue should be addressed soon label Oct 6, 2024
@strengejacke
Copy link
Member

See easystats/easystats#433, 43819c7 and #678

🙂

@IndrajeetPatil
Copy link
Member Author

Awesome, thanks for being on top of it! 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
High priority 🏃 This issue should be addressed soon
Projects
None yet
Development

No branches or pull requests

2 participants