Yes I did the install.packages('tinytex) so I could get the tinytex::install_tinytex() functions.
It look like the download gets cut off @ 82MB and it should be 99.8MB.
This is what I get.
install.packages('tinytex')
Installing package into ‘C:/Users/ca10063026/Documents/R/win-library/4.1’
(as ‘lib’ is unspecified)
trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.1/tinytex_0.36.zip'
Content type 'application/zip' length 129072 bytes (126 KB)
downloaded 126 KB
package ‘tinytex’ successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Users\ca10063026\AppData\Local\Temp\Rtmp4AgLyu\downloaded_packages
tinytex::install_tinytex()
trying URL 'https://yihui.org/tinytex/TinyTeX-1.zip'
trying URL 'https://yihui.org/tinytex/TinyTeX-1.zip'
Content length 652 bytes
downloaded 82.5 MB
trying URL 'https://yihui.org/tinytex/TinyTeX-1.zip'
Content type 'application/octet-stream' length 104603812 bytes (99.8 MB)
downloaded 82.5 MB
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
I'm betting there is a proxy issue at this point.