Since this build I am getting:
$ Rscript -e 'sessionInfo()'
Error in if (version[, 1:2] != version) return(sprintf("version '%s' must have two components, e.g., '3.7'", :
argument is of length zero
Calls: options ... <Anonymous> -> .version_validate -> .version_validity
Execution halted
which causes the build to fail. Previously this returned with no error, and I made changes in this commit only to C source code.
Thanks in advance.