Skip to content

Commit cb463a7

Browse files
Fix documentation note about links on r-devel (#1299)
# Pull Request Fixes #1231 The links are correctly resolved to the package and R CMD check doesn't complain (with 2024-12-07 r87428 ucrt) See insightsengineering/teal#1420 (comment) for a longer explanation. --------- Co-authored-by: 27856297+dependabot-preview[bot]@users.noreply.github.com <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 2fe0194 commit cb463a7

12 files changed

+18
-18
lines changed

R/tm_g_forest_rsp.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#' * `pval`: p-value of the effect.
1515
#' Note, the statistics `n_tot`, `or`, and `ci` are required.
1616
#' @param riskdiff (`list`)\cr if a risk (proportion) difference column should be added, a list of settings to apply
17-
#' within the column. See [control_riskdiff()] for details. If `NULL`, no risk difference column will be added.
17+
#' within the column. See [tern::control_riskdiff()] for details. If `NULL`, no risk difference column will be added.
1818
#' @param obj_var_name (`character`)\cr additional text to append to the table title.
1919
#' @param responders (`character`)\cr values of `aval_var` that are considered to be responders.
2020
#' @param col_symbol_size (`integer` or `NULL`)\cr column index to be used to determine relative size for

R/tm_t_coxreg.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#' Creates a valid expression to generate a univariable Cox regression analysis.
44
#'
55
#' @inheritParams template_arguments
6-
#' @param control (`list`)\cr list of settings for the analysis (see [control_coxreg()]).
6+
#' @param control (`list`)\cr list of settings for the analysis (see [tern::control_coxreg()]).
77
#' @param at (`list` of `numeric`)\cr when the candidate covariate is a `numeric` type variable, use `at`
88
#' to specify the value of the covariate at which the effect should be estimated.
99
#' @param append (`logical`)\cr whether the result should be appended to the previous one.

R/tm_t_tte.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -385,12 +385,12 @@ template_tte <- function(dataname = "ANL",
385385
#' pre-selected option for confidence level, each within range of (0, 1).
386386
#' @param conf_level_survfit ([teal.transform::choices_selected()])\cr object with all available choices and
387387
#' pre-selected option for confidence level, each within range of (0, 1).
388-
#' @param event_desc_var (`character` or [data_extract_spec()])\cr variable name with the event description
389-
#' information, optional.
388+
#' @param event_desc_var (`character` or [teal.transform::data_extract_spec()])\cr variable name with the
389+
#' event description information, optional.
390390
#'
391391
#' @details
392-
#' * The core functionality of this module is based on [coxph_pairwise()], [surv_timepoint()], and [surv_time()] from
393-
#' the `tern` package.
392+
#' * The core functionality of this module is based on [tern::coxph_pairwise()], [tern::surv_timepoint()],
393+
#' and [tern::surv_time()] from the `tern` package.
394394
#' * The arm and stratification variables are taken from the `parentname` data.
395395
#' * The following variables are used in the module:
396396
#'

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ split_col_expr <- function(compare, combine, ref, arm_var) {
434434
#'
435435
#' @note uses the regex `\\*|:` to perform the split.
436436
#'
437-
#' @return a [choices_selected()] object.
437+
#' @return a [teal.transform::choices_selected()] object.
438438
#'
439439
#' @examples
440440
#' split_choices(choices_selected(choices = c("x:y", "a*b"), selected = all_choices()))

man/split_choices.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/template_coxreg_m.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/template_coxreg_u.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/template_forest_rsp.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/template_forest_tte.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/tm_g_forest_rsp.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.

0 commit comments

Comments
 (0)