THREE BIG THINGS THIS WEEK
A new release of FIMS will come out this week that contains the PRs brought in last week thanks to Bai and Eric as well as improvements to the documentation thanks to those that showed up to Code Club and the extra design document meetings. Everyone’s work is greatly appreciated. Check out the issues listed in the CIE cleanup milestone for more tasks to work on.
Once a bug in the likelihood calculations is fixed in dev-json-caa, this branch will be merged into dev. By the end of the day today though it will be rebased and Nathan can branch off it to start adding projections and Meg and Ian can use it for their diagnostic work.
The case studies are mid-stream in an update to use {asar} and {stockplotr} for plotting. Thanks to help from Kyle and Sam we have two case studies nearly complete and we hope to get some help porting over the remaining ones this week.
FIMS ANNOUNCEMENTS
- 43 more days until the CIE Review; a big thanks to 👏Aaron Berger (NWFSC)👏 for stepping up to the be the chair of the CIE Review
- The design documents have been moved to
inst/include/design.md
and it is live in the dev-document branch. A big thank you to Kathryn, Bai, Andrea, and Adrianne for your help getting to this point.
UPCOMING EVENTS
Tuesday, {stockplotr}
FIMS Code Club Time: 13:00–14:00 E; 10:00–11:00 P; 9:00–10:00 AK; 7:00–8:00 H Location: Virtual Online: Google Meet
Wednesday, September 24
Using {stockplotr}
Time: 13:00–14:00 E; 10:00–11:00 P; 9:00–10:00 AK; 7:00–8:00 H Location: Virtual Online: Google meet
Thursday, September 25
Using {stockplotr}
Time: 16:00–17:00 E; 13:00–14:00 P; 12:00–13:00 AK; 10:00–11:00 H Location: Virtual Online: Google meet
Friday, September 26
Using {stockplotr}
Time: 10:00–11:00 E; 07:00–08:00 P; 06:00–07:00 AK; 04:00–05:00 H Location: Virtual Online: Google meet
PHOTO OF THE WEEK
doxygen use to be so foreign to me and I wished we could just use roxygen😒. Now, I feel more at home with doxygen and have even learned some tips (see below) to making it better and feel more roxygen like✅.
// To make a table of contents in a .md file
[TOC]
// Copy documentation from another function
@copydoc MyFunctionName
// Link to a function or file
`FunctionName()` `my_file.hpp`
// Insert an inline or block equation
\f$a-b=c/f$
\f[ \text{best} = \alpha - \beta \f]