Last updated: 2021-10-17

Checks: 7 0

Knit directory: Test/

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.


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(20210926) 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 a0334ed. 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:    .DS_Store
    Ignored:    .Rhistory
    Ignored:    .Rproj.user/
    Ignored:    data/.DS_Store
    Ignored:    data/Stabiliseur/
    Ignored:    data/json/
    Ignored:    data/plan/
    Ignored:    fig/
    Ignored:    workflowr.R

Untracked files:
    Untracked:  analysis/2021-10-12b.Rmd

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/daily_results.Rmd) and HTML (docs/daily_results.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
Rmd a0334ed cfcforever 2021-10-17 some changes
html e993f1f cfcforever 2021-10-16 Build site.
Rmd c2bea1a cfcforever 2021-10-16 some changes
html af1930b cfcforever 2021-10-15 Build site.
html 9fddb05 cfcforever 2021-10-15 Build site.
Rmd 425daab cfcforever 2021-10-15 add new analysis
html d2ea606 cfcforever 2021-10-15 Build site.
Rmd 1897515 cfcforever 2021-10-15 add new analysis
html 32dd6d2 cfcforever 2021-10-14 Build site.
Rmd fab9a3b cfcforever 2021-10-14 some changes
html 16ef95b cfcforever 2021-10-13 Build site.
Rmd 1ccbb56 cfcforever 2021-10-13 some changes
html d8c9a7d cfcforever 2021-10-12 Build site.
Rmd 4232d1d cfcforever 2021-10-12 some changes
html 1c465e6 cfcforever 2021-10-12 Build site.
html 8b824d6 cfcforever 2021-10-11 Build site.
Rmd e876377 cfcforever 2021-10-11 some changes
html e82ad68 cfcforever 2021-10-11 Build site.
Rmd a7f5301 cfcforever 2021-10-11 some changes
html 6d8880c cfcforever 2021-10-09 Build site.
Rmd 6e22e0f cfcforever 2021-10-09 some changes
html 170e34a cfcforever 2021-10-09 Build site.
html 87a6b59 cfcforever 2021-10-08 Build site.
Rmd 4c6a380 cfcforever 2021-10-08 add new analysis
html c298dbc cfcforever 2021-10-07 Build site.
html 5dff6e2 cfcforever 2021-10-06 Build site.
Rmd fb77e4c cfcforever 2021-10-06 add new analysis
html fe95fbe cfcforever 2021-10-06 Build site.
Rmd 7876e49 cfcforever 2021-10-06 some changes
Rmd df6edba cfcforever 2021-10-06 some changes
html e7b5272 cfcforever 2021-10-06 Build site.
Rmd 48cfaa2 cfcforever 2021-10-06 add new analysis
html b24f969 cfcforever 2021-10-05 Build site.
Rmd a0a3966 cfcforever 2021-10-05 add new analysis
html 99b80c9 cfcforever 2021-10-04 Build site.
html 5fe63f5 cfcforever 2021-10-04 Build site.
html 613bb48 cfcforever 2021-10-03 Build site.
Rmd 7bdb81a cfcforever 2021-10-03 some changes
html 7bdb81a cfcforever 2021-10-03 some changes
html 22ce931 cfcforever 2021-10-03 Build site.
Rmd c853e8e cfcforever 2021-10-03 add new analysis

Daily report

today = "2021-10-16"
days = rev(seq(as.Date("2021-09-25"),to=as.Date(today),by='1 day'))

m = matrix(paste0('<a href="https://cfcforever.github.io/Test/', days, '.html">', days, '</a>'), nrow = length(days))
colnames(m) = c('<b>Date</b>')

datatable(m, escape = FALSE, options = list(pageLength = 5))

Individual cases

2021-10-14

We want to verify the data from Compass as the same as the data from the server.

2021-10-14-000-0100

2021-10-14-000-2200

Conclusion: Yes! They are the SAME!


sessionInfo()
R version 4.0.2 (2020-06-22)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Catalina 10.15.7

Matrix products: default
BLAS:   /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

locale:
[1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8

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

other attached packages:
 [1] scales_1.1.1     DT_0.17          readxl_1.3.1     lubridate_1.7.10
 [5] dplyr_1.0.6      nnet_7.3-14      kableExtra_1.1.0 rjson_0.2.20    
 [9] cowplot_1.1.0    gifski_0.8.6     gganimate_1.0.7  ggplot2_3.3.3   
[13] workflowr_1.6.2 

loaded via a namespace (and not attached):
 [1] progress_1.2.2    tidyselect_1.1.0  xfun_0.25         purrr_0.3.4      
 [5] colorspace_1.4-1  vctrs_0.3.8       generics_0.1.0    viridisLite_0.3.0
 [9] htmltools_0.5.0   yaml_2.2.1        utf8_1.1.4        rlang_0.4.11     
[13] later_1.1.0.1     pillar_1.6.0      glue_1.4.1        withr_2.4.2      
[17] DBI_1.1.1         tweenr_1.0.1      lifecycle_1.0.0   stringr_1.4.0    
[21] cellranger_1.1.0  munsell_0.5.0     gtable_0.3.0      rvest_1.0.0      
[25] htmlwidgets_1.5.1 evaluate_0.14     knitr_1.33        crosstalk_1.1.0.1
[29] httpuv_1.5.4      fansi_0.4.1       Rcpp_1.0.5        readr_1.4.0      
[33] promises_1.1.1    backports_1.1.8   jsonlite_1.7.2    webshot_0.5.2    
[37] farver_2.0.3      fs_1.5.0          hms_1.0.0         digest_0.6.25    
[41] stringi_1.4.6     grid_4.0.2        rprojroot_1.3-2   tools_4.0.2      
[45] magrittr_2.0.1    tibble_3.1.1      crayon_1.4.1      whisker_0.4      
[49] pkgconfig_2.0.3   ellipsis_0.3.1    xml2_1.3.2        prettyunits_1.1.1
[53] httr_1.4.2        rstudioapi_0.13   assertthat_0.2.1  rmarkdown_2.10   
[57] R6_2.4.1          git2r_0.28.0      compiler_4.0.2