Skip to content

Commit

Permalink
add rm.zero option
Browse files Browse the repository at this point in the history
  • Loading branch information
ivokwee committed Nov 7, 2024
1 parent 987c20c commit 8e4059f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/pgx_checks_builder.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# read PGX_CHECKS.csv

PGX_CHECKS <- read.csv("dev/PGX_CHECKS.csv", header = TRUE, stringsAsFactors = FALSE, check.names = FALSE, fileEncoding = "UTF-8-BOM")
PGX_CHECKS <- read.csv("dev/PGX_CHECKS.csv", header = TRUE, stringsAsFactors = FALSE,
check.names = FALSE, fileEncoding = "UTF-8-BOM")

# remove placeholder rows for future checks
PGX_CHECKS <- PGX_CHECKS[!PGX_CHECKS$message == "", ]
Expand Down

0 comments on commit 8e4059f

Please sign in to comment.