We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1587d0d commit 6dd05c7Copy full SHA for 6dd05c7
.github/workflows/build.yml
@@ -35,6 +35,7 @@ jobs:
35
- name: Install R support
36
run: |
37
# We need to remove R to pull in a version that's compatible with CRAN, weirdly.
38
+ sudo apt-get update
39
sudo apt-get remove r-base-core
40
sudo apt-get install r-cran-reticulate r-cran-pbdzmq r-cran-uuid r-cran-ape
41
sudo R -e 'install.packages("IRkernel")'
0 commit comments