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
R version - 4.1.3
OS - Windows 10 22H2 Home Single Language
Anaconda Navigator conda version - 23.3.1
Installation of R -> using conda terminal -> conda install -c conda-forge r-base
Using conda terminal to install readxl package
Open conda terminal -> type R and hit enter to get into R shell
So i downloaded readxl.zip from [https://cran.r-project.org/web/packages/readxl/index.html] under r-release which is mentioned in Windows binaries and I extracted it to C:\Users\users\anaconda3\Lib\R\library
Then i tried to import the library using the code
library(readxl)
and i got an error given below
Warning message:
"package 'readxl' was built under R version 4.3.0"
Error: package or namespace load failed for 'readxl' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called 'cellranger'
Traceback:
cellranger is one of readxl's hard dependencies. The normal ways of installing a package will also install its hard dependencies, so this suggests you never went through install.packages() or similar. In any case, try installing cellranger.
R version - 4.1.3
OS - Windows 10 22H2 Home Single Language
Anaconda Navigator conda version - 23.3.1
Installation of R -> using conda terminal ->
conda install -c conda-forge r-base
Using conda terminal to install readxl package
Open conda terminal -> type
R
and hit enter to get into R shellSo i downloaded readxl.zip from [https://cran.r-project.org/web/packages/readxl/index.html] under r-release which is mentioned in Windows binaries and I extracted it to C:\Users\users\anaconda3\Lib\R\library
Then i tried to import the library using the code
library(readxl)
and i got an error given below
The text was updated successfully, but these errors were encountered: