Skip to content

Commit

Permalink
Fix missing \link targets for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-imbi committed Jul 12, 2024
1 parent 49ca972 commit b42cd0b
Show file tree
Hide file tree
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
Expand Up @@ -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{Student}}). In a first-step, the data is summarized to produce these
#' \code{\link[adoptr::Student]{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
Expand Down
2 changes: 1 addition & 1 deletion R/evaluate_estimator.R
Original file line number Diff line number Diff line change
Expand Up @@ -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{hcubature}} function.
#' They are handed down to the \code{\link[cubature::hcubature]{hcubature}} function.
#' @md
#'
#' @param score performance measure to evaluate.
Expand Down
4 changes: 2 additions & 2 deletions R/plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' @export
#' @importFrom ggplot2 ggplot scale_x_continuous geom_line facet_wrap
#' @importFrom latex2exp TeX
#' @returns a \code{\link{ggplot2}} object visualizing the score values.
#' @returns a \code{\link[ggplot2::ggplot]{ggplot}} object visualizing the score values.
#' @examples
#' score_result1 <- evaluate_estimator(
#' MSE(),
Expand Down Expand Up @@ -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}} object visualizing the p-values on a grid of possible test-statistic values.
#' @returns a \code{\link[ggplot2::ggplot]{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
Expand Down
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 b42cd0b

Please sign in to comment.