bfast2 / bfast2/bfast

Standardize outputs of various bfast functions

Open
#80 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
R
Stars
53
Forks
16
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.