Skip to content

Commit

Permalink
Update g.shell.GGIR.R
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentvanhees committed Nov 6, 2024
1 parent ed3f955 commit 1e11ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/g.shell.GGIR.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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 ",
"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)
Expand Down

0 comments on commit 1e11ce4

Please sign in to comment.