--- /srv/rebuilderd/tmp/rebuilderd9DMXpK/inputs/r-cran-gert_2.1.4+dfsg-1+b1_armel.deb +++ /srv/rebuilderd/tmp/rebuilderd9DMXpK/out/r-cran-gert_2.1.4+dfsg-1+b1_armel.deb ├── file list │ @@ -1,3 +1,3 @@ │ -rw-r--r-- 0 0 0 4 2025-04-04 17:11:25.000000 debian-binary │ --rw-r--r-- 0 0 0 2148 2025-04-04 17:11:25.000000 control.tar.xz │ +-rw-r--r-- 0 0 0 2128 2025-04-04 17:11:25.000000 control.tar.xz │ -rw-r--r-- 0 0 0 244988 2025-04-04 17:11:25.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-04-04 17:11:25.000000 ./ │ │ │ --rw-r--r-- 0 root (0) root (0) 943 2025-04-04 17:11:25.000000 ./control │ │ │ +-rw-r--r-- 0 root (0) root (0) 880 2025-04-04 17:11:25.000000 ./control │ │ │ -rw-r--r-- 0 root (0) root (0) 3798 2025-04-04 17:11:25.000000 ./md5sums │ │ ├── ./control │ │ │ @@ -1,15 +1,14 @@ │ │ │ Package: r-cran-gert │ │ │ Source: r-cran-gert (2.1.4+dfsg-1) │ │ │ Version: 2.1.4+dfsg-1+b1 │ │ │ Architecture: armel │ │ │ Maintainer: Debian R Packages Maintainers │ │ │ Installed-Size: 373 │ │ │ Depends: r-api-4.0, r-cran-askpass, r-cran-credentials (>= 1.2.1), r-cran-openssl (>= 2.0.3), r-cran-rstudioapi (>= 0.11), r-cran-sys, r-cran-zip (>= 2.1.0), libc6 (>= 2.8), libgit2-1.9 (>= 1.9.0) │ │ │ -Recommends: r-cran-spelling, r-cran-rmarkdown, r-cran-testthat │ │ │ Suggests: r-cran-knitr │ │ │ Section: gnu-r │ │ │ Priority: optional │ │ │ Homepage: https://cran.r-project.org/package=gert │ │ │ Description: simple git client for GNU R │ │ │ Simple git client for R based on 'libgit2' with support for SSH and │ │ │ HTTPS remotes. All functions in 'gert' use basic R data types (such as vectors │ │ ├── ./md5sums │ │ │ ├── ./md5sums │ │ │ │┄ Files differ ├── data.tar.xz │ ├── data.tar │ │ ├── ./usr/lib/R/site-library/gert/doc/gert.html │ │ │ @@ -170,15 +170,15 @@ │ │ │ git config --global user.email 'jerry@gmail.com' │ │ │ git config --global --list │ │ │ │ │ │

To inspect and change local Git config, i.e. options specific to one repository, use git_config() and git_config_set().

│ │ │

Local repository basics

│ │ │

gert::git_init() is essentially git init; it’s how we create a new local repository. You provide the path to the repository you want to create.

│ │ │
(path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ -#> [1] "/tmp/RtmpAnrTF6/aaa/bbb/repo_ccc"
│ │ │ +#> [1] "/tmp/Rtmp1nrlXV/aaa/bbb/repo_ccc"
│ │ │  dir.exists(path)
│ │ │  #> [1] FALSE
│ │ │  
│ │ │  (r <- git_init(path))
│ │ │  #> Error in git_init(path): could not find function "git_init"
│ │ │  dir.exists(path)
│ │ │  #> [1] FALSE
│ │ │ ├── html2text {}
│ │ │ │ @@ -31,15 +31,15 @@
│ │ │ │  git config --global --list
│ │ │ │  To inspect and change local Git config, i.e. options specific to one
│ │ │ │  repository, use git_config() and git_config_set().
│ │ │ │  ********** LLooccaall rreeppoossiittoorryy bbaassiiccss **********
│ │ │ │  gert::git_init() is essentially git init; it’s how we create a new local
│ │ │ │  repository. You provide the path to the repository you want to create.
│ │ │ │  (path <- file.path(tempdir(), "aaa", "bbb", "repo_ccc"))
│ │ │ │ -#> [1] "/tmp/RtmpAnrTF6/aaa/bbb/repo_ccc"
│ │ │ │ +#> [1] "/tmp/Rtmp1nrlXV/aaa/bbb/repo_ccc"
│ │ │ │  dir.exists(path)
│ │ │ │  #> [1] FALSE
│ │ │ │  
│ │ │ │  (r <- git_init(path))
│ │ │ │  #> Error in git_init(path): could not find function "git_init"
│ │ │ │  dir.exists(path)
│ │ │ │  #> [1] FALSE