Package Details: r-gtools 3.9.5-2

Git Clone URL: https://aur.archlinux.org/r-gtools.git (read-only, click to copy)
Package Base: r-gtools
Description: Various R Programming Tools
Upstream URL: https://cran.r-project.org/package=gtools
Licenses: GPL-2.0-only
Submitter: dhn
Maintainer: dhn (pekkarr, BioArchLinuxBot)
Last Packager: BioArchLinuxBot
Votes: 1
Popularity: 0.000000
First Submitted: 2021-01-11 13:45 (UTC)
Last Updated: 2024-04-24 18:59 (UTC)

Latest Comments

dhn commented on 2023-07-16 17:18 (UTC)

@pekkarr Thank you, done!

pekkarr commented on 2023-07-15 20:27 (UTC)

@dhn I can maintain this package as well as r-docopt, r-gdata, r-ggthemes, and r-httr through the BioArchLinux project. Just add me and BioArchLinuxBot as co-maintainers or maintainers.

Also, the dependency cycles in AUR R packages should be fixed by now, but if there are still some it would be helpful to report those to the maintainers. Or if you mean that the AUR packages have too many dependencies, you can use --nocheck makepkg option which reduces significantly the amount of packages that are needed. The option can be enabled globally in /etc/makepkg.conf. Also the BioArchLinux project provides a repository of pre-built Arch packages, about 4000 of which are R packages. Using the repo is definitely the easiest way to install R packages on Arch.

dhn commented on 2022-07-25 13:43 (UTC)

@petronny: I added r as a dep, thanks for flagging it

@everyone: I am not using this package any more, as I have switched to using R's internal package management for packages. I would prefer to use the AUR, but I ran into too many dependency chains etc.

I will check in on this and the other r packages I maintain in the AUR, but if anyone is actively using them and wants to take over, please just say the word.

petronny commented on 2022-07-25 08:41 (UTC)

Please add r as an dependency.

dhn commented on 2022-06-24 15:16 (UTC)

Thanks @ragreener1 for flagging; updated to 3.9.2.2.

ragreener1 commented on 2022-06-24 14:31 (UTC)

Hi,

Would you update this?

Thanks!

ragreener1 commented on 2022-06-08 09:10 (UTC)

This patch will update it

From ac636ddfae2e0e701950c7871b3a571d62845ef1 Mon Sep 17 00:00:00 2001
From: Robert Greener <me@r0bert.dev>
Date: Wed, 8 Jun 2022 10:09:00 +0100
Subject: [PATCH] Update release to 3.9.2.1

Signed-off-by: Robert Greener <me@r0bert.dev>
---
 .SRCINFO | 6 +++---
 PKGBUILD | 5 +++--
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index dbbed33..af629f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
 pkgbase = r-gtools
    pkgdesc = Various R Programming Tools
-   pkgver = 3.9.2
+   pkgver = 3.9.2.1
    pkgrel = 1
    url = https://cran.r-project.org/web/packages/gtools/
    arch = any
    license = GPL2
-   source = https://cran.r-project.org/src/contrib/gtools_3.9.2.tar.gz
-   sha512sums = edec7dbbe39975764d5acb0dfe465bb31636c6de4c51ee75eec67d9ba48bd3cd025751a115a314ff776d9b2581a3ea047feab85cd66840300a705c77b4b91c5f
+   source = https://cran.r-project.org/src/contrib/gtools_3.9.2.1.tar.gz
+   sha512sums = 94aa2e8b04d532dac6dce684bb6ca7449b4a2659b7244a557f0e042d06f7d29f003ba83c2081b43f0690255fa70a01718e70338a3289557ca036bd0184b56e63

 pkgname = r-gtools
diff --git a/PKGBUILD b/PKGBUILD
index 3880fea..66b2dc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
 # Maintainer: dhn <neilson+aur@sent.com>
+# Contributor: Robert Greener <me@r0bert.dev>

 _pkgname=gtools
 pkgname=r-$_pkgname
-pkgver=3.9.2
+pkgver=3.9.2.1
 pkgrel=1
 pkgdesc='Various R Programming Tools'
 arch=('any')
@@ -12,7 +13,7 @@ depends=()
 makedepends=()
 optdepends=()
 source=("https://cran.r-project.org/src/contrib/${_pkgname}_$pkgver.tar.gz")
-sha512sums=('edec7dbbe39975764d5acb0dfe465bb31636c6de4c51ee75eec67d9ba48bd3cd025751a115a314ff776d9b2581a3ea047feab85cd66840300a705c77b4b91c5f')
+sha512sums=('94aa2e8b04d532dac6dce684bb6ca7449b4a2659b7244a557f0e042d06f7d29f003ba83c2081b43f0690255fa70a01718e70338a3289557ca036bd0184b56e63')

 build(){
     R CMD INSTALL ${_pkgname}_$pkgver.tar.gz -l "$srcdir"
-- 
2.36.1