[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#32699] Adding r-gtk2 and other packages for r-qda (RFC)
From: |
zimoun |
Subject: |
[bug#32699] Adding r-gtk2 and other packages for r-qda (RFC) |
Date: |
Wed, 23 Mar 2022 16:45:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi Ricardo,
Digging this old patch [1], well considering that running now “guix
import cran -r” for the second submission:
+ (name "r-nlp“)
+ (version "0.1-11")
+ (name "r-tm")
+ (version "0.7-5")
the result is:
(name "r-nlp")
(version "0.2-1")
(name "r-tm")
(version "0.7-8")
For the others:
+(define-public r-rgtk2
+ (package
+ (name "r-rgtk2")
+ (version "2.20.35")
Not in CRAN anymore.
+(define-public r-cairodevice
+ (package
+ (name "r-cairodevice")
+ (version "2.25")
Not in CRAN anymore.
+(define-public r-gwidgets
+ (package
+ (name "r-gwidgets")
+ (version "0.0-54")
Not in CRAN anymore.
+(define-public r-gwidgetsrgtk2
+ (package
+ (name "r-gwidgetsrgtk2")
+ (version "0.0-86")
Not in CRAN anymore.
+(define-public r-igraph
+ (package
+ (name "r-igraph")
+ (version "1.2.2")
Current Guix:
name: r-igraph
version: 1.2.11
+(define-public r-rqda
+ (let ((commit "3cd9abbbde590e1bf9c602b427ebd49e43b6b71a")
+ (revision "0.3-1"))
+ (package
Not in CRAN anymore.
On Thu, 13 Sep 2018 at 14:55, Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
wrote:
> Here some more comments and questions about the patches:
[...]
> To generate patches more easily you can create one local commit per
> package and then use git format-patch -5 to create 5 patch files for the
> last 5 commits. We usually apply one patch per package.
Reading your comments, I propose therefore to drop this patch in favor
of another recent submission one (I or you if you beat me :-)) could do
later after this email.
WDYT?
1: <http://issues.guix.gnu.org/issue/32699>
Cheers,
simon
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#32699] Adding r-gtk2 and other packages for r-qda (RFC),
zimoun <=