Skip to content

Commit

Permalink
Updated dna_jar
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeld committed Aug 19, 2024
1 parent e23a2d7 commit 19b5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rDNA/rDNA/R/rDNA.R
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ dna_jar <- function() {
}
}, error = function(e) {success <- FALSE})

stop("DNA jar file could not be found in the library path or working "
stop("DNA jar file could not be found in the library path or working ",
"directory. Your current rDNA version is ", v, ".")
}

Expand Down

0 comments on commit 19b5b59

Please sign in to comment.