I am trying to install 'openxlsx' library in conda R. I used 'conda install -c r r-openxlsx' command to install but it keeps showing following error:
I tried adding a channel r as well, but it is still showing same error. How can I install the package?
I tried 'conda install -c r r-openxlsx' in the terminal as well as 'install.packages("openxlsx", repos = "https://cran.r-project.org")' and 'install.packages("openxlsx")' in the conda R environment, but none is working.