We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c19919 commit ea0897bCopy full SHA for ea0897b
1 file changed
.github/workflows/build.yml
@@ -41,8 +41,8 @@ jobs:
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")'
+ sudo apt-get install r-cran-pbdzmq r-cran-uuid r-cran-ape
+ sudo R -e 'install.packages(c("reticulate", "IRkernel"))'
46
R -e 'IRkernel::installspec()'
47
48
# Build the book
0 commit comments