From cff4ce70b372ea918dfc63ba5fd26496e37dc7cb Mon Sep 17 00:00:00 2001 From: Rob Hyndman Date: Tue, 26 Mar 2024 16:45:52 +1100 Subject: [PATCH] Updated A2 --- assignments/A2.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assignments/A2.qmd b/assignments/A2.qmd index ee15999..63995cd 100644 --- a/assignments/A2.qmd +++ b/assignments/A2.qmd @@ -12,6 +12,8 @@ You will be given a github repository containing the package, and the problems t 4. Add a test to the package that confirms the problem is fixed. 5. Close the issue. +The bug report may not fully describe the extent of the problem, and it may not really be a bug in the package. So you will need to understand what the functions are supposed to do, and then think about why the user has reported the problem. + In some cases, the problem reported may highlight a weakness in the package beyond the immediate issue. In these cases, you should also address the underlying weakness, and explain what you have done in the issue. ```{r}