Skip to content

Commit 41145a0

Browse files
committed
fixing check
fixing check
1 parent 66c532e commit 41145a0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NAMESPACE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Generated by roxygen2: do not edit by hand
22

3+
export(.getCgVersion)
34
export(addTarColumn)
45
export(createPredictionReport)
56
export(formatBinaryCovariateName)

R/CohortQueries.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#'
1010
#' @template connectionHandler
1111
#' @template schema
12-
#' @template cmTablePrefix
12+
#' @template cgTablePrefix
1313
#' @family Estimation
1414
#'
1515
#' @return
@@ -25,6 +25,7 @@
2525
#' schema = 'main'
2626
#' )
2727
#'
28+
#' @export
2829
.getCgVersion <- function(
2930
connectionHandler,
3031
schema,

man/dot-getCgVersion.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)