Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 28, 2024
2 parents d71db08 + 3395fad commit 874c929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions assignments/A3.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ If you implement a object class with S3, you should:
* Create generic function(s) to perform a common task specific to your S3 object (examples below, e.g. most common word).
* Create methods for your custom generic function(s), including suitable defaults.

All user-facing functions should have examples and unit tests.

Marks will be awarded for clean and efficient code, and for good design.


```{r}
#| output: asis
source(here::here("course_info.R"))
Expand Down

0 comments on commit 874c929

Please sign in to comment.