search for: uninstall_tinytex

Displaying 5 results from an estimated 5 matches for "uninstall_tinytex".

Did you mean: install_tinytex
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
...gt; > On 10/30/23 19:07, Yihui Xie wrote: >> Sure. I'm not sure if it's possible to make it easier to reproduce, >> but for now the example would require installing TinyTeX (via >> tinytex::install_tinytex(), which can be later uninstalled cleanly via >> tinytex::uninstall_tinytex() after you finish the investigation). Then >> run: >> >> ? system2('fmtutil-sys', '--all') >> ? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH >> >> and TeX Live would throw an error like this: >> >> ...\username\AppData...
2023 Oct 30
1
system()/system2() using short paths of commands on Windows?
Sure. I'm not sure if it's possible to make it easier to reproduce, but for now the example would require installing TinyTeX (via tinytex::install_tinytex(), which can be later uninstalled cleanly via tinytex::uninstall_tinytex() after you finish the investigation). Then run: system2('fmtutil-sys', '--all') # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH and TeX Live would throw an error like this: ...\username\AppData\Roaming\TinyTeX\bin\windows\runscript.tlu:864: no appropriate script...
2023 Oct 31
1
system()/system2() using short paths of commands on Windows?
On 10/30/23 19:07, Yihui Xie wrote: > Sure. I'm not sure if it's possible to make it easier to reproduce, > but for now the example would require installing TinyTeX (via > tinytex::install_tinytex(), which can be later uninstalled cleanly via > tinytex::uninstall_tinytex() after you finish the investigation). Then > run: > > ? system2('fmtutil-sys', '--all') > ? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH > > and TeX Live would throw an error like this: > > ...\username\AppData\Roaming\TinyTeX\bin\windows\runs...
2023 Nov 16
1
system()/system2() using short paths of commands on Windows?
...30/23 19:07, Yihui Xie wrote: >>> Sure. I'm not sure if it's possible to make it easier to reproduce, >>> but for now the example would require installing TinyTeX (via >>> tinytex::install_tinytex(), which can be later uninstalled cleanly via >>> tinytex::uninstall_tinytex() after you finish the investigation). Then >>> run: >>> >>> ?? system2('fmtutil-sys', '--all') >>> ?? # or tinytex:::fmtutil() if fmtutil-sys.exe is not on PATH >>> >>> and TeX Live would throw an error like this: >>> &...
2023 Oct 30
1
system()/system2() using short paths of commands on Windows?
On 10/30/23 17:18, Yihui Xie wrote: > Hi, > > It may have been so for 20+ years but I just discovered today that system() > would always try to use the short path of a command on Windows: > https://github.com/wch/r-source/blob/635a67/src/gnuwin32/run.c#L141 If > that's true, I wonder if it could provide an option to disable this > behavior, because we recently ran into a