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 partially aesthetics, but also functionality.
E.g.
bfastpp return(rval)
bfast return(structure(...))
bfastlite return(Result)
bfastmonitor return(rval) # rval = list(...)
bfastts return(ts(..))
It would be nice if the above would be standardized, e.g. returns could either return a variable that is suitable for the context, or a variable that is called e.g. result.
Also, we have various structures for bfast bfastlite, but not for bfastmonitor. Not sure if they are all needed.
The text was updated successfully, but these errors were encountered:
This is partially aesthetics, but also functionality.
E.g.
bfastpp return(rval)
bfast return(structure(...))
bfastlite return(Result)
bfastmonitor return(rval) # rval = list(...)
bfastts return(ts(..))
It would be nice if the above would be standardized, e.g. returns could either return a variable that is suitable for the context, or a variable that is called e.g. result.
Also, we have various structures for bfast bfastlite, but not for bfastmonitor. Not sure if they are all needed.
The text was updated successfully, but these errors were encountered: