Skip to content

Commit 821e7b1

Browse files
Merge pull request #132 from coding-for-reproducible-research/revert-r-integration
Refactor to removve the bundling of R into the binder
2 parents 433085f + c1b4fea commit 821e7b1

File tree

10 files changed

+15
-10
lines changed

10 files changed

+15
-10
lines changed

_static/hide_thebe_button.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@
2424
'manipulating_data.html',
2525
'plots.html',
2626
'stats.html',
27+
'regression_analysis_with_r_extras.html',
28+
'hypothesis_testing.html',
29+
'introduction_to_regression.html',
30+
'logistic_regression.html',
31+
'multiple_linear_regression.html',
32+
'regression_analysis_with_r_summary.html',
33+
'advanced_regression_analysis_with_R_extras.html',
34+
'advanced_regression_analysis_with_R_summary.html',
35+
'expanding_the_mixed_effects_model_framework.html',
36+
'mixed_effects_models.html',
37+
'regression_models_with_interaction_terms.html'
2738
];
2839

2940
// Function to get the current page's filename

_toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,15 @@ parts:
131131
- file: individual_modules/regression_analysis_with_R/hypothesis_testing
132132
- file: individual_modules/regression_analysis_with_R/multiple_linear_regression
133133
- file: individual_modules/regression_analysis_with_R/logistic_regression
134-
- file: individual_modules/regression_analysis_with_R/summary
135-
- file: individual_modules/regression_analysis_with_R/extras
134+
- file: individual_modules/regression_analysis_with_R/regression_analysis_with_r_summary.ipynb
135+
- file: individual_modules/regression_analysis_with_R/regression_analysis_with_r_extras
136136
- file: individual_modules/section_landing_pages/advanced_regression_analysis_with_R
137137
sections:
138138
- file: individual_modules/advanced_regression_analysis_with_R/mixed_effects_models
139139
- file: individual_modules/advanced_regression_analysis_with_R/expanding_the_mixed_effects_model_framework
140140
- file: individual_modules/advanced_regression_analysis_with_R/regression_models_with_interaction_terms
141-
- file: individual_modules/advanced_regression_analysis_with_R/summary
142-
- file: individual_modules/advanced_regression_analysis_with_R/extras
141+
- file: individual_modules/advanced_regression_analysis_with_R/advanced_regression_analysis_with_R_summary
142+
- file: individual_modules/advanced_regression_analysis_with_R/advanced_regression_analysis_with_R_extras
143143
- file: individual_modules/section_landing_pages/working_with_data_in_R
144144
sections:
145145
- file: individual_modules/working_with_data_in_R/introducing_tidyverse

binder/install.R

Lines changed: 0 additions & 2 deletions
This file was deleted.

binder/postBuild

Lines changed: 0 additions & 2 deletions
This file was deleted.

binder/runtime.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ ghp-import
55
jupyterquiz
66
matplotlib
77
scikit-learn
8-
rpy2

0 commit comments

Comments
 (0)