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
Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
checking Rd contents ... WARNING
Argument items with no description in Rd object 'eval_f':
‘env’
In short, the parameters are named but not described in the documentation.
I don't have enough experience with rlang to properly describe these variables. But it would be nice if someone updated the documentation so the options are described.
The text was updated successfully, but these errors were encountered:
When I run R CMD check I get these issues:
The actual code for
eval_f
can be found here. I reproduce it below:In short, the parameters are named but not described in the documentation.
I don't have enough experience with rlang to properly describe these variables. But it would be nice if someone updated the documentation so the options are described.
The text was updated successfully, but these errors were encountered: