Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] R cran updates
Date: Tue, 18 Oct 2022 05:06:47 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40016@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 1620 bytes --]

There is a new pull request by CameronNemo against master on the void-packages repository

https://github.com/CameronNemo/void-packages R-cran-updates
https://github.com/void-linux/void-packages/pull/40016

R cran updates
- R-cran-cli: update to 3.4.1
- R-cran-cpp11: update to 0.4.3
- R-cran-dplyr: update to 1.0.10
- R-cran-crayon: update to 1.5.2
- R-cran-lifecycle: update to 1.0.3
- R-cran-pillar: update to 1.8.1
- R-cran-purrr: update to 0.3.5
- R-cran-rlang: update to 1.0.6
- R-cran-tibble: update to 3.1.8
- R-cran-tidyselect: update to 1.2.0
- R-cran-vctrs: update to 0.4.2
- R-cran-viridisLite: update to 0.4.1

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/40016.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-R-cran-updates-40016.patch --]
[-- Type: text/x-diff, Size: 14070 bytes --]

From b178b95889985512f16d7a0f1e428c9f8ab60d49 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:27:01 -0700
Subject: [PATCH 01/12] R-cran-cli: update to 3.4.1

---
 srcpkgs/R-cran-cli/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-cli/template b/srcpkgs/R-cran-cli/template
index 29740c254243..2db082f6e041 100644
--- a/srcpkgs/R-cran-cli/template
+++ b/srcpkgs/R-cran-cli/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-cli'
 pkgname=R-cran-cli
-version=3.3.0
+version=3.4.1
 revision=1
 build_style=R-cran
 makedepends="R-cran-assertthat R-cran-glue"
@@ -9,8 +9,8 @@ short_desc="Helpers for Developing Command Line Interfaces"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/r-lib/cli/"
-checksum="c3a9ebbcb9017fb9aeda4f7df5ca981e42b169cbd7ce13e592cda2cd74250d63
- c3a9ebbcb9017fb9aeda4f7df5ca981e42b169cbd7ce13e592cda2cd74250d63"
+checksum="1c585efbfd8b8685c66fac34bcb60f28c351691bb4b9931df214e6e47fd9744e
+ 1c585efbfd8b8685c66fac34bcb60f28c351691bb4b9931df214e6e47fd9744e"
 
 post_install() {
 	vlicense LICENSE

From be2a2c1c516322c4a2f009043ce124d399735003 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:43:50 -0700
Subject: [PATCH 02/12] R-cran-cpp11: update to 0.4.3

---
 srcpkgs/R-cran-cpp11/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-cpp11/template b/srcpkgs/R-cran-cpp11/template
index c4c696860df0..ed8f37bca5eb 100644
--- a/srcpkgs/R-cran-cpp11/template
+++ b/srcpkgs/R-cran-cpp11/template
@@ -1,14 +1,14 @@
 # Template file for 'R-cran-cpp11'
 pkgname=R-cran-cpp11
-version=0.4.2
+version=0.4.3
 revision=1
 build_style=R-cran
 short_desc="Header only, C++11 interface to R's C interface"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/r-lib/cpp11"
-checksum="403ce0bf82358d237176053b0fb1e958cb6bfa4d0fb3555bf5801db6a6939b99
- 403ce0bf82358d237176053b0fb1e958cb6bfa4d0fb3555bf5801db6a6939b99"
+checksum="f1a60e4971a86dbbcf6a16bbd739b59bb66d9c45d93cfd8dedc2a87e302598f1
+ f1a60e4971a86dbbcf6a16bbd739b59bb66d9c45d93cfd8dedc2a87e302598f1"
 
 post_install() {
 	vlicense LICENSE

From 52398fcaeb2b3e92a47b801b27f201a36908ab4a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:44:51 -0700
Subject: [PATCH 03/12] R-cran-dplyr: update to 1.0.10

---
 srcpkgs/R-cran-dplyr/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-dplyr/template b/srcpkgs/R-cran-dplyr/template
index 0dfd7f990819..4d8979cbc254 100644
--- a/srcpkgs/R-cran-dplyr/template
+++ b/srcpkgs/R-cran-dplyr/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-dplyr'
 pkgname=R-cran-dplyr
-version=1.0.9
+version=1.0.10
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis R-cran-generics R-cran-glue R-cran-lifecycle
@@ -13,8 +13,8 @@ short_desc="Grammar of Data Manipulation for R"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://dplyr.tidyverse.org/"
-checksum="e2e1f7312618b4e32ada9a1da79cef32eaec12acd408c973a6b069c6be4fb46b
- e2e1f7312618b4e32ada9a1da79cef32eaec12acd408c973a6b069c6be4fb46b"
+checksum="3ab639f627b4e439052df18f193f0ccab223225a4ae2ff8c18aba4f9807e0f2b
+ 3ab639f627b4e439052df18f193f0ccab223225a4ae2ff8c18aba4f9807e0f2b"
 
 post_install() {
 	vlicense LICENSE

From 89071cddbfeefa1dad859322563caf7efee6d22a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:48:56 -0700
Subject: [PATCH 04/12] R-cran-crayon: update to 1.5.2

---
 srcpkgs/R-cran-crayon/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-crayon/template b/srcpkgs/R-cran-crayon/template
index 3046cdce3c32..b1c9be83f5b6 100644
--- a/srcpkgs/R-cran-crayon/template
+++ b/srcpkgs/R-cran-crayon/template
@@ -1,14 +1,14 @@
 # Template file for 'R-cran-crayon'
 pkgname=R-cran-crayon
-version=1.5.1
+version=1.5.2
 revision=1
 build_style=R-cran
 short_desc="Colored Terminal Output"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/r-lib/crayon/"
-checksum="c025c73b78a8e88e8e4363c8e1a941da5089a7baea39e59ea5342ab9ebe45df9
- c025c73b78a8e88e8e4363c8e1a941da5089a7baea39e59ea5342ab9ebe45df9"
+checksum="70a9a505b5b3c0ee6682ad8b965e28b7e24d9f942160d0a2bad18eec22b45a7a
+ 70a9a505b5b3c0ee6682ad8b965e28b7e24d9f942160d0a2bad18eec22b45a7a"
 
 post_install() {
 	vlicense LICENSE

From 7cc4f30fd119c4c35770b75dc20cb840737941cb Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:48:58 -0700
Subject: [PATCH 05/12] R-cran-lifecycle: update to 1.0.3

---
 srcpkgs/R-cran-lifecycle/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/R-cran-lifecycle/template b/srcpkgs/R-cran-lifecycle/template
index 8ba75db113a5..3884fe2d0adc 100644
--- a/srcpkgs/R-cran-lifecycle/template
+++ b/srcpkgs/R-cran-lifecycle/template
@@ -1,16 +1,16 @@
 # Template file for 'R-cran-lifecycle'
 pkgname=R-cran-lifecycle
-version=1.0.1
+version=1.0.3
 revision=1
 build_style=R-cran
-makedepends="R-cran-glue R-cran-rlang"
-depends="R-cran-glue R-cran-rlang"
+makedepends="R-cran-glue R-cran-rlang R-cran-cli"
+depends="R-cran-glue R-cran-rlang R-cran-cli"
 short_desc="Manage the Life Cycle of your Package Functions"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/r-lib/lifecycle"
-checksum="1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0
- 1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0"
+checksum="6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2
+ 6459fdc3211585c0cdf120427579c12149b02161efe273a64b825c05e9aa69c2"
 
 post_install() {
 	vlicense LICENSE

From 5a49598cb229b1959ed2c0f51cfcd6760820ef0c Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:00 -0700
Subject: [PATCH 06/12] R-cran-pillar: update to 1.8.1

---
 srcpkgs/R-cran-pillar/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-pillar/template b/srcpkgs/R-cran-pillar/template
index c7a529db88fa..2ec3e7bb9b91 100644
--- a/srcpkgs/R-cran-pillar/template
+++ b/srcpkgs/R-cran-pillar/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-pillar'
 pkgname=R-cran-pillar
-version=1.7.0
+version=1.8.1
 revision=1
 build_style=R-cran
 makedepends="R-cran-cli R-cran-crayon R-cran-ellipsis R-cran-lifecycle
@@ -11,5 +11,5 @@ short_desc="Coloured Formatting for Columns"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/r-lib/pillar/"
-checksum="7841f89658cc8935568c0ff24dc480b4481bac896de2f6447050abc4360a13bb
- 7841f89658cc8935568c0ff24dc480b4481bac896de2f6447050abc4360a13bb"
+checksum="2f06a7cc9e5638390c9b98a6ec9a9ec1beec0f2b9dbdfa42e39a5ab2456d87ec
+ 2f06a7cc9e5638390c9b98a6ec9a9ec1beec0f2b9dbdfa42e39a5ab2456d87ec"

From eb9b98ff0fd743ca4da485050b11797586bae92f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:02 -0700
Subject: [PATCH 07/12] R-cran-purrr: update to 0.3.5

---
 srcpkgs/R-cran-purrr/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-purrr/template b/srcpkgs/R-cran-purrr/template
index 63bfa8927e1c..a1ed5e03629a 100644
--- a/srcpkgs/R-cran-purrr/template
+++ b/srcpkgs/R-cran-purrr/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-purrr'
 pkgname=R-cran-purrr
-version=0.3.4
+version=0.3.5
 revision=1
 build_style=R-cran
 makedepends="R-cran-magrittr R-cran-rlang"
@@ -9,4 +9,5 @@ short_desc="Backend for selecting functions of the tidyverse"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://purrr.tidyverse.org/"
-checksum=23ebc93bc9aed9e7575e8eb9683ff4acc0270ef7d6436cc2ef4236a9734840b2
+checksum="a2386cd7e78a043cb9c14703023fff15ab1c879bf648816879d2c0c4a554fcef
+ a2386cd7e78a043cb9c14703023fff15ab1c879bf648816879d2c0c4a554fcef"

From c54ace2e61859d8c8ce24cf17ff1817e061f1a14 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:04 -0700
Subject: [PATCH 08/12] R-cran-rlang: update to 1.0.6

---
 srcpkgs/R-cran-rlang/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-rlang/template b/srcpkgs/R-cran-rlang/template
index 885949f969eb..44766d1eed6b 100644
--- a/srcpkgs/R-cran-rlang/template
+++ b/srcpkgs/R-cran-rlang/template
@@ -1,11 +1,11 @@
 # Template file for 'R-cran-rlang'
 pkgname=R-cran-rlang
-version=1.0.4
+version=1.0.6
 revision=1
 build_style=R-cran
 short_desc="Functions for Base Types and Core R and 'Tidyverse' Features"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://rlang.r-lib.org/"
-checksum="1fb789d46c6a855ce37eba63c353b85aa600c4a2a7ca6075f2632540b42a8696
- 1fb789d46c6a855ce37eba63c353b85aa600c4a2a7ca6075f2632540b42a8696"
+checksum="e6973d98a0ea301c0da1eeaa435e9e65d1c3f0b95ed68bdc2d6cb0c610166760
+ e6973d98a0ea301c0da1eeaa435e9e65d1c3f0b95ed68bdc2d6cb0c610166760"

From a5c2ef4b68a283a5f2ee23377b47ea9e3c7dc64d Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:05 -0700
Subject: [PATCH 09/12] R-cran-tibble: update to 3.1.8

---
 srcpkgs/R-cran-tibble/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-tibble/template b/srcpkgs/R-cran-tibble/template
index e7c030604b4f..27225de64ae8 100644
--- a/srcpkgs/R-cran-tibble/template
+++ b/srcpkgs/R-cran-tibble/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-tibble'
 pkgname=R-cran-tibble
-version=3.1.7
+version=3.1.8
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis
@@ -13,8 +13,8 @@ short_desc="Simple Data Frames"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="http://tibble.tidyverse.org/"
-checksum="e1a50891f476803526960b4c4d736a72e7d9c3d366946744a02d6347f591c872
- e1a50891f476803526960b4c4d736a72e7d9c3d366946744a02d6347f591c872"
+checksum="acf30e075d18d2f61de53ca20a13c502bb32abb8083089b0bb9172a0cb5cedea
+ acf30e075d18d2f61de53ca20a13c502bb32abb8083089b0bb9172a0cb5cedea"
 
 post_install() {
 	vlicense LICENSE

From d4295c7825ce101ea9fadff2bfcfe173c6a8d3c0 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:07 -0700
Subject: [PATCH 10/12] R-cran-tidyselect: update to 1.2.0

---
 srcpkgs/R-cran-tidyselect/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-tidyselect/template b/srcpkgs/R-cran-tidyselect/template
index 6755ab433e86..7536a7fbd86c 100644
--- a/srcpkgs/R-cran-tidyselect/template
+++ b/srcpkgs/R-cran-tidyselect/template
@@ -1,14 +1,15 @@
 # Template file for 'R-cran-tidyselect'
 pkgname=R-cran-tidyselect
-version=1.1.2
+version=1.2.0
 revision=1
 build_style=R-cran
-makedepends="R-cran-ellipsis R-cran-glue R-cran-purrr R-cran-rlang R-cran-vctrs"
+makedepends="R-cran-ellipsis R-cran-glue R-cran-purrr R-cran-rlang R-cran-vctrs
+ R-cran-lifecycle R-cran-withr"
 depends="R-cran-ellipsis R-cran-glue>=1.3.0 R-cran-purrr>=0.3.2
  R-cran-rlang>=0.4.6 R-cran-vctrs>=0.2.2"
 short_desc="Backend for selecting functions of the tidyverse"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-or-later"
 homepage="https://tidyselect.r-lib.org/"
-checksum="0389a3b15417954a30d6d692f6ebdd3d0f318cb94a5c9b05365df2f4ea1d8270
- 0389a3b15417954a30d6d692f6ebdd3d0f318cb94a5c9b05365df2f4ea1d8270"
+checksum="538d26b727e37d618e2efd3b00836048f103112a03e6994bf07a02392e269e3b
+ 538d26b727e37d618e2efd3b00836048f103112a03e6994bf07a02392e269e3b"

From 5ae07d91935184b23e8e02ac5a039d116b901b94 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:24 -0700
Subject: [PATCH 11/12] R-cran-vctrs: update to 0.4.2

---
 srcpkgs/R-cran-vctrs/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-vctrs/template b/srcpkgs/R-cran-vctrs/template
index 9fff406c16b8..7fc6f56ca804 100644
--- a/srcpkgs/R-cran-vctrs/template
+++ b/srcpkgs/R-cran-vctrs/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-vctrs'
 pkgname=R-cran-vctrs
-version=0.4.1
+version=0.4.2
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-cli"
@@ -9,5 +9,5 @@ short_desc="Vector Helpers"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="GPL-3.0-only"
 homepage="https://github.com/r-lib/vctrs"
-checksum="9676881e009aa1217818f326338e8b35dd9a9438918f8b1ac249f4c8afe460dd
- 9676881e009aa1217818f326338e8b35dd9a9438918f8b1ac249f4c8afe460dd"
+checksum="5414d1d6977163b4e85efa40d6facdd98089d6ffd460daaba729d4200942d815
+ 5414d1d6977163b4e85efa40d6facdd98089d6ffd460daaba729d4200942d815"

From 29afa28525149fc1591be0dc946c863c712f04ef Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cam@nohom.org>
Date: Mon, 17 Oct 2022 19:49:26 -0700
Subject: [PATCH 12/12] R-cran-viridisLite: update to 0.4.1

---
 srcpkgs/R-cran-viridisLite/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/R-cran-viridisLite/template b/srcpkgs/R-cran-viridisLite/template
index a825ef5d5694..1b68fa059840 100644
--- a/srcpkgs/R-cran-viridisLite/template
+++ b/srcpkgs/R-cran-viridisLite/template
@@ -1,14 +1,14 @@
 # Template file for 'R-cran-viridisLite'
 pkgname=R-cran-viridisLite
-version=0.4.0
+version=0.4.1
 revision=1
 build_style=R-cran
 short_desc="Default Color Maps from 'matplotlib' (Lite Version)"
 maintainer="Cameron Nemo <cam@nohom.org>"
 license="MIT"
 homepage="https://github.com/sjmgarnier/viridisLite"
-checksum="849955dc8ad9bc52bdc50ed4867fd92a510696fc8294e6971efa018437c83c6a
- 849955dc8ad9bc52bdc50ed4867fd92a510696fc8294e6971efa018437c83c6a"
+checksum="a896db1ccae5fc1a8b3764d02f24cef74ef7a8341cf9f3401c4efe799870ea97
+ a896db1ccae5fc1a8b3764d02f24cef74ef7a8341cf9f3401c4efe799870ea97"
 
 post_install() {
 	vlicense LICENSE

             reply	other threads:[~2022-10-18  3:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-18  3:06 CameronNemo [this message]
2022-10-24  0:56 ` [PR PATCH] [Merged]: " sgn
  -- strict thread matches above, loose matches on Subject: below --
2023-03-11 17:37 [PR PATCH] " hervyqa
2022-09-06  2:53 CameronNemo
2022-03-13  0:46 CameronNemo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-40016@inbox.vuxu.org \
    --to=cameronnemo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).