Skip to content

Commit dab14b5

Browse files
committed
running the qc on newest verion
1 parent 76c3e46 commit dab14b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

code/core/acc_new.R

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
library(tidyr)
66
library(plyr)
77
library(optparse)
8+
if (!requireNamespace("remotes", quietly = TRUE)) {
9+
install.packages("remotes")
10+
}
11+
if (!requireNamespace("GGIR", quietly = TRUE) || packageVersion("GGIR") != "3.2.6") {
12+
remotes::install_version("GGIR", version = "3.2.6", repos = "https://cloud.r-project.org")
13+
}
14+
815
library(GGIR)
916

1017
main <- function() {

0 commit comments

Comments
 (0)