Revised Fisheries Act: “... the Minister shall take into account the environmental conditions affecting a fish stock."
r colorize("Yet <50\\% of DFO’s stock assessments use environmental data", "blue")
Only 28% in Pacific Region
\pause
r colorize("Leading cause of not using environmental data is availability of the data:", "red")
r colorize("where")
to find itr colorize("wrangling")
it (e.g netCDF into R)r colorize("understanding")
it\pause
r colorize("usable information", "red")
R is the computer programming language most widely used by DFO stock assessment scientists (the primary audience).
An R package is the standard way to share code (and data).
Easy installation:
\textcolor{red}{\texttt{remotes::install_github("pbs-assess/pacea")}}
\pause
Ensures proper documentation of data objects and functions.
Vignettes that walk users through various features,
r colorize("already rendered on GitHub", color = "blue")
.
Custom plotting files, fully open source.
\pause
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.