Skip to content

Commit b37a741

Browse files
committed
Correct links [ci skip]
1 parent 850dce7 commit b37a741

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

R/ru_sampling.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
#' likely to be close to optimal in many cases, particularly if
134134
#' \code{trans = "BC"}.
135135
#'
136-
#' See \code{vignette("rust-vignette", package = "rust")} for full details.
136+
#' See \code{vignette("rust-a-vignette", package = "rust")} for full details.
137137
#'
138138
#' @return An object of class "ru" is a list containing the following
139139
#' components:

R/ru_sampling_rcpp.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#' @param logf An external pointer to a compiled C++ function returning the
1313
#' log of the target density \eqn{f}.
1414
#' This function should return \code{-Inf} when the density is zero.
15-
#' See the \code{vignette("rust-using-rcpp-vignette", package = "rust")},
15+
#' See the \code{vignette("rust-c-using-rcpp-vignette", package = "rust")},
1616
#' particularly the Section
1717
#' \strong{Providing a C++ function to \code{ru_rcpp}}, for details.
1818
#' @param ... Further arguments to be passed to \code{logf} and related
@@ -141,8 +141,8 @@
141141
#' likely to be close to optimal in many cases, particularly if
142142
#' \code{trans = "BC"}.
143143
#'
144-
#' See \code{vignette("rust-using-rcpp-vignette", package = "rust")} and
145-
#' \code{vignette("rust-vignette", package = "rust")} for full details.
144+
#' See \code{vignette("rust-b-using-rcpp-vignette", package = "rust")} and
145+
#' \code{vignette("rust-a-vignette", package = "rust")} for full details.
146146
#'
147147
#' @return An object of class "ru" is a list containing the following
148148
#' components:

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ install.packages("rust")
5959

6060
### Vignettes
6161

62-
See `vignette("rust-vignette", package = "rust")` for an overview of the package,
63-
`vignette("rust-when-to-use-vignette", package = "rust")` for guidance on when `rust` can be used and `vignette("rust-using-rcpp-vignette", package = "rust")` for information on how to take advantage of the Rcpp package.
62+
See `vignette("rust-a-vignette", package = "rust")` for an overview of the package,
63+
`vignette("rust-b-when-to-use-vignette", package = "rust")` for guidance on when `rust` can be used and `vignette("rust-c-using-rcpp-vignette", package = "rust")` for information on how to take advantage of the Rcpp package.

man/ru.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/ru_rcpp.Rd

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)