Hello everyone,
I can't download any latex/tinytex package using tlmgr / tinytex::tlmgr_install(). I get the following error:
C:\PROGRA~1\TinyTex\texmf-dist\scripts\texlive\tlmgr.pl: TLPDB::from_file could not initialize from: https://mirror.ctan.org/systems/texlive/tlnet/tlpkg/texlive.tlpdb
C:\PROGRA~1\TinyTex\texmf-dist\scripts\texlive\tlmgr.pl: Maybe the repository setting should be changed.
C:\PROGRA~1\TinyTex\texmf-dist\scripts\texlive\tlmgr.pl: More info: https://tug.org/texlive/acquire.html
I am behind a proxy, which is why I've set up a ~/.wgetrc file with my proxy + autentification like this:
http_proxy=http://user:password.proxyname.com:port/
When I change the mirror as suggested in the error message like this, I get a different error....
tlmgr option repository mirror.physik.tu-berlin.de/pub/CTAN/systems/texlive
tinytex::tlmgr_install("tikz")
tlmgr.pl: Cannot find main repository, you have to tag one as main!
I'm not sure how to proceed at this point. Any help would be greatly appreciated!
Thanks!
PS: Using Windows 10 Enterprise, RStudio 2022.07.2, R 4.2.2. Tinytex itself is working and I'm able to compile PDFs as long as no additional packages are required.