I want to use TeX in Roxygen comments.
E.g.,
#' @title $f(y|\theta)$
#'
#'@description
#'
#' \begin{eqnarray*}
#' a + b &=& c \\
#' a + b &=& c \\
#' \theta &=& \beta \\
#' \end{eqnarray*}
#'
#'
#'@references
#'@param
#'@importFrom
#'@seealso
#'@inheritParams
Is there some methods such that the PDF manual reflects TeX scripts in Roxygen comments .