R version 4.1.2 (2021-11-01) -- "Bird Hippie" Copyright (C) 2021 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > (job.dir <- readLines("JOBDIR", n=1)) [1] "/scratch/th798/data.table-revdeps/2025-04-02" > rmarkdown::render("analyze.Rmd") processing file: analyze.Rmd | | | 0% | |.. | 3% ordinary text without R code | |.... | 6% label: Ropts (with options) List of 1 $ echo: logi FALSE | |...... | 9% ordinary text without R code | |........ | 12% label: unnamed-chunk-1 (with options) List of 1 $ results: logi TRUE | |........... | 15% inline R code fragments | |............. | 18% label: unnamed-chunk-2 | |............... | 21% inline R code fragments | |................. | 24% label: unnamed-chunk-3 | |................... | 27% ordinary text without R code | |..................... | 30% label: unnamed-chunk-4 | |....................... | 33% inline R code fragments | |......................... | 36% label: unnamed-chunk-5 | |............................ | 39% inline R code fragments | |.............................. | 42% label: unnamed-chunk-6 | |................................ | 45% inline R code fragments | |.................................. | 48% label: unnamed-chunk-7 | |.................................... | 52% ordinary text without R code | |...................................... | 55% label: unnamed-chunk-8 | |........................................ | 58% ordinary text without R code | |.......................................... | 61% label: unnamed-chunk-9 | |............................................. | 64% ordinary text without R code | |............................................... | 67% label: unnamed-chunk-10 | |................................................. | 70% ordinary text without R code | |................................................... | 73% label: unnamed-chunk-11 | |..................................................... | 76% ordinary text without R code | |....................................................... | 79% label: unnamed-chunk-12 | |......................................................... | 82% ordinary text without R code | |........................................................... | 85% label: unnamed-chunk-13 | |.............................................................. | 88% inline R code fragments | |................................................................ | 91% label: unnamed-chunk-14 | |.................................................................. | 94% ordinary text without R code | |.................................................................... | 97% label: unnamed-chunk-15 | |......................................................................| 100% ordinary text without R code output file: analyze.knit.md /home/th798/.conda/envs/emacs1/bin/pandoc +RTS -K512m -RTS analyze.knit.md --to html4 --from markdown+autolink_bare_uris+tex_math_single_backslash --output analyze.html --lua-filter /projects/genomic-ml/R/4.1/rmarkdown/rmarkdown/lua/pagebreak.lua --lua-filter /projects/genomic-ml/R/4.1/rmarkdown/rmarkdown/lua/latex-div.lua --self-contained --variable bs3=TRUE --section-divs --template /projects/genomic-ml/R/4.1/rmarkdown/rmd/h/default.html --no-highlight --variable highlightjs=1 --variable theme=bootstrap --mathjax --variable 'mathjax-url=https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML' --include-in-header /tmp/th798/16231403/RtmpKcdP6Q/rmarkdown-str1c7a9a72575557.html Output created: analyze.html Warning messages: 1: In do_once((if (is_R_CMD_check()) stop else warning)("The function xfun::isFALSE() will be deprecated in the future. Please ", : The function xfun::isFALSE() will be deprecated in the future. Please consider using base::isFALSE(x) or identical(x, FALSE) instead. 2: In png(..., res = dpi, units = "in") : unable to open connection to X11 display '' > job.date <- basename(job.dir) > index.html <- file.path("analyze", job.date, "index.html") > unlink(index.html) > file.copy("analyze.html", index.html) [1] TRUE > analyze.dirs <- sort(Sys.glob("analyze/*"), decreasing=TRUE) > max.check.days <- 7 > keep.dirs <- analyze.dirs[1:min(max.check.days,length(analyze.dirs))] > (rm.dirs <- setdiff(analyze.dirs, keep.dirs)) [1] "analyze/2025-03-25" > unlink(rm.dirs, recursive=TRUE) > system("cd /projects/genomic-ml && unpublish_data data.table-revdeps && publish_data data.table-revdeps") public_data/data.table-revdeps unpublished /usr/bin/cp -rdl ../data.table-revdeps . data.table-revdeps has been published Any published files are now accessible at https://rcdata.nau.edu/genomic-ml > unlink("/scratch/th798/data.table-revdeps/*", recursive=TRUE) > >