Giter Club home page Giter Club logo

bind-3-test's Introduction

Expanding Lifespan of Software for Demographic Analysis with Containers: A Case for a Sampling Technique

Run this repository in a web browser using Binder. Push the button >> Binder

This repository contains files for the article about using containers for reproducible research with applications in demography.

Files description

File Description
Dockerfile This text file defines which container image Binder needs to launch.
install.R This R script contains lines to install packages required for the analysis.
main.Rmd This is the file with the example code we will run inside the container once it is launched.
README.md This is the current readme file that you are reading.

How to create a button to launch the repository in a container using Binder

This readme contains simple code for the "launch binder" button that you can see above. To view the source code of the readme, click this link. The code consists of two constant parts that instruct a web browser to open Binder and one part that is your username and repository name.:

Code Part Code Comments
Constant [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/ Creates a button and points a web browser to Binder.
Change to your username and repository on GitHub e-kotov/bind-3-test Specifies which repository to use for the container. The format is <github-username>/<repository-name>.
Constant /HEAD?urlpath=rstudio) Instructs Binder to use the main repository branch and to go to RStudio in the container.

For your projects, change the middle part of the code with / and concatenate everything into a single line. You get the code for the button for the README.md file for your repository, which is displayed by default whenever someone opens your repository on GitHub. Here's an example for the current repository:

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/e-kotov/bind-3-test/HEAD?urlpath=rstudio)

bind-3-test's People

Contributors

e-kotov avatar

Watchers

 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.