これはこの問題に似ていますが、記載されている解決策がうまくいきませんでした。さまざまな方法で TinyTeX をインストールしようとしました。
tinytex::install_tinytex()
- ダウンロード
TinyTeX-0.zip
して使用tinytex:::install_prebuilt()
する - 手動で抽出
TinyTeX-0.zip
(unzip()
動作)して実行install-tl-windows
(バッチファイル)
最初の 2 つのケースでは、次のエラーが発生します。
Error in system2("tlmgr", args, ...) : '"tlmgr"' not found
In addition: Warning message:
In extract(pkg, exdir = path.expand(target)) :
error 1 in extracting from zip file
3 番目のケースでは、Windows コンソールは次のようになります。
'\\crc\users\etienne\Desktop\TinyTeX-0\TinyTeX'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
そして何もせずに閉じます。
いずれの場合も、tinytex::is_tinytex()
返しFALSE
てtinytex::tlmgr_path()
何も返さない。
Windows Server 2019 Standard (1809) に取り組んでいます。私は何をすべきか?
> sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows Server x64 (build 17763)
Matrix products: default
locale:
[1] LC_COLLATE=French_France.1252 LC_CTYPE=French_France.1252
[3] LC_MONETARY=French_France.1252 LC_NUMERIC=C
[5] LC_TIME=French_France.1252
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.1.0 tools_4.1.0 tinytex_0.33.1 xfun_0.25