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
I get a false positive error for mismatched braces when a string assignment in an example contains a brace:
#' @title some title #' @examples #' library(magrittr) #' "\\rtlch\\fcs1 \\af1\\afs20\\alang1025 \\ltrch\\fcs0 \\fs20\\cf1\\lang1033\\langfe1033\\loch\\af1\\hich\\af1\\dbch\\af31505\\cgrid\\langnp1033\\langfenp1033 {\\rtlch\\fcs1 \\ab\\af1 \\ltrch\\fcs0 \\b\\insrsid2429293 0\\tab \\hich\\af1\\dbch\\af31505\\loch\\f1 unspecified" %>% parseFifthDigitDef parseFifthDigitDef <- function(x) x
Escaping the brace makes it work, but at the expense of changing my string.
The text was updated successfully, but these errors were encountered:
Simpler reprex:
#' Title. #' @examples #' f("{ unspecified") f <- function(x) x
Sorry, something went wrong.
c610953
No branches or pull requests
I get a false positive error for mismatched braces when a string assignment in an example contains a brace:
Escaping the brace makes it work, but at the expense of changing my string.
The text was updated successfully, but these errors were encountered: