Skip to content

R packages in Colab #2831

@chrismgentry

Description

@chrismgentry

A number of R packages have "units" as a dependency. However, when trying to install those packages you receive the following message:

Warning message in FUN(X[[i]], ...):
“installation of package ‘units’ had non-zero exit status”

In the past I have used the following work around: system('sudo apt-get install libudunits2-dev') to install "units" package which allows for those packages that require it to install.

Is there a way to get "units" installed at the core level so you can simply load a library without the dependency issue?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions