Closed isaactpetersen closed 3 years ago
Correct, there are a few ways to install the required dev libraries depending on your use case.
rocker/geospatial
, which has the lib: https://github.com/rocker-org/rocker-versioned2/blob/master/scripts/install_geospatial.sh#L32apt update && apt -y install tk-dev
in a RUN blockActually, in this case we just need the Tk runtime package. For apt: tcl, tk pulling in tcl8.6 and tk8.6.
Using rocker/geospatial
worked well. Thanks!
I am running the latest Docker image of
rocker/verse
onUbuntu 20.04.2 LTS
using a GitLab runner. When I try to load the packagepredictABEL
inR 4.1.1
, I receive the following error:I verified that I am able to load other packages in R. I also verified that the
predictABEL
package is installed. The issue appears to be similar to Issue https://github.com/rocker-org/rocker-versioned/issues/141. In that issue, @cboettig noted that:I'm a bit new to Docker and
rocker
, so I'm not sure how to get the dev libraries fortcltk
on therocker
image. Your help would be greatly appreciated.