Skip to content

Commit

Permalink
Fixing broken \link{} in Rd again
Browse files Browse the repository at this point in the history
jan-imbi committed Jul 12, 2024
1 parent b42cd0b commit 0df8d7d
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion R/analyze.R
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ Results <- setClass("Results", slots = c(data ="data.frame",
#'
#' Note that in \code{\link{adestr}}, statistics are codes as functions of the
#' stage-wise sample means (and stage-wise sample variances if data_distribution is
#' \code{\link[adoptr::Student]{Student}}). In a first-step, the data is summarized to produce these
#' \code{\link[adoptr]{Student}}). In a first-step, the data is summarized to produce these
#' parameters. Then, the list of statistics are evaluated at the values of these parameters.
#'
#' The output of the \code{analyze} function also displays information on the hypothesis
2 changes: 1 addition & 1 deletion R/evaluate_estimator.R
Original file line number Diff line number Diff line change
@@ -112,7 +112,7 @@ setMethod("c", signature("EstimatorScoreResultList"), definition =
#'
#' Lastly, the paramters
#' \code{tol}, \code{maxEval}, and \code{absError} control the integration accuracy.
#' They are handed down to the \code{\link[cubature::hcubature]{hcubature}} function.
#' They are handed down to the \code{\link[cubature]{hcubature}} function.
#' @md
#'
#' @param score performance measure to evaluate.
4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
#' @export
#' @importFrom ggplot2 ggplot scale_x_continuous geom_line facet_wrap
#' @importFrom latex2exp TeX
#' @returns a \code{\link[ggplot2::ggplot]{ggplot}} object visualizing the score values.
#' @returns a \code{\link[ggplot2]{ggplot}} object visualizing the score values.
#' @examples
#' score_result1 <- evaluate_estimator(
#' MSE(),
@@ -90,7 +90,7 @@ setMethod("plot", signature = "list", definition =
#' @param subdivisions number of subdivisions per axis for the grid of test statistic values.
#' @param ... additional arguments handed down to ggplot
#'
#' @returns a \code{\link[ggplot2::ggplot]{ggplot}} object visualizing the p-values on a grid of possible test-statistic values.
#' @returns a \code{\link[ggplot2]{ggplot}} object visualizing the p-values on a grid of possible test-statistic values.
#'
#' @export
#' @importFrom ggplot2 ggplot geom_tile geom_line geom_segment scale_color_manual scale_fill_gradient scale_x_continuous
2 changes: 1 addition & 1 deletion man/analyze.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/evaluate_estimator-methods.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/evaluate_estimator.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/plot-EstimatorScoreResult-method.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/plot-EstimatorScoreResultList-method.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/plot-list-method.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/plot_p.Rd

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

0 comments on commit 0df8d7d

Please sign in to comment.