File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -112,3 +112,4 @@ execute:
112
112
- ' individual_modules/introduction_to_python/analysis_task_1.ipynb'
113
113
- ' individual_modules/introduction_to_python/analysis_task_2.ipynb'
114
114
- ' individual_modules/introduction_to_python/analysis_task_3.ipynb'
115
+ - ' short_courses/r_unit_testing.ipynb'
Original file line number Diff line number Diff line change @@ -335,6 +335,7 @@ parts:
335
335
- file : short_courses/overview
336
336
- file : short_courses/python_environments
337
337
- file : short_courses/r_environments
338
+ - file : short_courses/r_unit_testing
338
339
- caption : Join Us!
339
340
chapters :
340
341
- file : contributing/community
Original file line number Diff line number Diff line change
1
+ {
2
+ "cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : null ,
6
+ "id" : " f2e543d2-19f6-45a4-a3f3-a11f7f13cbd1" ,
7
+ "metadata" : {},
8
+ "outputs" : [],
9
+ "source" : []
10
+ }
11
+ ],
12
+ "metadata" : {
13
+ "kernelspec" : {
14
+ "display_name" : " R" ,
15
+ "language" : " R" ,
16
+ "name" : " ir"
17
+ },
18
+ "language_info" : {
19
+ "codemirror_mode" : " r" ,
20
+ "file_extension" : " .r" ,
21
+ "mimetype" : " text/x-r-source" ,
22
+ "name" : " R" ,
23
+ "pygments_lexer" : " r" ,
24
+ "version" : " 4.3.3"
25
+ }
26
+ },
27
+ "nbformat" : 4 ,
28
+ "nbformat_minor" : 5
29
+ }
You can’t perform that action at this time.
0 commit comments