Skip to content

Commit 2464df1

Browse files
committed
fixing check
1 parent c8a295d commit 2464df1

23 files changed

+76
-14
lines changed

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Imports:
3131
reactable (>= 0.4.4),
3232
rlang,
3333
rmarkdown,
34+
SqlRender,
3435
tibble,
3536
tidyr
3637
Suggests:

R/EstimationQueries.R

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@
1717
#' @return
1818
#' A integer with the major version number of cohort method
1919
#'
20-
#' @examples
21-
#' conDet <- getExampleConnectionDetails()
22-
#'
23-
#' connectionHandler <- ResultModelManager::ConnectionHandler$new(conDet)
24-
#'
25-
#' version <- .getCmVersion(
26-
#' connectionHandler = connectionHandler,
27-
#' schema = 'main'
28-
#' )
29-
#'
3020
.getCmVersion <- function(
3121
connectionHandler,
3222
schema,
@@ -737,7 +727,7 @@ getCmNegativeControlEstimates <- function(
737727
#' @template cmTablePrefix
738728
#' @template targetId
739729
#' @param comparatorId the comparator ID of interest
740-
#' @param indicationIds The indications that the target & comparator was nested to
730+
#' @param indicationId The indications that the target & comparator was nested to
741731
#' @param analysisId the analysis ID to restrict to
742732
#' @param databaseId the database ID to restrict to
743733
#' @family Estimation

man/createPredictionReport.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/dot-getCmVersion.Rd

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCMEstimation.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCmDiagnosticsData.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCmMetaEstimation.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCmNegativeControlEstimates.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCmOutcomes.Rd

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/getCmPropensityModel.Rd

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)