diff --git a/.binder/environment.yml b/.binder/environment.yml new file mode 100644 index 00000000..c6b889af --- /dev/null +++ b/.binder/environment.yml @@ -0,0 +1,66 @@ +name: eicompare +channels: + - conda-forge +dependencies: + - pre-commit + - r-base>=4 + - r-irkernel>=1.1 + - r-bayestestr + - r-bh + - r-bitops + - r-car + - r-coda + - r-codetools + - r-cpp11 + - r-cubature + - r-data.table + - r-devtools + - r-doparallel + - r-dosnow + - r-ellipse + - r-expm + - r-foreach + - r-geojsonio + - r-ggmap + - r-ggplot2 + - r-ggthemes + - r-gmm + - r-googledrive + - r-haven + - r-httpuv + - r-insight + - r-iterators + - r-lintr + - r-magrittr + - r-miniui + - r-mnormt + - r-msm + - r-mvtnorm + - r-plotrix + - r-plyr + - r-r.methodss3 + - r-r.oo + - r-r.utils + - r-rcpp + - r-rcpparmadillo + - r-rcurl + - r-rgdal + - r-rjsonio + - r-sandwich + - r-sf + - r-shiny + - r-sjlabelled + - r-sjmisc + - r-snow + - r-sourcetools + - r-sp + - r-stringr + - r-styler + - r-survival + - r-tidyverse + - r-tidyr + - r-tmvtnorm + - r-tmvnsim + - r-ucminf + - r-xtable + - r-zoo diff --git a/.binder/postBuild b/.binder/postBuild new file mode 100644 index 00000000..cdbaae55 --- /dev/null +++ b/.binder/postBuild @@ -0,0 +1,4 @@ +# Install development version of eiCompare +R --save -e 'library("remotes"); + install_github("RPVote/eiCompare"); + ' diff --git a/README.md b/README.md index 1f39416a..3c005385 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # eiCompare [![R build status](https://github.com/DSSG-eiCompare/eiCompare/workflows/R-CMD-check/badge.svg)](https://github.com/DSSG-eiCompare/eiCompare/actions?workflow=R-CMD-check) [![Style status](https://github.com/DSSG-eiCompare/eiCompare/workflows/Styler/badge.svg)](https://github.com/DSSG-eiCompare/eiCompare/actions?workflow=Styler) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/scottyhq/eiCompare/binder?urlpath=lab) eiCompare development version