pharmaverse / ggsurvfit

http://www.danieldsjoberg.com/ggsurvfit/
Other
70 stars 19 forks source link

fix typo #201

Closed aghaynes closed 5 months ago

aghaynes commented 5 months ago

What changes are proposed in this pull request? A fix to a tiny typo in an error message:

Error in `.is_ggsurvfit()`:
x Cannot use `add_rikstable()` in this context.
i Use `add_rikstable()` after a call to `ggsurvfit()` or `ggcuminc()`
Run `rlang::last_trace()` to see where the error occurred.

If there is an GitHub issue associated with this pull request, please provide link.


Reviewer Checklist (if item does not apply, mark as complete)

When the branch is ready to be merged into master:

ddsjoberg commented 5 months ago

Thank you @aghaynes !!