Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fomightez/rcondatestoct
rconda as template test October 2023
https://github.com/fomightez/rcondatestoct
Last synced: 21 days ago
JSON representation
rconda as template test October 2023
- Host: GitHub
- URL: https://github.com/fomightez/rcondatestoct
- Owner: fomightez
- Created: 2023-10-11T16:37:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-25T17:24:45.000Z (about 1 year ago)
- Last Synced: 2024-11-07T14:12:53.772Z (2 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-conda
JupyterLab: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fomightez/rcondatestOct/master)
RStudio: [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/fomightez/rcondatestOct/master?urlpath=rstudio)
> R and RStudio in repo2docker without waiting for packages to compile!
Jupyter+R: [![Binder](http://mybinder.org/badge_logo.svg)](http://mybinder.org/v2/gh/fomightez/rcondatestOct/master?filepath=index.ipynb)
RStudio: [![Binder](http://mybinder.org/badge_logo.svg)](http://mybinder.org/v2/gh/fomightez/rcondatestOct/master?urlpath=rstudio)
Binder supports using R and RStudio, with libraries pinned to a specific versions.
Install R itself and your required R packages via conda packages. Installing conda packages is faster than
installing CRAN packages. This is because CRAN packages need compiling during the install process and conda
packages do not.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.
Both [RStudio](https://www.rstudio.com/) and [IRKernel](https://irkernel.github.io/)
are installed by default, so you can use either the Jupyter notebook interface or
the RStudio interface.