--- /tmp/rebuilderdePucsV/inputs/r-cran-tweenr_2.0.3-1_riscv64.deb +++ /tmp/rebuilderdePucsV/out/r-cran-tweenr_2.0.3-1_riscv64.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2024-03-24 09:47:21.000000 debian-binary │ --rw-r--r-- 0 0 0 1756 2024-03-24 09:47:21.000000 control.tar.xz │ --rw-r--r-- 0 0 0 423040 2024-03-24 09:47:21.000000 data.tar.xz │ +-rw-r--r-- 0 0 0 1732 2024-03-24 09:47:21.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 423004 2024-03-24 09:47:21.000000 data.tar.xz ├── control.tar.xz │ ├── control.tar │ │ ├── file list │ │ │ @@ -1,3 +1,3 @@ │ │ │ drwxr-xr-x 0 root (0) root (0) 0 2024-03-24 09:47:21.000000 ./ │ │ │ --rw-r--r-- 0 root (0) root (0) 830 2024-03-24 09:47:21.000000 ./control │ │ │ +-rw-r--r-- 0 root (0) root (0) 780 2024-03-24 09:47:21.000000 ./control │ │ │ -rw-r--r-- 0 root (0) root (0) 2760 2024-03-24 09:47:21.000000 ./md5sums │ │ ├── ./control │ │ │ @@ -1,15 +1,13 @@ │ │ │ Package: r-cran-tweenr │ │ │ Version: 2.0.3-1 │ │ │ Architecture: riscv64 │ │ │ Maintainer: Debian R Packages Maintainers │ │ │ Installed-Size: 730 │ │ │ Depends: r-api-4.0, r-cran-farver, r-cran-magrittr, r-cran-rlang, r-cran-vctrs, r-cran-cpp11 (>= 0.4.2), libc6 (>= 2.27), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2) │ │ │ -Recommends: r-cran-testthat │ │ │ -Suggests: r-cran-covr │ │ │ Section: gnu-r │ │ │ Priority: optional │ │ │ Homepage: https://cran.r-project.org/package=tweenr │ │ │ Description: GNU R interpolate data for smooth animations │ │ │ In order to create smooth animation between states of data, │ │ │ tweening is necessary. This package provides a range of functions for │ │ │ creating tweened data that can be used as basis for animation. Furthermore │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/R/site-library/tweenr/R/tweenr.rdb │ │ │ ├── Rscript --vanilla - {} │ │ │ │ @@ -312,15 +312,15 @@ │ │ │ │ attr(frames, "nframes") <- nframes + nframes_before - 1 │ │ │ │ attr(frames, "max_id") <- find_max_id(prior, new_tween) │ │ │ │ frames │ │ │ │ } │ │ │ │ │ │ │ │ BASEDATE (double) = structure(0, class = "Date") │ │ │ │ │ │ │ │ -BASEDATETIME (double) = structure(-4.10079956054688e-05, class = c("POSIXct", "POSIXt" │ │ │ │ +BASEDATETIME (double) = structure(-4.69684600830078e-05, class = c("POSIXct", "POSIXt" │ │ │ │ )) │ │ │ │ │ │ │ │ PHASE_LEVELS (character) = c("raw", "static", "transition", "enter", "exit") │ │ │ │ │ │ │ │ add_keyframe (closure) = function (.data, keyframe, ease, length, id = NULL, enter = NULL, │ │ │ │ exit = NULL) │ │ │ │ {