Skip to contents

Logs the current date and time and session info, and switches logging off.

Usage

finish_log()

Value

None, the function is invoked for its side effect.

See also

Examples

finish_log()
#> INFO [2025-10-29 12:02:58] Finished analysis. Wed Oct 29 12:02:58 2025
#> Session info:
#> 
#> INFO [2025-10-29 12:02:58] R version 4.5.1 (2025-06-13)
#> INFO [2025-10-29 12:02:58] Platform: x86_64-pc-linux-gnu
#> INFO [2025-10-29 12:02:58] Running under: Ubuntu 24.04.3 LTS
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] Matrix products: default
#> INFO [2025-10-29 12:02:58] BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3 
#> INFO [2025-10-29 12:02:58] LAPACK: /usr/lib/x86_64-linux-gnu/openblas-pthread/libopenblasp-r0.3.26.so;  LAPACK version 3.12.0
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] locale:
#> INFO [2025-10-29 12:02:58]  [1] LC_CTYPE=en_US.UTF-8       LC_NUMERIC=C              
#> INFO [2025-10-29 12:02:58]  [3] LC_TIME=en_US.UTF-8        LC_COLLATE=C              
#> INFO [2025-10-29 12:02:58]  [5] LC_MONETARY=en_US.UTF-8    LC_MESSAGES=en_US.UTF-8   
#> INFO [2025-10-29 12:02:58]  [7] LC_PAPER=en_US.UTF-8       LC_NAME=C                 
#> INFO [2025-10-29 12:02:58]  [9] LC_ADDRESS=C               LC_TELEPHONE=C            
#> INFO [2025-10-29 12:02:58] [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C       
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] time zone: UTC
#> INFO [2025-10-29 12:02:58] tzcode source: system (glibc)
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] attached base packages:
#> INFO [2025-10-29 12:02:58] [1] stats4    stats     graphics  grDevices utils     datasets  methods  
#> INFO [2025-10-29 12:02:58] [8] base     
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] other attached packages:
#> INFO [2025-10-29 12:02:58]  [1] notame_0.99.9               SummarizedExperiment_1.39.2
#> INFO [2025-10-29 12:02:58]  [3] Biobase_2.69.1              GenomicRanges_1.61.8       
#> INFO [2025-10-29 12:02:58]  [5] Seqinfo_0.99.4              IRanges_2.43.8             
#> INFO [2025-10-29 12:02:58]  [7] S4Vectors_0.47.6            BiocGenerics_0.55.4        
#> INFO [2025-10-29 12:02:58]  [9] generics_0.1.4              MatrixGenerics_1.21.0      
#> INFO [2025-10-29 12:02:58] [11] matrixStats_1.5.0           ggplot2_4.0.0              
#> INFO [2025-10-29 12:02:58] 
#> INFO [2025-10-29 12:02:58] loaded via a namespace (and not attached):
#> INFO [2025-10-29 12:02:58]  [1] gtable_0.3.6         xfun_0.53            bslib_0.9.0         
#> INFO [2025-10-29 12:02:58]  [4] httr2_1.2.1          htmlwidgets_1.6.4    lattice_0.22-7      
#> INFO [2025-10-29 12:02:58]  [7] notameStats_0.99.2   vctrs_0.6.5          tools_4.5.1         
#> INFO [2025-10-29 12:02:58] [10] parallel_4.5.1       curl_7.0.0           fansi_1.0.6         
#> INFO [2025-10-29 12:02:58] [13] tibble_3.3.0         pkgconfig_2.0.3      Matrix_1.7-4        
#> INFO [2025-10-29 12:02:58] [16] RColorBrewer_1.1-3   S7_0.2.0             desc_1.4.3          
#> INFO [2025-10-29 12:02:58] [19] lifecycle_1.0.4      compiler_4.5.1       farver_2.1.2        
#> INFO [2025-10-29 12:02:58] [22] textshaping_1.0.4    fontawesome_0.5.3    codetools_0.2-20    
#> INFO [2025-10-29 12:02:58] [25] htmltools_0.5.8.1    sass_0.4.10          yaml_2.3.10         
#> INFO [2025-10-29 12:02:58] [28] pillar_1.11.1        pkgdown_2.1.3        jquerylib_0.1.4     
#> INFO [2025-10-29 12:02:58] [31] whisker_0.4.1        BiocParallel_1.43.4  openssl_2.3.4       
#> INFO [2025-10-29 12:02:58] [34] DelayedArray_0.35.4  cachem_1.1.0         abind_1.4-8         
#> INFO [2025-10-29 12:02:58] [37] notameViz_0.99.6     tidyselect_1.2.1     digest_0.6.37       
#> INFO [2025-10-29 12:02:58] [40] dplyr_1.1.4          purrr_1.1.0          fastmap_1.2.0       
#> INFO [2025-10-29 12:02:58] [43] grid_4.5.1           cli_3.6.5            SparseArray_1.9.1   
#> INFO [2025-10-29 12:02:58] [46] magrittr_2.0.4       S4Arrays_1.9.2       withr_3.0.2         
#> INFO [2025-10-29 12:02:58] [49] scales_1.4.0         rappdirs_0.3.3       lambda.r_1.2.4      
#> INFO [2025-10-29 12:02:58] [52] rmarkdown_2.30       XVector_0.49.3       igraph_2.2.1        
#> INFO [2025-10-29 12:02:58] [55] futile.logger_1.4.3  ragg_1.5.0           askpass_1.2.1       
#> INFO [2025-10-29 12:02:58] [58] memoise_2.0.1        evaluate_1.0.5       knitr_1.50          
#> INFO [2025-10-29 12:02:58] [61] viridisLite_0.4.2    futile.options_1.0.1 rlang_1.1.6         
#> INFO [2025-10-29 12:02:58] [64] downlit_0.4.4        glue_1.8.0           formatR_1.14        
#> INFO [2025-10-29 12:02:58] [67] BiocManager_1.30.26  xml2_1.4.1           rstudioapi_0.17.1   
#> INFO [2025-10-29 12:02:58] [70] jsonlite_2.0.0       R6_2.6.1             systemfonts_1.3.1   
#> INFO [2025-10-29 12:02:58] [73] fs_1.6.6