Skip to content

Commit b6d18e6

Browse files
authored
Update 02-final.qmd
1 parent 25ad76f commit b6d18e6

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

exams/02-final.qmd

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,36 @@ format:
77

88
## Due date
99

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.
1113

1214
## Task
1315

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.
1517

1618
## Deliverables
1719

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).
1921
* An oral presentation of no more than seven minutes (30% of grade).
2022

2123
## Requirements
2224

23-
The presentation (May 2nd):
25+
The presentation:
2426

25-
- The time allocation will be the same as the midterm (7 minutes).
27+
- The time allocation will be 7 minutes.
2628

2729
- It Should be presented with slides (PowerPoint/quarto::revealjs/google slides/etc.)
2830

2931
- It should have the following structure (roughly):
3032

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)
3234

3335
b. Overview of the package until the midterm (~1 slide)
3436

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)
4038

41-
f. Example
39+
d. Provide a single example highlighting the package (~1-3 slides).
4240

4341
::: {.callout-tip}
4442

@@ -62,9 +60,10 @@ The R package (May 4th `r fa`):
6260

6361
- 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`.)
6462

63+
- The package should have a vignette.
6564

6665

6766

6867
## Grading
6968

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

Comments
 (0)