Skip to content

Commit

Permalink
Fix documentation note about links on r-devel (#356)
Browse files Browse the repository at this point in the history
# Pull Request

Fixes #335 

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.
  • Loading branch information
llrs-roche authored Dec 11, 2024
1 parent 7c7670e commit d3f3272
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/teal_data-class.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ setOldClass("join_keys")
#'
#' @slot .xData (`environment`) environment containing data sets and possibly
#' auxiliary variables.
#' Access variables with [get()], [`$`], [get_var()] or [`[[`].
#' Access variables with [get()], [`$`], [teal.code::get_var()] or [`[[`].
#' No setter provided. Evaluate code to add variables into `@.xData`.
#' @slot code (`list` of `character`) representing code necessary to reproduce the contents of `qenv`.
#' Access with [get_code()].
#' Access with [teal.code::get_code()].
#' No setter provided. Evaluate code to append code to the slot.
#' @slot join_keys (`join_keys`) object specifying joining keys for data sets in
#' `@.xData`.
Expand Down
4 changes: 2 additions & 2 deletions man/teal_data-class.Rd

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

0 comments on commit d3f3272

Please sign in to comment.