Skip to content

Commit

Permalink
Update R/getMadratMessage.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pfuehrlich-pik authored Jul 25, 2023
1 parent 52a8924 commit 69b6d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/getMadratMessage.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ getMadratMessage <- function(name = NULL, fname = NULL) {
if (length(readDeps) > 0) {
convertDeps <- paste0("convert", readDeps)
correctDeps <- paste0("correct", readDeps)
downloadDeps <- paste0("downloadt", readDeps)
downloadDeps <- paste0("download", readDeps)
deps <- c(deps, convertDeps, correctDeps, downloadDeps)
}
for (n in names(x)) {
Expand Down

0 comments on commit 69b6d46

Please sign in to comment.