Skip to content

Commit 1e66936

Browse files
authored
Update link to feedstocks site
The feedstocks page has moved.
1 parent 72ee676 commit 1e66936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Install R itself and your required R packages via conda packages. Installing con
1414
installing CRAN packages. This is because CRAN packages need compiling during the install process and conda
1515
packages do not.
1616

17-
For some R packages there is no corresponding conda-forge package yet, in that case take a look at https://github.com/binder-examples/r. Note that these two approaches cannot be combined, so you cannot install R packages via Conda and via an `install.R` file at the same time. You can check if a required R package is available on the Conda Forge website at https://conda-forge.org/feedstocks/ by searching for `r-PACKAGENAME`. You can install R packges from other sources using a `postBuild` script.
17+
For some R packages there is no corresponding conda-forge package yet, in that case take a look at https://github.com/binder-examples/r. Note that these two approaches cannot be combined, so you cannot install R packages via Conda and via an `install.R` file at the same time. You can check if a required R package is available on the Conda Forge website at https://conda-forge.org/feedstock-outputs/ by searching for `r-PACKAGENAME`. You can install R packges from other sources using a `postBuild` script.
1818

1919
Both [RStudio](https://www.rstudio.com/) and [IRKernel](https://irkernel.github.io/)
2020
are installed by default, so you can use either the Jupyter notebook interface or

0 commit comments

Comments
 (0)