We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The following code throws a warning and does not produce a valid Description under roxygen 6.0.1
#' foobar #' #' `0.5\%` #' #' @md #' @export foobar <- function(){ NULL }
The following produce a valid description, but not as wanted:
#' 0.5\% works (but is not verbatim text) #' `0.5\\%` produces verbatim 0.5\% (so no error, but an unwanted extra backslash)
The text was updated successfully, but these errors were encountered:
7c87da2
...
No branches or pull requests
The following code throws a warning and does not produce a valid Description under roxygen 6.0.1
The following produce a valid description, but not as wanted:
The text was updated successfully, but these errors were encountered: