Skip to content

Commit

Permalink
add is_readxl_installed to objects to ignore/not store in config.csv …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
vincentvanhees committed Mar 18, 2024
1 parent ab12fe4 commit 8044521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/GGIR.R
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ GGIR = function(mode = 1:5, datadir = c(), outputdir = c(),
"print_console_header", "configfile_csv", "myfun", "ex",
"GGIRversion", "dupArgValues", "verbose", "is_GGIRread_installed",
"is_read.gt3x_installed", "is_ActCR_installed",
"is_actilifecounts_installed", "rawaccfiles",
"is_actilifecounts_installed", "rawaccfiles", "is_readxl_installed",
"checkFormat", "getExt") == FALSE)]

config.parameters = mget(LS)
Expand Down
2 changes: 1 addition & 1 deletion R/extract_params.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ extract_params = function(params_sleep = c(), params_metrics = c(),
"do.sgAngley", "do.sgAnglez", "frag.classes.spt", "i",
"isna", "tmp", "vecchar", "dupi", "GGIRread_version",
"closedbout", "bout.metric", "sleeplogidnum", "LC_TIME_backup",
"constrain2range")
"constrain2range", "is_readxl_installed")
# Find argument in the various parameter objects
if (newValue[1] != "notfound" & varName %in% ArgNames2Ignore == FALSE) {
if (varName %in% names(params_general)) {
Expand Down

0 comments on commit 8044521

Please sign in to comment.