-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Cell wrap #289
Comments
This was due to weird Closing since there's nothing to do on our side (except maybe reporting this weird case to |
Worth noting that this is likely not a bug in ### Valid R code
roxygen2::roc_proc_text(roxygen2::rd_roclet(), "
#' @title Foo
#' @param axes Some text: `1 + 1`
foo <- function() {}
")
### Invalid R code
roxygen2::roc_proc_text(roxygen2::rd_roclet(), "
#' @title Foo
#' @param axes Some text: `1 1`
foo <- function() {}
")
|
What a weird issue. And amazing investigation. Thanks for taking the time! |
I tried to investigate this, but couldn't figure it out.
Why is the second column of the "Arguments" table not word-wrapped here?
https://grantmcdermott.com/tinyplot/man/tinyplot.html
The text was updated successfully, but these errors were encountered: