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: https://github.com/pbs-assess/csasdown/blob/10739ccb02e86ce165422754b397c2c27b3f3c81/.github/workflows/R-CMD-check.yaml#L74-L75
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
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: https://github.com/pbs-assess/csasdown/blob/10739ccb02e86ce165422754b397c2c27b3f3c81/.github/workflows/R-CMD-check.yaml#L74-L75