Description of the research compendium prepared to structure the cumulative effects assessment of marine vessel activities in the St. Lawrence and the river Saguenay.
This repository contains the research compendium for the pilot project on the cumulative effects assessment of marine vessel activities in the St. Lawrence and the river Saguenay. It contains all the code to import, format, and integrate the datasets, and to run the analyses, create the figures, and render the assessment report.
Since the data are not included in the research compendium, the whole pipeline must be executed to reproduce the cumulative effects assessment. It must however be noted that not all data are openly available or accessible through open-data portals due to some data sharing agreements. It is therefore necessary to contact us or the contacts identified to obtain the necessary data.
Cite the research compendium as follows:
Beauchesne D (2022) Research compendium for the pilot project on the cumulative effects assessment of marine vessel activities in the St. Lawrence and the river Saguenay. Consulted on [AAAA-MM-JJ]. https://github.com/EffetsCumulatifsNavigation/ceanav.
This research compendium is structure as follows:
data-vulnerability/: contains the data for the vulnerability of valued components to environmental stressors
docs/: contains the web page for the research compendium generated by pkgdown
figures/: contains the project figures
figures-output: figures of assessment results
inst/templates: presentation templates used to present data
man/: contains the documentation of R functions built for the project
R/: contains all the R function developed for the project
00-pipeline.R
: contains a function that executes the whole project pipeline, i.e. accessing, formatting and integrating the raw data, run the analyses, generate the tables and figures, and render the assessment reports. Warning : this function, if executed in its entirety, will take a long time to run.ana_nom.R
: contains analyses scriptsdataXXXX-nom.R
: contains the routines to access and format raw datafig_nom.R
: contains scripts to generate figuresfnc_nom.R
: contains R function developed for the projectint-cv_nom.R
: contains the routines to integrate valued componentsint-st_nom.R
: contains the routines to integrate environmental stressorsrep_nom.R
: contain code to generate portions of the reports vuln_nom.R
: contains the routines to integrated the data on the vulnerability of valued components to environmental stressors
report/: contains the report
_pkgdown.yml
: metadata to generate the research compendium web page
DESCRIPTION
: project metadata README.Rmd
: research compendium descriptionClone and execute the following commands in your terminal:
R -e 'library(devtools);document()' R CMD INSTALL . R library(ceanav) pipeline()
Warning : this research compendium is not fully reproducible due to data sharing agreements imposing restrictions on sharing certain datasets.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.