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

Package babel Error: Unknown option french' or english' #257

Open
seananderson opened this issue Mar 21, 2024 · 4 comments
Open

Package babel Error: Unknown option french' or english' #257

seananderson opened this issue Mar 21, 2024 · 4 comments
Labels
dependency issue Problem with depended-on packages

Comments

@seananderson
Copy link
Member

For some reason, the current tinytex does not install the babel-french or babel-english packages when needed. This is a recent problem as far as I can tell. Users can fix this by running

tinytex::tlmgr_install('babel-french')
tinytex::tlmgr_install('babel-english')

I don't know if this will resolve itself or if we should note this in the install instructions, but at the very least I'm noting this here in case someone is searching for this error.

We even have to do this on the continuous integration script:

tinytex::tlmgr_install('babel-french')
tinytex::tlmgr_install('babel-english')

@krHolt
Copy link

krHolt commented Apr 24, 2024

Just a note that this babel error just popped up for me for the first time, but using the tinytex install lines you have here fixed it. Thanks.

@cgrandin cgrandin added the dependency issue Problem with depended-on packages label Apr 25, 2024
@carrieholt
Copy link

carrieholt commented Jul 3, 2024

Just a note that this babel error just popped up for me for the first time, but using the tinytex install lines you have here fixed it. Thanks.

Yes, please do add to the install instructions. I was quite confused why my new install on my new computer (R4.4.1, Rtools44, new tinytex) wasn't working until I found this. Thanks!

seananderson added a commit that referenced this issue Jul 3, 2024
@seananderson
Copy link
Member Author

@seananderson
Copy link
Member Author

Perhaps we should check this on the fly and issue an informative message. E.g.:

tinytex::check_installed("babel-french")

The downside is this takes a second or two for me. Hopefully this will resolve itself upstream.

seananderson added a commit that referenced this issue Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency issue Problem with depended-on packages
Projects
None yet
Development

No branches or pull requests

4 participants