Skip to content

Commit

Permalink
message users of legacy function g.shell.GGIR() that they can just us…
Browse files Browse the repository at this point in the history
…e GGIR()
  • Loading branch information
vincentvanhees committed Nov 6, 2024
1 parent a54bbc1 commit ed3f955
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/g.shell.GGIR.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
g.shell.GGIR = function(...) {
message(paste0("Please note that instead of g.shell.GGIR() you can just write ",
"GGIR(), because all g.shell.GGIR does is forward its input to ",
"function GGIR()."), call. = FALSE)
.args <- as.list(match.call()[-1])
do.call(GGIR, .args)
}

0 comments on commit ed3f955

Please sign in to comment.