You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is just a heads up about something that will need to be fixed once the next versions of loo and rstanarm are released. In the upcoming release of version 2.1.0 of the loo package we will be exporting a generic kfold function and the next rstanarm will import that generic and then provide a kfold.stanreg method. This will result in a warning when checking the psycho package because you are currently importing all of the loo package and also importing kfold from rstanarm. Once loo and rstanarm are released you can easily fix the problem by importing just kfold.stanreg from rstanarm instead of kfold. If you have any trouble let me know and I can help out.
The text was updated successfully, but these errors were encountered:
This is just a heads up about something that will need to be fixed once the next versions of loo and rstanarm are released. In the upcoming release of version 2.1.0 of the loo package we will be exporting a generic
kfold
function and the next rstanarm will import that generic and then provide akfold.stanreg
method. This will result in a warning when checking the psycho package because you are currently importing all of the loo package and also importingkfold
from rstanarm. Once loo and rstanarm are released you can easily fix the problem by importing justkfold.stanreg
from rstanarm instead ofkfold
. If you have any trouble let me know and I can help out.The text was updated successfully, but these errors were encountered: