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
I think this comes down to whether or not we are supposed to escape things ourselves in @examples? In any case it took a looong time to figure out what could be going wrong here. I hadn't the slightest inkling to check the % tokens until I popped into the parser C++, so at a minimum we should try and improve the error message.
I think this comes down to whether or not we are supposed to escape things ourselves in
@examples
? In any case it took a looong time to figure out what could be going wrong here. I hadn't the slightest inkling to check the%
tokens until I popped into the parser C++, so at a minimum we should try and improve the error message.roxygenize()
will warn:It's extra puzzling since whatever may be mismatched is happening inside a code comment, so I'm surprised it's even evaluated to begin with?
Note that the source comment is required -- uncommenting silences the warning:
The text was updated successfully, but these errors were encountered: