[Rd] symbols.rds error 1

2022-04-05 Thread Roman Savchenko
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

Re: [Rd] symbols.rds error 1

2022-04-05 Thread Tomas Kalibera
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