Skip to content

Commit 2ee3b36

Browse files
committed
install rpy2 from conda
1 parent b4172f8 commit 2ee3b36

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_install:
1515
# Useful for debugging any issues with conda
1616
- conda info -a
1717
- conda install r-essentials pip
18+
- conda install -c r rpy2
1819
- Rscript .travis/setup.R
1920
install: "pip install -r requirements.txt"
2021
script: make travis

environment.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: pythonplot
2+
channels:
3+
- r
4+
- defaults
25
dependencies:
36
- python>=3.6
47
- pip
5-
- r-essentials
8+
- r-essentials
9+
- r:rpy2

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ipython
55
pandas
66
jupyter
77
seaborn
8-
rpy2
98
plotnine
109
jinja2
1110
jinja2-highlight

0 commit comments

Comments
 (0)