Skip to content

Commit 303a956

Browse files
Merge branch 'main' into r_unit_testing_short_course
2 parents eab0bba + 0859bca commit 303a956

File tree

8 files changed

+940
-0
lines changed

8 files changed

+940
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
.ipynb_checkpoints/
33
individual_modules/introduction_to_machine_learning/datasets
44
_build/
5+
6+
# Files when running R locally
7+
renv/
8+
renv.lock
9+
.Rprofile

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,4 @@ execute:
113113
- 'individual_modules/introduction_to_python/analysis_task_2.ipynb'
114114
- 'individual_modules/introduction_to_python/analysis_task_3.ipynb'
115115
- 'short_courses/r_unit_testing.ipynb'
116+
- 'short_courses/r_functions.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_functions
338339
- file: short_courses/r_unit_testing
339340
- caption: Join Us!
340341
chapters:
Binary file not shown.

short_courses/data/r_functions/gallstone.csv

Lines changed: 320 additions & 0 deletions
Large diffs are not rendered by default.
79.6 KB
Loading
50.1 KB
Loading

0 commit comments

Comments
 (0)