Skip to content

using system packages #5

@da5nsy

Description

@da5nsy

Forgive the noob questions (I'm new to both R and apptainer...)

I'm trying to add a dependency to this container.
I modified install.R:

options(repos = c(
  carpentries = "https://carpentries.r-universe.dev/", 
  CRAN = "https://cran.rstudio.com/"
))

renv::install('ggplot2')
renv::install("WEHI-Education/CarpentriesSlides")

and then ran ./contain-R.sif R.

It failed (I'll attach full log), I think because it's not using or installing several system packages:

x Missing 14 system packages. You'll probably need to install them manually:
+ git                 - credentials, gitcreds         
+ libfontconfig1-dev  - systemfonts                   
+ libfreetype6-dev    - ragg, systemfonts, textshaping
+ libfribidi-dev      - textshaping                   
+ libgit2-dev         - gert                          
+ libharfbuzz-dev     - textshaping                   
+ libjpeg-dev         - ragg                          
+ libpng-dev          - ragg                          
+ libssl-dev          - curl, openssl                 
+ libtiff-dev         - ragg                          
+ libx11-dev          - clipr                         
+ libxml2-dev         - xml2                          
+ libxslt-dev         - xslt                          
+ pandoc              - knitr, pkgdown, rmarkdown 

Any tips on how to resolve this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions