Last updated: 2022-10-23

Checks: 7 0

Knit directory: emlr_mod_preprocessing/

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


Great! Since the R Markdown file has been committed to the Git repository, you know the exact version of the code that produced these results.

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(20200707) 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 e855cad. 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/

Untracked files:
    Untracked:  code/backup_analysis_scripts/Cant_CB_annual_all_models_backup_20220704.Rmd

Unstaged changes:
    Modified:   code/Workflowr_project_managment.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/index.Rmd) and HTML (docs/index.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 395be90 jens-daniel-mueller 2022-10-11 Build site.
html 1705342 jens-daniel-mueller 2022-10-10 Build site.
html e08317d jens-daniel-mueller 2022-10-10 Build site.
html cea25e3 jens-daniel-mueller 2022-10-10 Build site.
html e829a11 jens-daniel-mueller 2022-07-05 Build site.
html 89cbb74 jens-daniel-mueller 2022-05-26 Build site.
html 42bbb89 jens-daniel-mueller 2022-05-24 Build site.
html 40863a2 jens-daniel-mueller 2022-05-22 Build site.
html 2319f2e jens-daniel-mueller 2022-05-21 Build site.
html 2257c34 jens-daniel-mueller 2022-05-20 Build site.
html 06054b2 jens-daniel-mueller 2022-05-10 Build site.
html 9372960 Donghe-Zhu 2021-09-28 Build site.
html 2fb60d0 Donghe-Zhu 2021-07-07 Build site.
html 85b0624 Donghe-Zhu 2021-06-25 Build site.
html b256c65 jens-daniel-mueller 2021-06-09 Build site.
html 1daa3e5 Donghe-Zhu 2021-06-07 Build site.
html 9b3014a jens-daniel-mueller 2021-06-01 Build site.
html 5eacde3 jens-daniel-mueller 2021-06-01 Build site.
html 45a1c9e jens-daniel-mueller 2021-05-20 Build site.
html 59fce52 jens-daniel-mueller 2021-05-13 Build site.
html 6aa4f34 Donghe-Zhu 2021-02-06 Build site.
html 2eb6652 Donghe-Zhu 2021-01-27 Build site.
html 843587f Donghe-Zhu 2021-01-11 Build site.
html 2c85faf Donghe-Zhu 2021-01-05 Build site.
html 051c55a Donghe-Zhu 2020-12-23 Build site.
html e73a8c4 jens-daniel-mueller 2020-12-22 Build site.
html f66d4bc jens-daniel-mueller 2020-12-22 Build site.
html f6c7b00 jens-daniel-mueller 2020-12-21 Build site.
html 53b63ba Donghe-Zhu 2020-12-20 Build site.
Rmd f5e5500 Donghe-Zhu 2020-12-20 1
html f5e5500 Donghe-Zhu 2020-12-20 1
Rmd 07af163 Donghe-Zhu 2020-12-20 1
html 07af163 Donghe-Zhu 2020-12-20 1
html 9614d92 Donghe-Zhu 2020-12-19 Build site.
html c3590c6 Donghe-Zhu 2020-12-18 Build site.
html 7c12d28 Donghe-Zhu 2020-12-18 Build site.
html 92a8b42 jens-daniel-mueller 2020-12-16 Build site.
Rmd 076c8aa Jens Müller 2020-12-15 Initial commit

WELCOME!

On this website we present our ongoing ambition to quantify anthropogenic CO2 in the ocean based on observations.

Navigate trough the navbar on top to take a look at the various chapters of this project. The links in the upper right corner bring you to the source code of this project and to Jens’ homepage.


sessionInfo()
R version 4.1.2 (2021-11-01)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: openSUSE Leap 15.3

Matrix products: default
BLAS:   /usr/local/R-4.1.2/lib64/R/lib/libRblas.so
LAPACK: /usr/local/R-4.1.2/lib64/R/lib/libRlapack.so

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

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

other attached packages:
[1] workflowr_1.7.0

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.8       bslib_0.3.1      compiler_4.1.2   pillar_1.6.4    
 [5] later_1.3.0      git2r_0.29.0     jquerylib_0.1.4  tools_4.1.2     
 [9] getPass_0.2-2    digest_0.6.29    jsonlite_1.7.3   evaluate_0.14   
[13] tibble_3.1.6     lifecycle_1.0.1  pkgconfig_2.0.3  rlang_1.0.2     
[17] cli_3.1.1        rstudioapi_0.13  yaml_2.2.1       xfun_0.29       
[21] fastmap_1.1.0    httr_1.4.2       stringr_1.4.0    knitr_1.37      
[25] sass_0.4.0       fs_1.5.2         vctrs_0.3.8      rprojroot_2.0.2 
[29] glue_1.6.0       R6_2.5.1         processx_3.5.2   fansi_1.0.2     
[33] rmarkdown_2.11   callr_3.7.0      magrittr_2.0.1   whisker_0.4     
[37] ps_1.6.0         promises_1.2.0.1 htmltools_0.5.2  ellipsis_0.3.2  
[41] httpuv_1.6.5     utf8_1.2.2       stringi_1.7.6    crayon_1.4.2