--- /srv/rebuilderd/tmp/rebuilderduSPRnJ/inputs/r-cran-xfun_0.51+dfsg-1_armel.deb +++ /srv/rebuilderd/tmp/rebuilderduSPRnJ/out/r-cran-xfun_0.51+dfsg-1_armel.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-02-25 23:47:10.000000 debian-binary │ --rw-r--r-- 0 0 0 2212 2025-02-25 23:47:10.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2116 2025-02-25 23:47:10.000000 control.tar.xz │ -rw-r--r-- 0 0 0 572728 2025-02-25 23:47:10.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── file list │ │ │ @@ -1,3 +1,3 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2025-02-25 23:47:10.000000 ./ │ │ │ --rw-r--r-- 0 root (0) root (0) 765 2025-02-25 23:47:10.000000 ./control │ │ │ +-rw-r--r-- 0 root (0) root (0) 502 2025-02-25 23:47:10.000000 ./control │ │ │ -rw-r--r-- 0 root (0) root (0) 4458 2025-02-25 23:47:10.000000 ./md5sums │ │ ├── ./control │ │ │ @@ -1,14 +1,13 @@ │ │ │ Package: r-cran-xfun │ │ │ Version: 0.51+dfsg-1 │ │ │ Architecture: armel │ │ │ Maintainer: Debian R Packages Maintainers │ │ │ Installed-Size: 773 │ │ │ Depends: r-api-4.0, libc6 (>= 2.4) │ │ │ -Recommends: r-cran-testit, r-cran-codetools, r-cran-rstudioapi, r-cran-tinytex (>= 0.30), r-cran-mime, r-cran-commonmark, r-cran-knitr (>= 1.47), r-cran-remotes, r-cran-renv, r-cran-curl, r-cran-xml2, r-cran-jsonlite, r-cran-magick, r-cran-yaml, r-cran-rmarkdown │ │ │ Section: gnu-r │ │ │ Priority: optional │ │ │ Homepage: https://cran.r-project.org/package=xfun │ │ │ Description: miscellaneous GNU R functions by 'Yihui Xie' │ │ │ This package provides miscellaneous functions for GNU R commonly used in │ │ │ other packages maintained by 'Yihui Xie'. For instance it is needed in │ │ │ r-cran-tinytex. │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/R/site-library/xfun/R/xfun.rdb │ │ │ ├── Rscript --vanilla - {} │ │ │ │ @@ -419,15 +419,15 @@ │ │ │ │ } │ │ │ │ if (length(x) == 1 && !asis) │ │ │ │ x │ │ │ │ else paste0("[", paste(x, collapse = ", "), "]") │ │ │ │ } │ │ │ │ } │ │ │ │ │ │ │ │ -.this.year (character) = " year = {2025}," │ │ │ │ +.this.year (character) = " year = {2026}," │ │ │ │ │ │ │ │ .tojson (closure) = function (x, n = 1) │ │ │ │ { │ │ │ │ make_array = function(..., braces = c("[", "]")) { │ │ │ │ inner = paste0(strrep(" ", n), ..., collapse = ",\n") │ │ │ │ paste0(braces[1], "\n", inner, "\n", strrep(" ", n - │ │ │ │ 1), braces[2])