If the outDir param of the 'INVOKE.R' script contains subdirectories, the script neither creates the directory nor throws an error.
To overcome this, either 'recursive = TRUE' and 'showWarnings = FALSE' should be defined in dir.create(), or it should be stated in the documentation that the parameter does not accept subdirectories.
If the outDir param of the 'INVOKE.R' script contains subdirectories, the script neither creates the directory nor throws an error.
To overcome this, either 'recursive = TRUE' and 'showWarnings = FALSE' should be defined in dir.create(), or it should be stated in the documentation that the parameter does not accept subdirectories.