We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When trying to build with docker I run into the following error:
#11 101.2 > tinytex::install_tinytex(force = TRUE) #11 101.2 trying URL 'https://github.com/yihui/tinytex/raw/master/tools/install-unx.sh' #11 101.6 Error in download.file("https://github.com/yihui/tinytex/raw/master/tools/install-unx.sh", : #11 101.6 cannot open URL 'https://github.com/yihui/tinytex/raw/master/tools/install-unx.sh' #11 101.6 Calls: <Anonymous> -> download.file #11 101.6 In addition: Warning message: #11 101.6 In download.file("https://github.com/yihui/tinytex/raw/master/tools/install-unx.sh", : #11 101.6 cannot open URL 'https://github.com/yihui/tinytex/raw/master/tools/install-unx.sh': HTTP status was '404 Not Found'
This seems to be related to: rstudio/tinytex#336, tinytex had the master branch changed to main branch.
master
main
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to build with docker I run into the following error:
This seems to be related to: rstudio/tinytex#336, tinytex had the
master
branch changed tomain
branch.The text was updated successfully, but these errors were encountered: