We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f60c73 + 6dd05c7 commit 99d6ccfCopy full SHA for 99d6ccf
.github/workflows/build.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Install R support
40
run: |
41
# We need to remove R to pull in a version that's compatible with CRAN, weirdly.
42
+ sudo apt-get update
43
sudo apt-get remove r-base-core
44
sudo apt-get install r-cran-reticulate r-cran-pbdzmq r-cran-uuid r-cran-ape
45
sudo R -e 'install.packages("IRkernel")'
0 commit comments