Skip to content

Commit 26a5a7d

Browse files
Add scaffolding for the R Unit Testing Short Course
1 parent 20d044f commit 26a5a7d

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,4 @@ execute:
112112
- 'individual_modules/introduction_to_python/analysis_task_1.ipynb'
113113
- 'individual_modules/introduction_to_python/analysis_task_2.ipynb'
114114
- 'individual_modules/introduction_to_python/analysis_task_3.ipynb'
115+
- 'short_courses/r_unit_testing.ipynb'

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ parts:
335335
- file: short_courses/overview
336336
- file: short_courses/python_environments
337337
- file: short_courses/r_environments
338+
- file: short_courses/r_unit_testing
338339
- caption: Join Us!
339340
chapters:
340341
- file: contributing/community

short_courses/r_unit_testing.ipynb

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}

0 commit comments

Comments
 (0)