-
Notifications
You must be signed in to change notification settings - Fork 7
Make R CMD check pass #12
Comments
Re-opening this issue because of NOTEs in check. As stated elsewhere:
The NOTEs we're getting are caused by the non-standard evaluation syntax used by most notably in
|
Related to #5 |
I agree with what is said there by Hadley Wickham in R packages. Even though it's a bit hacky, I think it makes sense to get rid of them. On that same page:
I know I used (As an aside, it seems that Hadley used to think otherwise (see the top-voted comment) about |
Funny fellow that Hadley... Intuitively, I would've called
so it can be called several times. I agree, placing them close to where they're called makes sense. |
I think you can't place |
I went ahead and declared the |
No description provided.
The text was updated successfully, but these errors were encountered: