You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the evcxr_jupyter install is being cached correctly for the evcxr kernel tests but I must be doing something wrong with R library caching. the IRkernel package install is taking a really long time. Setting up R also seems to take longer than Python or Rust.
The text was updated successfully, but these errors were encountered:
Run Rscript -e 'install.packages("IRkernel")'
Installing package into ‘/home/runner/work/_temp/Library’
(as ‘lib’ is unspecified)
also installing the dependencies ‘ellipsis’, ‘fastmap’, ‘rlang’,...
I think the
evcxr_jupyter
install is being cached correctly for theevcxr
kernel tests but I must be doing something wrong withR
library caching. theIRkernel
package install is taking a really long time. Setting up R also seems to take longer than Python or Rust.The text was updated successfully, but these errors were encountered: