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
Just keeping a few notes on changes that would help support this package in roxygen2:
Duplicate @examples are joined with extra empty lines. Especially when testex tags are functionally special @examples tags, this introduces a lot of unintentional whitespace.
@examplesIf changes the output value of the code, meaning that .Last.value is not what might be otherwise expected by tests.
Just keeping a few notes on changes that would help support this package in
roxygen2
:@examples
are joined with extra empty lines. Especially whentestex
tags are functionally special@examples
tags, this introduces a lot of unintentional whitespace.@examplesIf
changes the output value of the code, meaning that.Last.value
is not what might be otherwise expected by tests.@examplesIf
statement returns only the value:The text was updated successfully, but these errors were encountered: