Closed jimhester closed 10 years ago
Yikes. :/ The only solution I could think of would use utils::globalVariables()
for anything that rex
understands, but this kind of an ugly solution.
I think that is actually the correct solution, reading the documentation of the function it seems like this is exactly what it is for. Thank you for pointing it out, I had no idea utils::globalVariables()
existed.
Ok I have a good solution to this now, thank you for your help with this @kevinushey!
If you use
rex
within another package and use any of the rex shortcuts or functions, e.g.It generates the following NOTEs when you use R CMD check
This seems to be because R CMD check does not understand the non-standard-evaluation rex uses.
I am not sure what we can do to fix this, @kevinushey any ideas? Maybe we just go back to exporting everything?