exasol / r-exasol

The EXASOL package for R provides an interface to the EXASOL database.
http://www.exasol.com
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

Scheduled GitHub Action "UpdateDockerImages" fails #146

Closed kaklakariada closed 1 year ago

kaklakariada commented 1 year ago

Scheduled GitHub Action "UpdateDockerImages" fails in job Push docker image for R=bionic-cran35/3.5.3-1bionic with the following error:

Step 18/24 : RUN  Rscript -e 'devtools::install_github("jimhester/covr")'
 ---> Running in 25b1ab777647
Error in loadNamespace(name) : there is no package called ‘devtools’
Calls: :: ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous>
Execution halted
The command '/bin/sh -c Rscript -e 'devtools::install_github("jimhester/covr")'' returned a non-zero code: 1

Error: Process completed with exit code 1.