Skip to content
Prev 9668 / 12125 Next

[R-pkg-devel] Problem persists, was Re: Problem compressing vignettes for CRAN

R could care less about what is in PATH... there is however a difference between Windows parsing PATH and how CMD lets you quote things interactively.

The whole point of PATH is to let you or R provide simple program names like qpdf without knowing where they are... Windows takes over and looks up where the program actually is based on the contents of PATH. How you get things into that environment variable can vary depending on which software you are using (CMD and R are two possible options), but the actual content is handled by the operating system (which is why PATH on Linux is formatted differently than PATH on Windows).
On October 9, 2023 8:22:17 AM PDT, Michael Dewey <lists at dewey.myzen.co.uk> wrote: