* [PR PATCH] Update R to 4.4.1
@ 2024-10-22 4:27 cplir-c
2024-10-22 6:35 ` [PR PATCH] [Updated] " cplir-c
` (8 more replies)
0 siblings, 9 replies; 10+ messages in thread
From: cplir-c @ 2024-10-22 4:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 708 bytes --]
There is a new pull request by cplir-c against master on the void-packages repository
https://github.com/cplir-c/void-packages update-r
https://github.com/void-linux/void-packages/pull/52731
Update R to 4.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**
I built the package and am using it on my system right now. It seems to work well!
- I built this PR locally for my native architecture, (x86_64-musl)
xbps-src says
```
=> ERROR: R-4.4.1_1: cannot be cross compiled...
=> ERROR: R-4.4.1_1: yes
```
when I attempt to run a cross-compilation. I tried aarch64-musl and armv7l.
A patch file from https://github.com/void-linux/void-packages/pull/52731.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-r-52731.patch --]
[-- Type: text/x-diff, Size: 1087 bytes --]
From 354809dff1c2d66533bb39465973dc1d54c64763 Mon Sep 17 00:00:00 2001
From: cplir-c <31234188+cplir-c@users.noreply.github.com>
Date: Mon, 21 Oct 2024 22:57:43 -0500
Subject: [PATCH] Update R to 4.4.1
---
srcpkgs/R/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index 6e2afe1506b841..84e7d795b63059 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,6 +1,6 @@
# Template file for 'R'
pkgname=R
-version=4.3.1
+version=4.4.1
revision=1
build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
@@ -23,7 +23,7 @@ license="GPL-2.0-or-later"
homepage="https://www.r-project.org/"
changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
-checksum=8dd0bf24f1023c6f618c3b317383d291b4a494f40d73b983ac22ffea99e4ba99
+checksum=b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d
nocross=yes
shlib_provides="libR.so"
# tests require texlive distribution
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Updated] Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
@ 2024-10-22 6:35 ` cplir-c
2024-10-22 7:01 ` dataCobra
` (7 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: cplir-c @ 2024-10-22 6:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 713 bytes --]
There is an updated pull request by cplir-c against master on the void-packages repository
https://github.com/cplir-c/void-packages update-r
https://github.com/void-linux/void-packages/pull/52731
Update R to 4.4.1
#### Testing the changes
- I tested the changes in this PR: **YES**
I built the package and am using it on my system right now. It seems to work well!
- I built this PR locally for my native architecture, (x86_64-musl)
xbps-src says
```
=> ERROR: R-4.4.1_1: cannot be cross compiled...
=> ERROR: R-4.4.1_1: yes
```
when I attempt to run a cross-compilation. I tried aarch64-musl and armv7l.
A patch file from https://github.com/void-linux/void-packages/pull/52731.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-update-r-52731.patch --]
[-- Type: text/x-diff, Size: 1088 bytes --]
From ef20d46aa97cf81b8b7a5b926bfb4f03c4140258 Mon Sep 17 00:00:00 2001
From: cplir-c <31234188+cplir-c@users.noreply.github.com>
Date: Mon, 21 Oct 2024 22:57:43 -0500
Subject: [PATCH] R: update to 4.4.1
---
srcpkgs/R/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/R/template b/srcpkgs/R/template
index 6e2afe1506b841..84e7d795b63059 100644
--- a/srcpkgs/R/template
+++ b/srcpkgs/R/template
@@ -1,6 +1,6 @@
# Template file for 'R'
pkgname=R
-version=4.3.1
+version=4.4.1
revision=1
build_style=gnu-configure
configure_args="--docdir=/usr/share/doc/R rdocdir=/usr/share/doc/R
@@ -23,7 +23,7 @@ license="GPL-2.0-or-later"
homepage="https://www.r-project.org/"
changelog="https://cran.r-project.org/doc/manuals/r-release/NEWS.html"
distfiles="https://cran.r-project.org/src/base/R-4/${pkgname}-${version}.tar.gz"
-checksum=8dd0bf24f1023c6f618c3b317383d291b4a494f40d73b983ac22ffea99e4ba99
+checksum=b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d
nocross=yes
shlib_provides="libR.so"
# tests require texlive distribution
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
2024-10-22 6:35 ` [PR PATCH] [Updated] " cplir-c
@ 2024-10-22 7:01 ` dataCobra
2024-10-22 7:04 ` dataCobra
` (6 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-10-22 7:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 369 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2428416891
Comment:
Hello @cplir-c,
thank you for contributing.
Please read the [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) file to make sure the PR is created as requested by the maintainers.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
2024-10-22 6:35 ` [PR PATCH] [Updated] " cplir-c
2024-10-22 7:01 ` dataCobra
@ 2024-10-22 7:04 ` dataCobra
2024-10-22 7:04 ` dataCobra
` (5 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-10-22 7:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 443 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2428416891
Comment:
Hello @cplir-c,
thank you for contributing.
Please read the [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) file to make sure the PR is created as requested by the maintainers.
Also make sure to ping the maintainer so they can review your changes.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (2 preceding siblings ...)
2024-10-22 7:04 ` dataCobra
@ 2024-10-22 7:04 ` dataCobra
2024-10-23 2:39 ` Vinfall
` (4 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: dataCobra @ 2024-10-22 7:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
New comment by dataCobra on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2428416891
Comment:
Hello @cplir-c,
thank you for contributing.
Please read the [CONTRIBUTING.md](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) file to make sure the PR is created as requested by the maintainers.
Also make sure to ping the maintainer of the package so they can review your changes.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (3 preceding siblings ...)
2024-10-22 7:04 ` dataCobra
@ 2024-10-23 2:39 ` Vinfall
2024-10-23 2:54 ` cplir-c
` (3 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: Vinfall @ 2024-10-23 2:39 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 457 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2430708019
Comment:
See https://github.com/void-linux/void-packages/pull/50514, maybe you want to update all `R-cran-*` packages as well.
R-4.4.1 works fairly well indeed, I've been using it for a couple of months but never had enough motivation to update them since I'll still need to compile all other CRAN packages from source...
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (4 preceding siblings ...)
2024-10-23 2:39 ` Vinfall
@ 2024-10-23 2:54 ` cplir-c
2024-11-12 2:54 ` Vinfall
` (2 subsequent siblings)
8 siblings, 0 replies; 10+ messages in thread
From: cplir-c @ 2024-10-23 2:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 430 bytes --]
New comment by cplir-c on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2430722101
Comment:
> Also make sure to ping the maintainer of the package so they can review your changes.
@luhann
I'm willing to try updating cran packages, but I wouldn't know how to use most of them myself without studying their docs for a while. Does the -K xbps-src option work for testing those?
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (5 preceding siblings ...)
2024-10-23 2:54 ` cplir-c
@ 2024-11-12 2:54 ` Vinfall
2025-02-11 1:58 ` github-actions
2025-02-25 2:01 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: Vinfall @ 2024-11-12 2:54 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 216 bytes --]
New comment by Vinfall on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2469487992
Comment:
Not sure if you are still working on this, just FYI, R-4.4.2 is available.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (6 preceding siblings ...)
2024-11-12 2:54 ` Vinfall
@ 2025-02-11 1:58 ` github-actions
2025-02-25 2:01 ` [PR PATCH] [Closed]: " github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-02-11 1:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 305 bytes --]
New comment by github-actions[bot] on void-packages repository
https://github.com/void-linux/void-packages/pull/52731#issuecomment-2649646233
Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [PR PATCH] [Closed]: Update R to 4.4.1
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
` (7 preceding siblings ...)
2025-02-11 1:58 ` github-actions
@ 2025-02-25 2:01 ` github-actions
8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-02-25 2:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 556 bytes --]
There's a closed pull request on the void-packages repository
Update R to 4.4.1
https://github.com/void-linux/void-packages/pull/52731
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
I built the package and am using it on my system right now. It seems to work well!
- I built this PR locally for my native architecture, (x86_64-musl)
xbps-src says
```
=> ERROR: R-4.4.1_1: cannot be cross compiled...
=> ERROR: R-4.4.1_1: yes
```
when I attempt to run a cross-compilation. I tried aarch64-musl and armv7l.
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2025-02-25 2:01 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-22 4:27 [PR PATCH] Update R to 4.4.1 cplir-c
2024-10-22 6:35 ` [PR PATCH] [Updated] " cplir-c
2024-10-22 7:01 ` dataCobra
2024-10-22 7:04 ` dataCobra
2024-10-22 7:04 ` dataCobra
2024-10-23 2:39 ` Vinfall
2024-10-23 2:54 ` cplir-c
2024-11-12 2:54 ` Vinfall
2025-02-11 1:58 ` github-actions
2025-02-25 2:01 ` [PR PATCH] [Closed]: " github-actions
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).