Skip to content

Commit

Permalink
binderize repo. related to #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Sanchez committed Apr 30, 2020
1 parent b61f431 commit ec1391d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .binder/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: ripa-2018-datasette
channels:
- conda-forge
dependencies:
- pandas=1.*
- pip=20.*
- pip:
- csvs-to-sqlite>=1.0
- datasette>=0.40
1 change: 1 addition & 0 deletions .binder/install.R
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
install.packages("tidyverse")
1 change: 1 addition & 0 deletions .binder/postBuild
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sh datasette/process_csvs.sh
1 change: 1 addition & 0 deletions .binder/runtime.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
r-2020-04-20

0 comments on commit ec1391d

Please sign in to comment.