You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exams/02-final.qmd
+12-13Lines changed: 12 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -7,38 +7,36 @@ format:
7
7
8
8
## Due date
9
9
10
-
There are two due dates: Thursday, May 2nd (presentation) and May 4th (R package), 2023.
10
+
The R package is due by the end of Tuesday December 10th.
11
+
12
+
The in-class presentation will be Thursday, December 12th.
11
13
12
14
## Task
13
15
14
-
This will be an extension of the package submitted for the midterm. The new component will be agreed upon on the week of April 17th.
16
+
Expand upon midterm project with a new component and create an R package. The new component will be agreed upon on by Thursday November 21.
15
17
16
18
## Deliverables
17
19
18
-
* An extension of the package developed for the midterm (70% of grade).
20
+
* An extension of the midterm project and package creation (70% of grade).
19
21
* An oral presentation of no more than seven minutes (30% of grade).
20
22
21
23
## Requirements
22
24
23
-
The presentation (May 2nd):
25
+
The presentation:
24
26
25
-
- The time allocation will be the same as the midterm (7 minutes).
27
+
- The time allocation will be 7 minutes.
26
28
27
29
- It Should be presented with slides (PowerPoint/quarto::revealjs/google slides/etc.)
28
30
29
31
- It should have the following structure (roughly):
30
32
31
-
a. Review of the problem which highlights the issue or “why” the problem needs solving (may consider including visuals to highlight the issue; ~2 slides)
33
+
a. Review of the problem which highlights the issue or “why” the problem needs solving (may consider including visuals to highlight the issue; ~2 slides)
32
34
33
35
b. Overview of the package until the midterm (~1 slide)
34
36
35
-
c. The new feature of the package (~ 1 slide each)
36
-
37
-
d. Problem/motive
38
-
39
-
e. Solution
37
+
c. The new feature of the coding solution (~ 1 slide each)
40
38
41
-
f. Example
39
+
d. Provide a single example highlighting the package (~1-3 slides).
42
40
43
41
::: {.callout-tip}
44
42
@@ -62,9 +60,10 @@ The R package (May 4th `r fa`):
62
60
63
61
- The package should pass the `R CMD check` on Ubuntu using the R release version with the option [`--as-cran`](https://cran.r-project.org/web/packages/submission_checklist.html) (more strict `R CMD check`.)
64
62
63
+
- The package should have a vignette.
65
64
66
65
67
66
68
67
## Grading
69
68
70
-
The grade will be based on clear communication and coding.
69
+
The grade will be based on clear communication and coding.
0 commit comments