Github messages for voidlinux
 help / color / mirror / Atom feed
From: CameronNemo <CameronNemo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] R cran updates
Date: Tue, 02 Aug 2022 21:59:42 +0200	[thread overview]
Message-ID: <20220802195942.-R7ZSYFt4PTWzOdtX3iTf4ZoXfDwRSyovmn2CfuwuJw@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36119@inbox.vuxu.org>

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

There is an updated 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/36119

R cran updates
- R-cran-R6: update to 2.5.1
- R-cran-cli: update to 3.2.0
- R-cran-colorspace: update to 2.0r3
- R-cran-cpp11: update to 0.4.2
- R-cran-crayon: update to 1.5.0
- R-cran-digest: update to 0.6.29
- R-cran-dplyr: update to 1.0.8
- R-cran-ellipsis: update to 0.3.2
- R-cran-fansi: update to 1.0.2
- R-cran-farver: update to 2.1.0
- R-cran-generics: update to 0.1.2
- R-cran-glue: update to 1.6.2
- R-cran-isoband: update to 0.2.5
- R-cran-labeling: update to 0.4.2
- R-cran-lifecycle: update to 1.0.1
- R-cran-magrittr: update to 2.0.2
- R-cran-pillar: update to 1.7.0
- R-cran-rlang: update to 1.0.2
- R-cran-svglite: update to 2.1.0
- R-cran-systemfonts: update to 1.0.4
- R-cran-tibble: update to 3.1.6
- R-cran-tidyselect: update to 1.1.2
- R-cran-utf8: update to 1.2.2
- R-cran-vctrs: update to 0.3.8
- R-cran-viridisLite: update to 0.4.0
- R-cran-withr: update to 2.5.0

@luhann

<!-- 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 [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/36119.patch is attached

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

From 0907d922d24b18381bd8662e998bac874c6d6aa3 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:15:29 -0800
Subject: [PATCH 01/27] R-cran-R6: update to 2.5.1

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

diff --git a/srcpkgs/R-cran-R6/template b/srcpkgs/R-cran-R6/template
index 3c35ffadb069..bfc8737d4458 100644
--- a/srcpkgs/R-cran-R6/template
+++ b/srcpkgs/R-cran-R6/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-R6'
 pkgname=R-cran-R6
-version=2.5.0
+version=2.5.1
 revision=1
 build_style=R-cran
 short_desc="Classes with Reference Semantics"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/r-lib/R6"
-checksum=aec1af9626ec532cb883b544bf9eff4cb2d89c343c7ce0fa31761ec5a7882e02
+checksum=8d92bd29c2ed7bf15f2778618ffe4a95556193d21d8431a7f75e7e5fc102bf48
 
 post_install() {
 	vlicense LICENSE

From 7ab9e8e9dcf97c7fb25c45d6a366cd923655782a Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:15:51 -0800
Subject: [PATCH 02/27] R-cran-cli: update to 3.3.0

---
 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 b6c445ea9371..5ad29a2c44ed 100644
--- a/srcpkgs/R-cran-cli/template
+++ b/srcpkgs/R-cran-cli/template
@@ -1,15 +1,15 @@
 # Template file for 'R-cran-cli'
 pkgname=R-cran-cli
-version=2.3.1
+version=3.3.0
 revision=1
 build_style=R-cran
 makedepends="R-cran-assertthat R-cran-glue"
 depends="R-cran-assertthat R-cran-glue"
 short_desc="Helpers for Developing Command Line Interfaces"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/r-lib/cli/"
-checksum=516ce2de54b4a58afa943f31dfdd925e532b67cf5f91aec355e255637b2406ca
+checksum=c3a9ebbcb9017fb9aeda4f7df5ca981e42b169cbd7ce13e592cda2cd74250d63
 
 post_install() {
 	vlicense LICENSE

From 1a2d79f10e3959d26ad7dd8667c16474a18a3c68 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:16:05 -0800
Subject: [PATCH 03/27] R-cran-colorspace: update to 2.0r3

---
 srcpkgs/R-cran-colorspace/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-colorspace/template b/srcpkgs/R-cran-colorspace/template
index 8490d34fdb58..67f6ddceacbb 100644
--- a/srcpkgs/R-cran-colorspace/template
+++ b/srcpkgs/R-cran-colorspace/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-colorspace'
 pkgname=R-cran-colorspace
-version=1.4r1
-revision=2
+version=2.0r3
+revision=1
 build_style=R-cran
 short_desc="Color Space Manipulation"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="BSD-3-Clause"
 homepage="http://www.hclwizard.org/r-colorspace/"
-checksum=693d713a050f8bfecdb7322739f04b40d99b55aed168803686e43401d5f0d673
+checksum=e75681cc4dd6e4b70303fd96a6d4597065dc6bffcaa4ae4244b73ff19016857f
 
 post_install() {
 	vlicense LICENSE

From ee48baf370d80b8742da4aaa076f5c68ad51509f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:16:22 -0800
Subject: [PATCH 04/27] R-cran-cpp11: update to 0.4.2

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

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

From 5fa5f4418cb11e52f11e68a53db2e07e17cfaa9b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:16:35 -0800
Subject: [PATCH 05/27] R-cran-crayon: update to 1.5.1

---
 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 c836f1b82ac2..6b932041bc97 100644
--- a/srcpkgs/R-cran-crayon/template
+++ b/srcpkgs/R-cran-crayon/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-crayon'
 pkgname=R-cran-crayon
-version=1.4.1
+version=1.5.1
 revision=1
 build_style=R-cran
 short_desc="Colored Terminal Output"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/r-lib/crayon/"
-checksum=08b6e42e748d096960b2f32b7ffe690c25742e29fe14c19d1834cd6ff43029c7
+checksum=c025c73b78a8e88e8e4363c8e1a941da5089a7baea39e59ea5342ab9ebe45df9
 
 post_install() {
 	vlicense LICENSE

From ad207ec954390d7c2f8a95e9c4ad7380cb9c633e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:16:45 -0800
Subject: [PATCH 06/27] R-cran-digest: update to 0.6.29

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

diff --git a/srcpkgs/R-cran-digest/template b/srcpkgs/R-cran-digest/template
index 0bf4c97052fe..1edac6b6b418 100644
--- a/srcpkgs/R-cran-digest/template
+++ b/srcpkgs/R-cran-digest/template
@@ -1,11 +1,11 @@
 # Template file for 'R-cran-digest'
 pkgname=R-cran-digest
-version=0.6.27
+version=0.6.29
 revision=1
 build_style=R-cran
 short_desc="Create Compact Hash Digests of R Objects"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-or-later"
 homepage="http://dirk.eddelbuettel.com/code/digest.html"
 changelog="https://github.com/eddelbuettel/digest/raw/master/ChangeLog"
-checksum=f485f75122907da24c41d4a62c91a232f0c371befd2f77e973342a1bef00253f
+checksum=792c1f14a4c8047745152f5e45ce7351978af8d770c29d2ea39c7acd5d619cd9

From 6e2bcfd3312d1c68a22163a2faa5b8c220b23566 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:16:56 -0800
Subject: [PATCH 07/27] R-cran-dplyr: update to 1.0.9

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

diff --git a/srcpkgs/R-cran-dplyr/template b/srcpkgs/R-cran-dplyr/template
index 46e0fe526326..7f7c71e8467f 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.5
+version=1.0.9
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis R-cran-generics R-cran-glue R-cran-lifecycle
@@ -13,7 +13,7 @@ short_desc="Grammar of Data Manipulation for R"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://dplyr.tidyverse.org/"
-checksum=7541a09c66ecb40736e25bc9ec9591f26ec4ee67c99823b4ac855760b5c96e70
+checksum=e2e1f7312618b4e32ada9a1da79cef32eaec12acd408c973a6b069c6be4fb46b
 
 post_install() {
 	vlicense LICENSE

From ecaf3f59865d7370a77b381490ac17f3fa4cc4fc Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:08 -0800
Subject: [PATCH 08/27] R-cran-ellipsis: update to 0.3.2

---
 srcpkgs/R-cran-ellipsis/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-ellipsis/template b/srcpkgs/R-cran-ellipsis/template
index 0e9f695fcec7..c9ff7782b4ed 100644
--- a/srcpkgs/R-cran-ellipsis/template
+++ b/srcpkgs/R-cran-ellipsis/template
@@ -1,12 +1,12 @@
 # Template file for 'R-cran-ellipsis'
 pkgname=R-cran-ellipsis
-version=0.3.1
-revision=2
+version=0.3.2
+revision=1
 build_style=R-cran
 makedepends="R-cran-rlang"
 depends="R-cran-rlang>=0.3.0"
 short_desc="Tools for making ... safer"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-only"
 homepage="https://ellipsis.r-lib.org/"
-checksum=4f8a15158dfc27cdc0f7554c7a61e92b02e4d70bfc3d968f01a99da2189b75db
+checksum=a90266e5eb59c7f419774d5c6d6bd5e09701a26c9218c5933c9bce6765aa1558

From f7b956c4cd54b7b654e422f803a1774b2b577400 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:21 -0800
Subject: [PATCH 09/27] R-cran-fansi: update to 1.0.3

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

diff --git a/srcpkgs/R-cran-fansi/template b/srcpkgs/R-cran-fansi/template
index a10f86c52f5e..811c00489e6a 100644
--- a/srcpkgs/R-cran-fansi/template
+++ b/srcpkgs/R-cran-fansi/template
@@ -1,10 +1,10 @@
 # Template file for 'R-cran-fansi'
 pkgname=R-cran-fansi
-version=0.4.2
+version=1.0.3
 revision=1
 build_style=R-cran
 short_desc="ANSI Control Sequence Aware String Functions"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-or-later"
 homepage="https://cran.r-project.org/web/packages/fansi/index.html"
-checksum=a2edf06cf8b91333a5df4990d50cdb35a63aa4b63c8c8ddf5bedcb499daafc44
+checksum=86a7b83d8c9d28baebbde310cd0b459d0950a9c7ff1a6276ce5858f6a89bc06a

From f3581b337867e17119659667ddcdba69a76248d2 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:32 -0800
Subject: [PATCH 10/27] R-cran-farver: update to 2.1.1

---
 srcpkgs/R-cran-farver/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-farver/template b/srcpkgs/R-cran-farver/template
index 370c2330df8a..5d726787f42f 100644
--- a/srcpkgs/R-cran-farver/template
+++ b/srcpkgs/R-cran-farver/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-farver'
 pkgname=R-cran-farver
-version=2.0.3
-revision=2
+version=2.1.1
+revision=1
 build_style=R-cran
 short_desc="High Performance Colour Space Manipulation"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/thomasp85/farver"
-checksum=0e1590df79ec6078f10426411b96216b70568a4eaf3ffd84ca723add0ed8e5cc
+checksum=0dcfda6ca743f465372790bcff1bcbc6a7145fdac1c682b021f654e8c6c996ce
 
 post_install() {
 	vlicense LICENSE

From 4ed8cfd3339686dde9e88df2f33cc751c7e400c6 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:41 -0800
Subject: [PATCH 11/27] R-cran-generics: update to 0.1.3

---
 srcpkgs/R-cran-generics/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-generics/template b/srcpkgs/R-cran-generics/template
index 0d3797c2cddc..aeb133cbc85d 100644
--- a/srcpkgs/R-cran-generics/template
+++ b/srcpkgs/R-cran-generics/template
@@ -1,10 +1,10 @@
 # Template file for 'R-cran-generics'
 pkgname=R-cran-generics
-version=0.1.0
+version=0.1.3
 revision=1
 build_style=R-cran
 short_desc="Common generic S3 methods "
 maintainer="luhann <lukehannan@gmail.com>"
 license="GPL-2.0-only"
 homepage="https://github.com/r-lib/generics"
-checksum=ab71d1bdbb66c782364c61cede3c1186d6a94c03635f9af70d926e2c1ac88763
+checksum=75046163bfa8b8a4f4214c1b689e796207f6447182f2e5062cf570302387d053

From 269aa6368c1721404c09f44ad55b9111db65ca2e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:51 -0800
Subject: [PATCH 12/27] R-cran-glue: update to 1.6.2

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

diff --git a/srcpkgs/R-cran-glue/template b/srcpkgs/R-cran-glue/template
index 33a22e9c8dc7..13bfe1819336 100644
--- a/srcpkgs/R-cran-glue/template
+++ b/srcpkgs/R-cran-glue/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-glue'
 pkgname=R-cran-glue
-version=1.4.2
+version=1.6.2
 revision=1
 build_style=R-cran
 short_desc="Interpreted String Literals"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/tidyverse/glue/"
-checksum=9f7354132a26e9a876428fa87629b9aaddcd558f9932328e6ac065b95b8ef7ad
+checksum=9da518f12be584c90e75fe8e07f711ee3f6fc0d03d817f72c25dc0f66499fdbf
 
 post_install() {
 	vlicense LICENSE

From 20511430b165650ca23933a66e55e3f09fe4646c Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:17:59 -0800
Subject: [PATCH 13/27] R-cran-isoband: update to 0.2.5

---
 srcpkgs/R-cran-isoband/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-isoband/template b/srcpkgs/R-cran-isoband/template
index dd88c5e9d570..22f35be2bdbf 100644
--- a/srcpkgs/R-cran-isoband/template
+++ b/srcpkgs/R-cran-isoband/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-isoband'
 pkgname=R-cran-isoband
-version=0.2.4
+version=0.2.5
 revision=1
 build_style=R-cran
 short_desc="Generate Isolines and Isobands from Regularly Spaced Elevation Grids"
 maintainer="Luke Hannan <lukehannan@gmail.com>"
 license="MIT"
 homepage="https://github.com/wilkelab/isoband"
-checksum=96d5bbdbfa4ead40bf30cec5a0d525b6a6b0f21eb92d179289ce2c4459bf387c
+checksum=46f53fa066f0966f02cb2bf050190c0d5e950dab2cdf565feb63fc092c886ba5
 
 post_install() {
 	vlicense LICENSE

From f462cace9fce27d482e003b590a06adbdb69f21b Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:18:11 -0800
Subject: [PATCH 14/27] R-cran-labeling: update to 0.4.2

---
 srcpkgs/R-cran-labeling/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-labeling/template b/srcpkgs/R-cran-labeling/template
index 4ec70142e3d9..0afa63e078e9 100644
--- a/srcpkgs/R-cran-labeling/template
+++ b/srcpkgs/R-cran-labeling/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-labeling'
 pkgname=R-cran-labeling
-version=0.3
-revision=2
+version=0.4.2
+revision=1
 build_style=R-cran
 short_desc="Axis Labeling"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://cran.r-project.org/web/packages/labeling/"
-checksum=0d8069eb48e91f6f6d6a9148f4e2dc5026cabead15dd15fc343eff9cf33f538f
+checksum=e022d79276173e0d62bf9e37d7574db65ab439eb2ae1833e460b1cff529bd165
 
 post_install() {
 	vlicense LICENSE

From dd5359fb7bbe8b4664f777e423969e5fd681a2b8 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:18:27 -0800
Subject: [PATCH 15/27] R-cran-lifecycle: update to 1.0.1

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

diff --git a/srcpkgs/R-cran-lifecycle/template b/srcpkgs/R-cran-lifecycle/template
index e3a2af69c4e6..3b160be0b795 100644
--- a/srcpkgs/R-cran-lifecycle/template
+++ b/srcpkgs/R-cran-lifecycle/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-lifecycle'
 pkgname=R-cran-lifecycle
-version=1.0.0
+version=1.0.1
 revision=1
 build_style=R-cran
 makedepends="R-cran-glue R-cran-rlang"
@@ -9,7 +9,7 @@ short_desc="Manage the Life Cycle of your Package Functions"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/r-lib/lifecycle"
-checksum=03334ab213f2ad49a49e184e73f2051e04d35d43f562db903e68243cd2ec0f8e
+checksum=1da76e1c00f1be96ca34e122ae611259430bf99d6a1b999fdef70c00c30f7ba0
 
 post_install() {
 	vlicense LICENSE

From 45679c001ebfce8e180437466bc290cc293428d1 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:18:56 -0800
Subject: [PATCH 16/27] R-cran-magrittr: update to 2.0.3

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

diff --git a/srcpkgs/R-cran-magrittr/template b/srcpkgs/R-cran-magrittr/template
index 1e4ecaa43834..0aa6a608e95f 100644
--- a/srcpkgs/R-cran-magrittr/template
+++ b/srcpkgs/R-cran-magrittr/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-magrittr'
 pkgname=R-cran-magrittr
-version=2.0.1
+version=2.0.3
 revision=1
 build_style=R-cran
 short_desc="Forward-Pipe Operator for R"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://cran.r-project.org/web/packages/magrittr/index.html"
-checksum=75c265d51cc2b34beb27040edb09823c7b954d3990a7a931e40690b75d4aad5f
+checksum=a2bff83f792a1acb801bfe6330bb62724c74d5308832f2cb6a6178336ace55d2
 
 post_install() {
 	vlicense LICENSE

From 5707b20b8d3e5c9d2f01d1dbd8152f2461fbfa15 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:19:06 -0800
Subject: [PATCH 17/27] R-cran-pillar: update to 1.7.0

---
 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 e041a7a7c4b9..93502d554bc6 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.5.1
+version=1.7.0
 revision=1
 build_style=R-cran
 makedepends="R-cran-cli R-cran-crayon R-cran-ellipsis R-cran-lifecycle
@@ -8,7 +8,7 @@ makedepends="R-cran-cli R-cran-crayon R-cran-ellipsis R-cran-lifecycle
 depends="R-cran-cli R-cran-crayon R-cran-ellipsis R-cran-lifecycle
  R-cran-rlang R-cran-utf8 R-cran-fansi R-cran-vctrs"
 short_desc="Coloured Formatting for Columns"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/r-lib/pillar/"
-checksum=0ce5d15364dab761dab5b159ec2a4586ed1635f058fa13975725a1921e43e672
+checksum=7841f89658cc8935568c0ff24dc480b4481bac896de2f6447050abc4360a13bb

From 252bffb0f8c0a7fe2c5a9ffe7cabb2ff54cc0b22 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:19:18 -0800
Subject: [PATCH 18/27] R-cran-rlang: update to 1.0.4

---
 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 73a4a65e4e9b..da816988b4e3 100644
--- a/srcpkgs/R-cran-rlang/template
+++ b/srcpkgs/R-cran-rlang/template
@@ -1,10 +1,10 @@
 # Template file for 'R-cran-rlang'
 pkgname=R-cran-rlang
-version=0.4.10
+version=1.0.4
 revision=1
 build_style=R-cran
 short_desc="Functions for Base Types and Core R and 'Tidyverse' Features"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://rlang.r-lib.org/"
-checksum=07530270c4c199f2b7efc5d57a476d99babd9d0c3388a02bb7d57fe312da3576
+checksum=1fb789d46c6a855ce37eba63c353b85aa600c4a2a7ca6075f2632540b42a8696

From 9afe2646f14b54e152d750e7eca56bce22999c97 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:19:28 -0800
Subject: [PATCH 19/27] R-cran-svglite: update to 2.1.0

---
 srcpkgs/R-cran-svglite/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-svglite/template b/srcpkgs/R-cran-svglite/template
index 90557ae178aa..2834a8de965e 100644
--- a/srcpkgs/R-cran-svglite/template
+++ b/srcpkgs/R-cran-svglite/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-svglite'
 pkgname=R-cran-svglite
-version=2.0.0
+version=2.1.0
 revision=1
 build_style=R-cran
 makedepends="R-cran-systemfonts R-cran-cpp11 libpng-devel"
@@ -9,4 +9,4 @@ short_desc="Lightweight svg graphics device for R"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-or-later"
 homepage="https://svglite.r-lib.org"
-checksum=76e625fe172a5b7ce99a67b6d631b037b3f7f0021cfe15f2e15e8851b89defa5
+checksum=ad40f590c7e80ae83001a3826b6e8394ba733446ed51fd55faeda974ab839c9b

From 5486e9faa7e467ecdcb1e7d3f6e6dbc1867225ab Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:19:38 -0800
Subject: [PATCH 20/27] R-cran-systemfonts: update to 1.0.4

---
 srcpkgs/R-cran-systemfonts/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-systemfonts/template b/srcpkgs/R-cran-systemfonts/template
index b779dd8d8ebf..6144b3f64cf9 100644
--- a/srcpkgs/R-cran-systemfonts/template
+++ b/srcpkgs/R-cran-systemfonts/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-systemfonts'
 pkgname=R-cran-systemfonts
-version=1.0.2
+version=1.0.4
 revision=1
 build_style=R-cran
 hostmakedepends="pkg-config"
@@ -9,7 +9,7 @@ short_desc="System Native Font Handling in R"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/r-lib/systemfonts"
-checksum=21ac96412846e06a4062362b159213cb9d83bd60fdf03aa235992b6c49fb36a9
+checksum=ef766c75b942f147d382664a00d6a4930f1bfe0cce9d88943f571682a85a84c0
 
 post_install() {
 	vlicense LICENSE

From 5514e2d0fb86e8cdaa9e208db708d8c1a6d4045e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:19:51 -0800
Subject: [PATCH 21/27] R-cran-tibble: update to 3.1.7

---
 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 048d739f793e..6cf15890a190 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.0
+version=3.1.7
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis
@@ -10,10 +10,10 @@ depends="R-cran-ellipsis
  R-cran-fansi R-cran-lifecycle R-cran-magrittr
  R-cran-pillar R-cran-rlang R-cran-pkgconfig R-cran-vctrs"
 short_desc="Simple Data Frames"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="http://tibble.tidyverse.org/"
-checksum=959e28dea05181a7cd43a744028892261bda4c7ec78ad35fb148d144dcf5154e
+checksum=e1a50891f476803526960b4c4d736a72e7d9c3d366946744a02d6347f591c872
 
 post_install() {
 	vlicense LICENSE

From ce1c42c5e8a2496165cace6aecfd037281e8e05f Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:20:04 -0800
Subject: [PATCH 22/27] R-cran-tidyselect: update to 1.1.2

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

diff --git a/srcpkgs/R-cran-tidyselect/template b/srcpkgs/R-cran-tidyselect/template
index e7cd851913e6..0482a5f46fda 100644
--- a/srcpkgs/R-cran-tidyselect/template
+++ b/srcpkgs/R-cran-tidyselect/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-tidyselect'
 pkgname=R-cran-tidyselect
-version=1.1.0
+version=1.1.2
 revision=1
 build_style=R-cran
 makedepends="R-cran-ellipsis R-cran-glue R-cran-purrr R-cran-rlang R-cran-vctrs"
@@ -10,4 +10,4 @@ short_desc="Backend for selecting functions of the tidyverse"
 maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-or-later"
 homepage="https://tidyselect.r-lib.org/"
-checksum=e635ed381fb53f7a53c3fa36bb33e134a3273d272367de2a8d909c821be93893
+checksum=0389a3b15417954a30d6d692f6ebdd3d0f318cb94a5c9b05365df2f4ea1d8270

From 907c9b76f007645c4ea7f6a7692cb6705e71280c Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:20:15 -0800
Subject: [PATCH 23/27] R-cran-utf8: update to 1.2.2

---
 srcpkgs/R-cran-utf8/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/R-cran-utf8/template b/srcpkgs/R-cran-utf8/template
index 55923b13fa51..4850bcb947fb 100644
--- a/srcpkgs/R-cran-utf8/template
+++ b/srcpkgs/R-cran-utf8/template
@@ -1,10 +1,10 @@
 # Template file for 'R-cran-utf8'
 pkgname=R-cran-utf8
-version=1.1.4
-revision=2
+version=1.2.2
+revision=1
 build_style=R-cran
 short_desc="Unicode Text Processing"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="Apache-2.0"
 homepage="https://github.com/patperry/r-utf8/"
-checksum=f6da9cadfc683057d45f54b43312a359cf96ec2731c0dda18a8eae31d1e31e54
+checksum=a71aee87d43a9bcf29249c7a5a2e9ca1d2a836e8d5ee3a264d3062f25378d8f4

From 820d6c16ecc909d661563f7e8639150200da0618 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:20:35 -0800
Subject: [PATCH 24/27] R-cran-vctrs: update to 0.4.1

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

diff --git a/srcpkgs/R-cran-vctrs/template b/srcpkgs/R-cran-vctrs/template
index 2246112ef700..0165012b8f6b 100644
--- a/srcpkgs/R-cran-vctrs/template
+++ b/srcpkgs/R-cran-vctrs/template
@@ -1,12 +1,12 @@
 # Template file for 'R-cran-vctrs'
 pkgname=R-cran-vctrs
-version=0.3.6
+version=0.4.1
 revision=1
 build_style=R-cran
-makedepends="R-cran-backports R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-zeallot"
-depends="R-cran-backports R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-zeallot"
+makedepends="R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-cli"
+depends="R-cran-ellipsis R-cran-digest R-cran-glue R-cran-rlang R-cran-cli"
 short_desc="Vector Helpers"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-3.0-only"
 homepage="https://github.com/r-lib/vctrs"
-checksum=df7d368c9f2d2ad14872ba2a09821ec4f5a8ad77c81a0b05e1f440e5ffebad25
+checksum=9676881e009aa1217818f326338e8b35dd9a9438918f8b1ac249f4c8afe460dd

From 8292309f3f8d9fdb251519612ac9532ec52fac2e Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:20:46 -0800
Subject: [PATCH 25/27] R-cran-viridisLite: update to 0.4.0

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

diff --git a/srcpkgs/R-cran-viridisLite/template b/srcpkgs/R-cran-viridisLite/template
index c0b759859975..978e4fac83c4 100644
--- a/srcpkgs/R-cran-viridisLite/template
+++ b/srcpkgs/R-cran-viridisLite/template
@@ -1,13 +1,13 @@
 # Template file for 'R-cran-viridisLite'
 pkgname=R-cran-viridisLite
-version=0.3.0
-revision=2
+version=0.4.0
+revision=1
 build_style=R-cran
 short_desc="Default Color Maps from 'matplotlib' (Lite Version)"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="MIT"
 homepage="https://github.com/sjmgarnier/viridisLite"
-checksum=780ea12e7c4024d5ba9029f3a107321c74b8d6d9165262f6e64b79e00aa0c2af
+checksum=849955dc8ad9bc52bdc50ed4867fd92a510696fc8294e6971efa018437c83c6a
 
 post_install() {
 	vlicense LICENSE

From 98a174139f419926f9a18ef814d86f716dfaa3b9 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sat, 12 Mar 2022 16:21:00 -0800
Subject: [PATCH 26/27] R-cran-withr: update to 2.5.0

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

diff --git a/srcpkgs/R-cran-withr/template b/srcpkgs/R-cran-withr/template
index 60285166a63f..0d2c3bd8d39a 100644
--- a/srcpkgs/R-cran-withr/template
+++ b/srcpkgs/R-cran-withr/template
@@ -1,10 +1,10 @@
 # Template file for 'R-cran-withr'
 pkgname=R-cran-withr
-version=2.4.1
+version=2.5.0
 revision=1
 build_style=R-cran
 short_desc="Run Code 'With' Temporarily Modified Global State"
-maintainer="Florian Wagner <florian@wagner-flo.net>"
+maintainer="Cameron Nemo <cnemo@tutanota.com>"
 license="GPL-2.0-or-later"
 homepage="http://withr.r-lib.org/"
-checksum=5f5ed9058d51b676f8b170b32bc0952ace6790e038f2b6d6860c5bb94f67178f
+checksum=37317b3ed790a08407072993a05ab255f6305f95a12a16e0e28aa6aa80fc8bc0

From c2ec513fe6d0a73d52cc2802409a6ab5a2f6c1e4 Mon Sep 17 00:00:00 2001
From: Cameron Nemo <cnemo@tutanota.com>
Date: Sun, 17 Jul 2022 14:48:59 -0700
Subject: [PATCH 27/27] R-cran-ggplot2: update to 3.3.6

---
 srcpkgs/R-cran-ggplot2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/R-cran-ggplot2/template b/srcpkgs/R-cran-ggplot2/template
index ddf1e5bb6038..56ac2296907e 100644
--- a/srcpkgs/R-cran-ggplot2/template
+++ b/srcpkgs/R-cran-ggplot2/template
@@ -1,6 +1,6 @@
 # Template file for 'R-cran-ggplot2'
 pkgname=R-cran-ggplot2
-version=3.3.5
+version=3.3.6
 revision=1
 build_style=R-cran
 makedepends="R-cran-digest R-cran-glue R-cran-gtable R-cran-isoband
@@ -11,4 +11,4 @@ short_desc="Create Elegant Data Visualisations Using the Grammar of Graphics"
 maintainer="Florian Wagner <florian@wagner-flo.net>"
 license="GPL-2.0-only"
 homepage="https://ggplot2.tidyverse.org/"
-checksum=b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea
+checksum=bfcb4eb92a0fcd3fab713aca4bb25e916e05914f2540271a45522ad7e43943a9

  parent reply	other threads:[~2022-08-02 19:59 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-13  0:46 [PR PATCH] " CameronNemo
2022-03-13  1:38 ` luhann
2022-04-10  3:22 ` [PR PATCH] [Updated] " CameronNemo
2022-07-10  2:15 ` github-actions
2022-07-17 21:50 ` [PR PATCH] [Updated] " CameronNemo
2022-07-17 22:05 ` CameronNemo
2022-07-18  3:27 ` CameronNemo
2022-07-18  3:39 ` CameronNemo
2022-08-02  2:14 ` [PR PATCH] [Closed]: " github-actions
2022-08-02 19:59 ` CameronNemo [this message]
2022-08-17  2:15 ` github-actions
2022-09-06  2:53 [PR PATCH] " CameronNemo
2022-09-06  3:05 ` [PR PATCH] [Updated] " CameronNemo
2023-03-11 17:37 [PR PATCH] " hervyqa
2023-03-11 18:02 ` [PR PATCH] [Updated] " hervyqa

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=20220802195942.-R7ZSYFt4PTWzOdtX3iTf4ZoXfDwRSyovmn2CfuwuJw@z \
    --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).