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
The unintelligible errors reported in ropensci/software-review#614 (comment) are because one parameter has a formal value of rep(1L, nrow(data)), where data is a parameter with no default value. The error arises because this formal value is passed through in unevaluated form.