Skip to content

Commit

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

Fixes #284 

I removed a link and resolved one manually to CRAN.
`R CMD check` doesn't complain (with 2024-12-07 r87428 ucrt).

Lintr didn't detect any issue

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>
  • Loading branch information
llrs-roche and dependabot-preview[bot] authored Dec 11, 2024
1 parent 51a2556 commit ee6b0b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/teal.osprey.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' `teal.osprey`: `teal` modules for 'osprey'
#'
#' `teal.osprey` provides community contributed [`teal`] modules of the analysis functions from
#' [`osprey`] package. See package [website](https://insightsengineering.github.io/osprey/).
#' `teal.osprey` provides community contributed [`teal`](https://cran.r-project.org/package=teal) modules of
#' the analysis functions from `osprey` package. See package [website](https://insightsengineering.github.io/osprey/).
#' This enables `teal` app developers to easily create applications making use of the `osprey` analysis functions.
#'
#' @import dplyr osprey shiny teal formatters teal.transform
Expand Down
4 changes: 2 additions & 2 deletions man/teal.osprey-package.Rd

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

0 comments on commit ee6b0b2

Please sign in to comment.