Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • airGRiwrm airGRiwrm
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • IN-WOP
  • airGRiwrmairGRiwrm
  • Issues
  • #53
Closed
Open
Issue created Jul 12, 2021 by Dorchies David@david.dorchiesOwner

CI: dependency issues with Latex in Check as CRAN

Got this error message with docker image rocker/verse: ! Font TS1/cmr/m/n/10=tcrm1000 at 10.0pt not loadable: Metric (TFM) file not found.

I first solved this issue by : sudo apt-get install -y --no-install-recommends texlive-fonts-recommended but it's not sustainable because this installation is very big and it's done at each job execution.

I found the same error in https://next.travis-ci.org/github/yihui/tinytex/builds/686702503 which has been solved by https://github.com/yihui/tinytex/commit/5684295f91955b803c1cb623d1823f53cb3917f2.

It seems that using the R package tinytex with rocker/tidyverse instead of the Latex installation of rocker/verse can solve this problem.

Assignee
Assign to
Time tracking