GNU bug report logs -
#79763
[PATCH 0/2] Update r-import & its home-page.
Previous Next
To reply to this bug, email your comments to 79763 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
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):
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):
* 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):
* 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
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.