GNU bug report logs - #79763
[PATCH 0/2] Update r-import & its home-page.

Previous Next

Package: guix-patches;

Reported by: Jonas Freimuth <jonas.freimuth <at> posteo.de>

Date: Mon, 3 Nov 2025 22:26:01 UTC

Severity: normal

Tags: patch

Done: Simon Tournier <zimon.toutoune <at> gmail.com>

To reply to this bug, email your comments to 79763 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#79763; Package guix-patches. (Mon, 03 Nov 2025 22:26:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jonas Freimuth <jonas.freimuth <at> posteo.de>:
New bug report received and forwarded. Copy sent to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org. (Mon, 03 Nov 2025 22:26:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jonas Freimuth <jonas.freimuth <at> posteo.de>
To: guix-patches <at> gnu.org
Cc: Jonas Freimuth <jonas.freimuth <at> posteo.de>
Subject: [PATCH 0/2] Update r-import & its home-page.
Date: Sun, 02 Nov 2025 21:10:19 +0000
This patch updates the R import CRAN package from 1.3.2 to 1.3.4. See
<https://rticulate.github.io/import/news/index.html> for the detailed changes.
With the version update, a new URL for the package home page is also set, as
the old domain is no longer under the control of the author.

Jonas Freimuth (2):
  gnu: r-import: Update to 1.3.4.
  gnu: r-import: Update home-page

 gnu/packages/cran.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)


base-commit: 8fbfa3c4c32bede6401af2def8f81daff8bbb754
-- 
2.51.2





Information forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#79763; Package guix-patches. (Tue, 04 Nov 2025 08:22:03 GMT) Full text and rfc822 format available.

Message #8 received at 79763 <at> debbugs.gnu.org (full text, mbox):

From: Jonas Freimuth <jonas.freimuth <at> posteo.de>
To: 79763 <at> debbugs.gnu.org
Cc: Jonas Freimuth <jonas.freimuth <at> posteo.de>
Subject: [PATCH 2/2] gnu: r-import: Update home-page
Date: Tue, 04 Nov 2025 07:03:55 +0000
* gnu/packages/cran.scm (r-import)[home-page]: rticulate.org is
  no longer under the control of the package author. The official
  home page is now hosted at github.io. See
  <https://github.com/rticulate/import/issues/102#issuecomment-3376610296>
  for mor information.

Change-Id: I1513fcfea1ba8ad14813ad8929d06d3fc1fa36b0
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index eeacea738d3..5d88af0bb40 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22049,7 +22049,7 @@ (define-public r-import
     (build-system r-build-system)
     (native-inputs
      (list r-knitr r-rmarkdown r-testthat))
-    (home-page "https://github.com/smbache/import")
+    (home-page "https://rticulate.github.io/import/")
     (synopsis "Import mechanism for R")
     (description
      "This is an alternative mechanism for importing objects from packages.
-- 
2.51.2





Information forwarded to laurent.gatto <at> gmail.com, rekado <at> elephly.net, zimon.toutoune <at> gmail.com, guix-patches <at> gnu.org:
bug#79763; Package guix-patches. (Tue, 04 Nov 2025 08:22:03 GMT) Full text and rfc822 format available.

Message #11 received at 79763 <at> debbugs.gnu.org (full text, mbox):

From: Jonas Freimuth <jonas.freimuth <at> posteo.de>
To: 79763 <at> debbugs.gnu.org
Cc: Jonas Freimuth <jonas.freimuth <at> posteo.de>
Subject: [PATCH 1/2] gnu: r-import: Update to 1.3.4.
Date: Tue, 04 Nov 2025 07:03:45 +0000
* gnu/packages/cran.scm (r-import): Update to 1.3.4.

Change-Id: I61781fae0b164dc1ddd1a2f2a10c0d5b4dae7398
---
 gnu/packages/cran.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 7d975d22e80..eeacea738d3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2024 Marco Baggio <guix <at> mawumag.com>
 ;;; Copyright © 2024, 2025 Spencer King <spencer.king <at> wustl.edu>
 ;;; Copyright © 2024-2025 Tor-björn Claesson <tclaesson <at> gmail.com>
+;;; Copyright © 2025 Jonas Freimuth <jonas.freimuth <at> posteo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -22037,14 +22038,14 @@ (define-public r-imifa
 (define-public r-import
   (package
     (name "r-import")
-    (version "1.3.2")
+    (version "1.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "import" version))
        (sha256
         (base32
-         "0ngakg8jqn76c05hrglp4hmmwvm5a9ldc9s1i83a9rc8lni6nb1j"))))
+         "0i87mlhjig7hzk8fgk3yij1shfwbwa4r05jagibqlv7rabls260g"))))
     (build-system r-build-system)
     (native-inputs
      (list r-knitr r-rmarkdown r-testthat))
-- 
2.51.2





Reply sent to Simon Tournier <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Fri, 07 Nov 2025 17:16:02 GMT) Full text and rfc822 format available.

Notification sent to Jonas Freimuth <jonas.freimuth <at> posteo.de>:
bug acknowledged by developer. (Fri, 07 Nov 2025 17:16:03 GMT) Full text and rfc822 format available.

Message #16 received at 79763-done <at> debbugs.gnu.org (full text, mbox):

From: Simon Tournier <zimon.toutoune <at> gmail.com>
To: Jonas Freimuth <jonas.freimuth <at> posteo.de>, 79763-done <at> debbugs.gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>,
 Jonas Freimuth <jonas.freimuth <at> posteo.de>,
 Laurent Gatto <laurent.gatto <at> gmail.com>
Subject: Re: [bug#79763] [PATCH 0/2] Update r-import & its home-page.
Date: Fri, 07 Nov 2025 17:56:42 +0100
Hi,

On Sun, 02 Nov 2025 at 21:10, Jonas Freimuth <jonas.freimuth <at> posteo.de> wrote:

>  gnu/packages/cran.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks.  Merged with e16e36ba2e7120fee7bdf2cbf2f69bffa013b108.

Cheers,
simon




This bug report was last modified 24 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.