GithubHelp home page GithubHelp logo

direnvmarbinder's Introduction

DirEnvMar + BinderHub !

Dépôt de cours sur les directives européennes touchant au milieu marin et leurs mises en application

Environnement de dev basé sur Binder Hub

RStudio : Binder

Ressources

Pour le R Markdown : https://rmarkdown.rstudio.com/lesson-15.HTML

Pour BinderHub : https://en.wikipedia.org/wiki/Binder_Project

Short text from binder example github

R and RStudio in repo2docker without waiting for packages to compile!

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/feedstocks/ by searching for r-PACKAGENAME. You can install R packges from other sources using a postBuild script.

Both RStudio and IRKernel are installed by default, so you can use either the Jupyter notebook interface or the RStudio interface.

Quick and dirty recipes for Binder & RStudio

See https://mybinder.readthedocs.io/en/latest/introduction.html

  • public repo on github
  • add an runtime.txt containing the R version
  • add a install.R file for the packages needed in the dev env
  • apt.txt asks the install of some specific linux library
  • go to https://mybinder.org/ to prep the virutal env
  • get the link and add Rstudio stuff at the end like : [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/betatim/r-conda/master?urlpath=rstudio)

direnvmarbinder's People

Contributors

ldbk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.