conda install <PACKAGE_NAME>
.
r-acepack
with the command conda install r-acepack
. Anaconda’s R packages use the r-
prefix, while CRAN packages do not.conda search <PACKAGE_NAME>
. Replace <PACKAGE_NAME>
with the desired CRAN or MRAN R package name. For example, for rbokeh, you would use conda search r-rbokeh
.