Summary
R packages can be installed using conda by adding "r-" before the package name. For example, to install rbokeh, type "conda install r-rbokeh"
1
, and for rJava, type "conda install r-rjava".
1
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
When using conda to install R packages, you will need to add r- before the regular package name. For instance, if you want to install rbokeh, you will need to use conda install r-rbokeh or for rJava, type conda install r-rjava .
Using R language with Anaconda — Anaconda documentation
anaconda.com
conda install To install this package run one of the following:
R :: Anaconda.org
anaconda.org
Being a conda user for almost a year now, I thought of making this short bulletins to keep R installation in conda tidy and error-free for beginners. Here are ...
Using R in Conda
biostars.org
conda-forge / packages / r-base 4.2.2 23 R is a free software environment for statistical computing and graphics.
R Base :: Anaconda.org
anaconda.org
Installation guide for R and R-Studio ... We recommend using Conda to install R packages. Conda gives you better flexibility when choosing versions, which will ...
R and R-Studio
ntnu.no
I was unable to get R packages to install on Linux until I tried conda, and it just worked. Apparently conda works as well for R as for Python.
Using R with the conda package manager
johndcook.com