Skip to content

Commit 260c48b

Browse files
author
Katy Sadowski
committed
r check and description updates
1 parent 6ef7ee2 commit 260c48b

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

DESCRIPTION

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,5 @@ Suggests:
4444
ggplot2,
4545
Eunomia,
4646
R.utils
47-
Remotes:
48-
ohdsi/Eunomia
49-
RoxygenNote: 7.2.2
47+
RoxygenNote: 7.3.1
5048
Encoding: UTF-8

R/runCheck.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#' Internal function to run and process each data quality check.
1818
#'
1919
#' @param checkDescription The description of the data quality check
20-
#' @param tablechecks A dataframe containing the table checks
20+
#' @param tableChecks A dataframe containing the table checks
2121
#' @param fieldChecks A dataframe containing the field checks
2222
#' @param conceptChecks A dataframe containing the concept checks
2323
#' @param connectionDetails A connectionDetails object for connecting to the CDM database

R/view.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ viewDqDashboard <- function(jsonPath, launch.browser = NULL, display.mode = NULL
4646

4747
# Borrowed from devtools:
4848
# https://github.com/hadley/devtools/blob/ba7a5a4abd8258c52cb156e7b26bb4bf47a79f0b/R/utils.r#L44
49-
is_installed <- function(pkg, version = 0) {
49+
is_installed <- function(pkg, version = "0") {
5050
installed_version <-
5151
tryCatch(
5252
utils::packageVersion(pkg),

man/dot-runCheck.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/testthat/test-helpers.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
library(testthat)
22

3-
test_that("listDqChecks works", {
3+
test_that("Installation check works", {
44
result <- DataQualityDashboard:::is_installed("SqlRender")
55
expect_true(result)
66
expect_null(DataQualityDashboard:::ensure_installed("SqlRender"))

0 commit comments

Comments
 (0)