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
We already have the import-standalone_* from #1091. I propose we split this up into a few PRs and scope this as type checking all arguments to exported, non@keywords internal or dot-prefixed functions:
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
It's time to do the thing🏄
We already have the
import-standalone_*
from #1091. I propose we split this up into a few PRs and scope this as type checking all arguments to exported, non@keywords internal
or dot-prefixed functions:update()
methods #1177aaa_models.R
#1179fit.R
#1181Notably, we can't type check main model arguments in the usual way due to their data-env trick.
The text was updated successfully, but these errors were encountered: