Skip to content

Commit

Permalink
missing \code{} in docs (#1000)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbolker committed Mar 13, 2024
1 parent 4e36554 commit 5946f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glmmTMB/R/utils.R
Expand Up @@ -301,7 +301,7 @@ NULL
##' to \code{\link{glmmTMBControl}}, or set \code{options(glmmTMB.cores=[value])},
##' to specify that computations should be done in parallel.)
##' @seealso \code{\link[TMB]{benchmark}}, \code{\link{glmmTMBControl}}
##' @return \code{TRUE} or {FALSE} depending on availability of OpenMP
##' @return \code{TRUE} or \code{FALSE} depending on availability of OpenMP
##' @export
omp_check <- function() {
.Call("omp_check", PACKAGE="glmmTMB")
Expand Down
2 changes: 1 addition & 1 deletion glmmTMB/man/omp_check.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5946f85

Please sign in to comment.