Last updated: 2021-10-03

Checks: 6 1

Knit directory: WP1/

This reproducible R Markdown analysis was created with workflowr (version 1.6.2). The Checks tab describes the reproducibility checks that were applied when the results were created. The Past versions tab lists the development history.


The R Markdown file has unstaged changes. To know which version of the R Markdown file created these results, you’ll want to first commit it to the Git repo. If you’re still working on the analysis, you can ignore this warning. When you’re finished, you can run wflow_publish to commit the R Markdown file and build the HTML.

Great job! The global environment was empty. Objects defined in the global environment can affect the analysis in your R Markdown file in unknown ways. For reproduciblity it’s best to always run the code in an empty environment.

The command set.seed(20210216) was run prior to running the code in the R Markdown file. Setting a seed ensures that any results that rely on randomness, e.g. subsampling or permutations, are reproducible.

Great job! Recording the operating system, R version, and package versions is critical for reproducibility.

Nice! There were no cached chunks for this analysis, so you can be confident that you successfully produced the results during this run.

Great job! Using relative paths to the files within your workflowr project makes it easier to run your code on other machines.

Great! You are using Git for version control. Tracking code development and connecting the code version to the results is critical for reproducibility.

The results in this page were generated with repository version 1835433. See the Past versions tab to see a history of the changes made to the R Markdown and HTML files.

Note that you need to be careful to ensure that all relevant files for the analysis have been committed to Git prior to generating the results (you can use wflow_publish or wflow_git_commit). workflowr only checks the R Markdown file, but you know if there are other scripts or data files that it depends on. Below is the status of the Git repository when the results were generated:


Ignored files:
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    metadata/pangaea_parameters.tab

Unstaged changes:
    Modified:   analysis/2021_analysis.Rmd
    Modified:   code/FACE_IT_2021.R
    Modified:   code/data_product.R

Note that any generated files, e.g. HTML, png, CSS, etc., are not included in this status report because it is ok for generated content to have uncommitted changes.


These are the previous versions of the repository in which changes were made to the R Markdown (analysis/2021_analysis.Rmd) and HTML (docs/2021_analysis.html) files. If you’ve configured a remote Git repository (see ?wflow_git_remote), click on the hyperlinks in the table below to view the files as they were in that past version.

File Version Author Date Message
html 3e117d4 Robert 2021-09-30 Build site.
Rmd b3cfda8 Robert 2021-09-30 Re-built site.
html ad77318 Robert 2021-09-30 Build site.
Rmd 72feb91 Robert 2021-09-30 Rough plots for analysis talk
html 72feb91 Robert 2021-09-30 Rough plots for analysis talk
Rmd 657b15d Robert 2021-09-29 More work towards the analysis talk
Rmd c03fcc9 Robert 2021-09-28 More work on analysis talk and sourced the Svalbard population data
html c03fcc9 Robert 2021-09-28 More work on analysis talk and sourced the Svalbard population data
Rmd a010b46 Robert 2021-09-28 Workflowr issues
html a010b46 Robert 2021-09-28 Workflowr issues
Rmd 31b16a4 Robert 2021-09-28 Rearrange talks to now be part of the WP1 website. Full version of summary talk complete.
html 31b16a4 Robert 2021-09-28 Rearrange talks to now be part of the WP1 website. Full version of summary talk complete.


Anthropogenic impacts in Isfjorden


  • What can we currently say about local anthropogenic effects on Isfjorden?
    • With a specific focus on social science data
  • Keep in mind this analysis is just an example to stimulate thought about real analyses
    • These then are to be used for the review paper

Isfjorden data


Figure 1: High level overview of the data available for Isfjorden. The acronyms for the variable groups seen throughout the figure are: bio = biology, chem = chemistry, cryo = cryosphere, phys = physical, soc = social (currently there are no social data for Isfjorden). A) Metadata showing the range of values available within the data. B) Spatial summary of data available per ~1 km grouping. Note that there are some important moorings outside of this bounding box that are included in the data counts. C) Temporal summary of available data. D) Summmary of data available by depth. Note that all of the data summaries are log10 transformed. For C) and D) the log10 transformation is applied before the data are stacked by category, which gives the impression that there are much more data are than there are."


Human presence in Svalbard


Pop

Tourists

Nights

Nutrients

ChlA

Vader et al. (In prep)

ChlA vs. Pop

Cryosphere data

Shifts in phenology

Population vs. nutrients

  • For the analysis:
    • Get the number of inhabitants of Longyearbyen over time and relate that to nutrient concentration
    • Also want to look at relationships with ice cover and any sort of physical phenology


Summary


  • The aggregated data products showcased in this talk are intended to be used by other FACE-IT members for their research as well as to be used for a review of change in the FACE-IT study sites
  • The review paper is designed to be a collaborative process for many members of FACE-IT
    • Co-authorship requires contribution of data, text, figures, ideas etc.
    • Site coordinators will be contacted first
  • Timeline:
    • Data collection (underway)
    • Analyses (April, 2022)
    • Writing up (September, 2022)
    • Manuscript submitted for review (October, 2022)

R version 4.1.1 (2021-08-10)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.3 LTS

Matrix products: default
BLAS:   /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0

locale:
 [1] LC_CTYPE=en_GB.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_CA.UTF-8        LC_COLLATE=en_GB.UTF-8    
 [5] LC_MONETARY=en_CA.UTF-8    LC_MESSAGES=en_GB.UTF-8   
 [7] LC_PAPER=en_CA.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_CA.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.7       whisker_0.4      knitr_1.34       magrittr_2.0.1  
 [5] workflowr_1.6.2  R6_2.5.1         rlang_0.4.11     fastmap_1.1.0   
 [9] fansi_0.5.0      stringr_1.4.0    tools_4.1.1      xfun_0.26       
[13] utf8_1.2.2       git2r_0.28.0     jquerylib_0.1.4  htmltools_0.5.2 
[17] ellipsis_0.3.2   rprojroot_2.0.2  yaml_2.2.1       digest_0.6.28   
[21] tibble_3.1.4     lifecycle_1.0.0  crayon_1.4.1     later_1.3.0     
[25] sass_0.4.0       vctrs_0.3.8      promises_1.2.0.1 fs_1.5.0        
[29] glue_1.4.2       evaluate_0.14    rmarkdown_2.11   stringi_1.7.4   
[33] bslib_0.3.0      compiler_4.1.1   pillar_1.6.2     jsonlite_1.7.2  
[37] httpuv_1.6.3     pkgconfig_2.0.3