-
Notifications
You must be signed in to change notification settings - Fork 1
Update vignettes #3
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again mostly small stuff
- `Flag_Poisson()`: Default flagging function when `Analyze_Poisson()` is used for an assessment | ||
- `Flag()`: Default flagging function when `Analyze_Identity()` is used for an assessment | ||
- `Flag()`: Default flagging function for all assessments | ||
- `Flag_NormalApprox()`: Deprecated flagging function when `Analyze_NormalApprox()` is used for an assessment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because gsm.core
itself is starting out off the jump with just Flag()
is it better to just remove any mentions of previously deprecated things?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmmm, i suppose i wanted to keep this in there in case people were working with older workflows they have saved locally. might cut it once we get farther down the line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Overview
Update vignettes. Mostly copied over edits from gsm PR #2042. Also updated the README and description
Note: The cookbook, contributor guidelines, Data Model and gsm Extensions will likely live in
{openrbqm}
and theopenRBQM
website, but I wanted them to have a home in the meantime so that people can still have all the documentation they need.Test Notes/Sample Code
Connected Issues