From 52ac1907c975f0ff838c8738a095be22dfd270a7 Mon Sep 17 00:00:00 2001 From: Ethan White Date: Tue, 15 Oct 2024 19:44:19 -0400 Subject: [PATCH] Code run check should not be optional --- assignments/r-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assignments/r-functions.md b/assignments/r-functions.md index acb8e97c..f1e94804 100644 --- a/assignments/r-functions.md +++ b/assignments/r-functions.md @@ -4,7 +4,7 @@ element: assignment title: Functions language: R exercises: ['Writing Functions', 'Use and Modify', 'Writing Functions 2', 'Default Arguments', 'Combining Functions', 'Writing Tidyverse Functions', 'Check That Your Code Runs', 'Portal Species Time-Series Challenge'] -points: [15, 15, 15, 15, 20, 20, 'Challenge - optional'] +points: [15, 15, 15, 15, 15, 15, 10, 'Challenge - optional'] --- ### Learning Objectives