-
Notifications
You must be signed in to change notification settings - Fork 24
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
quarto install
#140
Comments
I will just 👍 for this feature. Context - we are deploying a bunch of containers with quarto and due to how user home directories are created we need to install tinytex when users first login via a custom |
Thanks for the 👍 that is useful to know the interest.
Can you say more about the polished experience ? When installing TinyTeX from R, the tinytex package is the better option to me. Especially because we can get R console logging directly, and it is executing in session.
If I were to add So curious about the less polished part so that we improve on both sides. Thanks ! |
It is primarily that the tui for
is much preferable to
also the creation of the |
That is really good feedback ! Thanks a lot. We may want to simplify the tinytex UI then too. Or at least provide a less verbose mode 🤔
I think quarto could do the same too. In tinytex I think we check In Quarto we do almost the same. We check One important difference is that
Hope it helps |
Do we really need a
quarto_install()
wrapper ?This is a one time command - so not sure the benefit of running from R.
Also, usually R users needing TinyTex will have tinytex R package, and if chromium needed then it is easy enough to call
quarto install
directly in terminalThe text was updated successfully, but these errors were encountered: