Skip to content

Commit

Permalink
Updated A4 instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Feb 21, 2024
1 parent a825ec5 commit b9d6917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/A4.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Complete the R package you wrote in [Assignment 1](A1.qmd). The package should h

The package should include the use of at least two S3 methods (e.g., print, summary, plot, autoplot) applied to a class that you define.

The package should also include at least one function that uses non-standard evaluation.
The package should also include at least one function that uses non-standard evaluation. Marks will be awarded for clean and efficient code, and for good design.

```{r}
#| output: asis
Expand Down

0 comments on commit b9d6917

Please sign in to comment.