This repository was archived by the owner on May 17, 2024. It is now read-only.
File tree 11 files changed +63
-0
lines changed
11 files changed +63
-0
lines changed Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : multi-mega
4
+ extends :
5
+ - nodejs-mega
6
+ - python-mega
7
+ - r-mega
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : multi-mini
4
+ extends :
5
+ - nodejs-mini
6
+ - python-mini
7
+ - r-mini
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : nodejs-mega
4
+ extends :
5
+ - nodejs-mini
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : nodejs-mini
4
+ extends :
5
+ - nodejs
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : nodejs
4
+ adds :
5
+ - nodejs
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : python-mega
4
+ extends :
5
+ - python-mini
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ extends :
4
+ - python
5
+ adds :
6
+ - python-pandas
7
+ - python-matplotlib
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : python
4
+ adds :
5
+ - python
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : r-mega
4
+ extends :
5
+ - r-mini
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : r-mini
4
+ extends :
5
+ - r
6
+ adds :
7
+ - r-tidyverse
Original file line number Diff line number Diff line change
1
+ ' @context ' : ' https://stenci.la/schema/v1/'
2
+ type : Environment
3
+ name : r
4
+ adds :
5
+ - r
You can’t perform that action at this time.
0 commit comments