Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paulnorthrop committed Feb 27, 2024
1 parent cd6848f commit 5ffc9e1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/ru_sampling.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' component \code{box} in the returned object gives the ratio-of-uniforms
#' bounding box that would have been used.
#' @param d A positive integer scalar. The dimension of \eqn{f}.
#' @param init A numeric vector. Initial estimates of the mode of \code{logf}.
#' @param init A numeric vector. Initial estimate of the mode of \code{logf}.
#' If \code{trans = "BC"} or \code{trans = "user"} this is \emph{after}
#' Box-Cox transformation or user-defined transformation, but \emph{before}
#' any rotation of axes.
Expand Down
2 changes: 1 addition & 1 deletion R/ru_sampling_rcpp.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#' component \code{box} in the returned object gives the ratio-of-uniforms
#' bounding box that would have been used.
#' @param d A positive integer scalar. The dimension of \eqn{f}.
#' @param init A numeric vector. Initial estimates of the mode of \code{logf}.
#' @param init A numeric vector. Initial estimate of the mode of \code{logf}.
#' If \code{trans = "BC"} or \code{trans = "user"} this is \emph{after}
#' Box-Cox transformation or user-defined transformation, but \emph{before}
#' any rotation of axes.
Expand Down
2 changes: 1 addition & 1 deletion man/ru.Rd

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

2 changes: 1 addition & 1 deletion man/ru_rcpp.Rd

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

0 comments on commit 5ffc9e1

Please sign in to comment.