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
This code:
#' @describeIn foo shortcut for foo `%foo%` <- function(x, y) foo(x, y)
generates the following foo.Rd
foo.Rd
\name{foo} \alias{\%foo\%} \alias{foo} ... \section{Functions}{ \itemize{ \item \code{%foo%}: shortcut for foo }}
where the %s don't get escaped properly which breaks the LaTeX, as seen above.
%
The text was updated successfully, but these errors were encountered:
fd7554c
No branches or pull requests
This code:
generates the following
foo.Rd
where the
%
s don't get escaped properly which breaks the LaTeX, as seen above.The text was updated successfully, but these errors were encountered: