R libraries not loading despite being specified in environment.yml file

20 Views Asked by At

In the environment file, made with conda, the dependencies specified are: r-cowplot jupyterlab r-irkernel nb_conda_kernels

When I open Jupyter with this environment, and with the kernel set in this environment, and do:

library(cowplot)

I get:

Error in library(cowplot) : there is no package called ‘cowplot’

I deleted and created the env from the env file a couple times, to no avail.

0

There are 0 best solutions below