From 399edf2e570eb951146cad18b68fb1795e22bb38 Mon Sep 17 00:00:00 2001 From: llrs-roche Date: Thu, 12 Dec 2024 08:26:00 +0000 Subject: [PATCH] deploy: 9f0a799dda276ecff1fb45620bedc13c3bc20e31 --- coverage-report/index.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/coverage-report/index.html b/coverage-report/index.html index d2673c91b..14a6db1b2 100644 --- a/coverage-report/index.html +++ b/coverage-report/index.html @@ -107,8 +107,8 @@

teal coverage - 60.11%

-
- +
+
@@ -7388,7 +7388,7 @@

teal coverage - 60.11%

3 -
#' This module manages the `data` argument for `srv_teal`. The `teal` framework uses [teal_data()],
+
#' This module manages the `data` argument for `srv_teal`. The `teal` framework uses [teal.data::teal_data()],
@@ -13678,7 +13678,7 @@

teal coverage - 60.11%

3 -
#' Child class of [`ReportCard`] that is used for `teal` specific applications.
+
#' Child class of [`teal.reporter::ReportCard`] that is used for `teal` specific applications.
@@ -17056,7 +17056,7 @@

teal coverage - 60.11%

14 -
#'   For constructing the data object, refer to [teal_data()] and [teal_data_module()].
+
#'   For constructing the data object, refer to [teal.data::teal_data()] and [teal_data_module()].
@@ -32101,7 +32101,7 @@

teal coverage - 60.11%

6 -
#' [teal_data()] which is a standard data class in whole `teal` framework.
+
#' [teal.data::teal_data()] which is a standard data class in whole `teal` framework.
@@ -32150,28 +32150,28 @@

teal coverage - 60.11%

13 -
#' 2. `reactive` throws a `shiny.error` - happens when module creating [teal_data()] fails.
+
#' 2. `reactive` throws a `shiny.error` - happens when module creating [teal.data::teal_data()] fails.
14 -
#' 3. `reactive` returns `qenv.error` - happens when [teal_data()] evaluates a failing code.
+
#' 3. `reactive` returns `qenv.error` - happens when [teal.data::teal_data()] evaluates a failing code.
15 -
#' 4. `reactive` object doesn't return [teal_data()].
+
#' 4. `reactive` object doesn't return [teal.data::teal_data()].
16 -
#' 5. [teal_data()] object lacks any `datanames` specified in the `modules` argument.
+
#' 5. [teal.data::teal_data()] object lacks any `datanames` specified in the `modules` argument.