diff --git a/R/call_openchrom.R b/R/call_openchrom.R index 9ca5fa1..557ad82 100644 --- a/R/call_openchrom.R +++ b/R/call_openchrom.R @@ -183,7 +183,7 @@ configure_openchrom <- function(cli = c("null", "true", "false", "status"), path if (!file.exists(path_parser)){ warning("OpenChrom not found!", immediate. = TRUE) - path_parser <- readline(prompt = "Please provide path to `OpenChrom` command line):") + path_parser <- readline(prompt = "Please provide path to `OpenChrom` command line (v0.4)):") if (.Platform$OS.type == "windows"){ path_parser <- gsub("/","\\\\", path_parser) }