Skip to content

Commit d4b4a52

Browse files
Update learnr guidance
1 parent d01c86c commit d4b4a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/contributing_guidelines.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"\n",
2525
"### R\n",
2626
"\n",
27-
"For R courses (except Introduction to R), we have chosen to use learnr tutorials. The learnr package in R allows for the creation of interactive tutorials that can include markdown formatted text, R code examples, exercises, and quizzes. This format is particularly suited for R courses as it engages learners with hands-on practice and immediate feedback all in a single document. \n",
27+
"For R courses, we recommend using **learnr** tutorials where appropriate. The learnr package in R enables the development of interactive tutorials that incorporate markdown-formatted text, R code examples, exercises, and quizzes. This format is especially well-suited to R instruction, as it offers learners hands-on practice with immediate feedback within a single, cohesive document. However, if the course content is better served by an alternative format, instructors are encouraged to use their professional judgment in selecting the most effective approach.\n",
2828
"\n",
2929
"These tutorials are distrbuted as an R package [cfrr-r-tutorials](https://github.com/coding-for-reproducible-research/cfrr-r-tutorials) and should be developed in that repo. A homepage, with details on the course and instructions for how to launch the tutorial should be included in this repo. \n",
3030
"\n",

0 commit comments

Comments
 (0)