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
Thanks a lot for this important feedback. That is very useful. I will definitely follow your advice to do a better sanity check about the data type.
To be more specific, there are a few more reasons why the crash occurred:
(1) the data rep(TRUE, 40) is a flat line, which is somehow an extreme case with an error variance of zero if interpreted as a statistical model.
(2) By default, the season component is on, the beast function was trying to fit a model Y=trend+seasonality+error. Beast itiself can not determine whether or not there is a seasonal/periodic component or nt. It has to be specified by the user.
With that said, the right way I expected users to run on your case is
beast( as.numeric( rep(TRUE, 40)), season="none")
I will try to debug a little to fix the crash, but the new version won't be released immediately because CRAN's policies do not allow package developers to update the package too frequently.
When I write
my RStudio terminates with "R Session Aborted - R encountered a fatal error. - The session was terminated. - Start New Session"
I get no other error message.
When started as a background job in RStudio I get "ERROR: The input data has an uknown numeric type!".
What I would prefer: A clear error message without terminating R.
My sessionInfo:
The text was updated successfully, but these errors were encountered: