From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A50F158243 for ; Sun, 24 Nov 2024 22:47:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3049CE09E3 for ; Sun, 24 Nov 2024 22:47:34 +0000 (UTC) Received: from out1.migadu.com (out1.migadu.com [IPv6:2001:41d0:2:863f::]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0452DE0F79 for ; Tue, 12 Jul 2022 12:06:44 +0000 (UTC) Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=r0bert.dev; s=key1; t=1657627603; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=7Vr3c2sIvs/f+ePzkWdPi4LD6JXKAhqXBlbZMOp66S0=; b=rwpTcmzcSPJI9F/hrzRQXvQJEQJM/fCY37NFtOu9Gn7Z17BTKHZalXJHy5WR2ZbyLX5w87 blBlGT8Rx1ejxJE+PEnEtvUlEOhwD7OoZglm7jWMlO1OFclhphPLETNWy4+zG/S16bO5jD OpDyiSXfgAeZD1COGiG777zGmZXbMxGVzbIkmzpG7OGZQog+4J+kR3t3C1+V3CVKQ8v7YT 3Bhd1YOePIUa/onm1jBMt57x6biFLJB2eim5OyNEvSq5IMkCX4VvX+J+yU+ezmPbJwnJes kqr0eph3Nh3JOxhu0mSxzpJGq/cdUZaOEJKyQ4C03v/MeSRJb39Nak43GBInig== Subject: [gentoo-guru] Re: [RFC PATCH v2 0/4] eclass/R-packages: improvements X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Robert Greener To: gentoo-guru@lists.gentoo.org Cc: cyber@sysrq.in, lssndrbarbieri@gmail.com Date: Tue, 12 Jul 2022 13:06:39 +0100 In-Reply-To: <20220706122142.125975-1-me@r0bert.dev> References: <20220705071539.2463760-1-me@r0bert.dev> <20220706122142.125975-1-me@r0bert.dev> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Discussion on the GURU project and repository X-BeenThere: gentoo-guru@gentoo.org X-BeenThere: gentoo-guru@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: r0bert.dev X-Archives-Salt: 0046b0f7-581b-4b77-96a8-056fcd20fd70 X-Archives-Hash: cee6a47fe4e723ddaa2d0d25e109d091 On Wed, 2022-07-06 at 13:21 +0100, Robert Greener wrote: > Hello, >=20 > Here is v2 of the improvements to eclass/R-packages. Thank you > Alessandro and Anna for your comments. >=20 > This time, I use the microsoft cran snapshots (MRAN), to download the > package if CRAN_UPD_DATE is set. If this is not set, then CRAN is > used > as normal. >=20 > The intention would be to update all packages in dev-R to use > CRAN_UPD_DATE and then remove the if guard around this. >=20 > What do you all think? >=20 > -- > Robert >=20 > Robert Greener (4): > =C2=A0 eclass/R-packages: Add CRAN_PV > =C2=A0 eclass/R-packages: Add CRAN_PN variable > =C2=A0 eclass/R-packages: Add CRAN_UPD_DATE and use MRAN. > =C2=A0 eclass/R-packages: Add Robert Greener (myself) as author >=20 > =C2=A0eclass/R-packages.eclass | 24 ++++++++++++++++++------ > =C2=A01 file changed, 18 insertions(+), 6 deletions(-) >=20 Thanks for the comments all. I've merged the changes in the dev branch. -- Robert