Dear R devs,
I have an error that I can't understand the reason:
Error in system(sprintf("%s -Pg %s", nm, shQuote(f)), intern = TRUE) :
'""' not found
Calls: -> lapply -> FUN -> strsplit -> system
Execution halted
make: *** [C:/PROGRA~1/R-40~1.5/share/make/winshlib.mk:32: symbols.rds]
Error 1
On 4/5/22 15:25, Ivan Krylov wrote:
On Tue, 5 Apr 2022 15:08:10 +0200
Roman Savchenko wrote:
Error in system(sprintf("%s -Pg %s", nm, shQuote(f)), intern = TRUE) :
'""' not found
This does highlight a minor bug in R (an empty string is accidentally
quoted, so the absence of nm on the PAT