Session Info

Information about the computing environment is important for reproducibility. A summary of the computing environment is saved to session_info.csv that can be viewed and downloaded from https://github.com/NewGraphEnvironment/fish_passage_skeena_2022_reporting/blob/main/data/session_info.csv.

if(gitbook_on){
  devtools::session_info(to_file = 'data/session_info.csv')
} else {
  devtools::session_info()
}