Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install tinytex from local zip file in R #130

Closed
3 tasks done
kadereub opened this issue Jul 7, 2019 · 2 comments
Closed
3 tasks done

How to install tinytex from local zip file in R #130

kadereub opened this issue Jul 7, 2019 · 2 comments

Comments

@kadereub
Copy link

kadereub commented Jul 7, 2019

Hi,

I asked the below question on stack overflow:

If I run tinytex::install_tinytex() I get an error due to some external proxy settings, which I have minimal control over, see the SO post for details.

As a work around I downloaded a install-tl.zip file in my browser.

I was wondering if there is a way when running tinytex::install_tinytex() to point to this .zip file ? Or another way of using this install-tl.zip to install from ?

Any help would be great :)


By filing an issue to this repo, I promise that

  • I have fully read the issue guide at https://yihui.name/issue/.
  • I have provided the necessary information about my issue.
    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tinytex'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/tinytex').
    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.
  • I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.

@cderv
Copy link
Contributor

cderv commented Jul 7, 2019

You can try what worked in #121 (comment)

  1. Download the prebuilt version of Tinytex for windows from appveyor CI TinyTeX.zip
  2. use non exported function tinytex:::install_windows_zip() to install it

You can also try to get the proxy information and configure it for use with R. Having to install everything in offline mode is not simple.

@kadereub
Copy link
Author

kadereub commented Jul 9, 2019

Thanks! Works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants