Add tests for r-in-conda

pull/838/head
Uwe L. Korn 2020-01-30 08:15:42 +01:00
rodzic 3d8b6118e9
commit ffbc7c0a6b
2 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,3 @@
dependencies:
- r-base=3.6
- r-ggplot2

Wyświetl plik

@ -0,0 +1,5 @@
#!/bin/sh
jupyter serverextension list 2>&1 | grep jupyter_server_proxy
jupyter nbextension list 2>&1 | grep jupyter_server_proxy
R -e "library('ggplot2')"