GNU bug report logs - #42079
[PATCH] gnu: Add r-rismed.

Previous Next

Package: guix-patches;

Reported by: Peter Lo <peterloleungyau <at> gmail.com>

Date: Sat, 27 Jun 2020 11:09:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 42079 in the body.
You can then email your comments to 42079 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#42079; Package guix-patches. (Sat, 27 Jun 2020 11:09:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Lo <peterloleungyau <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 27 Jun 2020 11:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Lo <peterloleungyau <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Peter Lo <peterloleungyau <at> gmail.com>
Subject: [PATCH] gnu: Add r-rismed.
Date: Sat, 27 Jun 2020 19:07:43 +0800
* gnu/packages/cran.scm (r-rismed): New variable.
---
 gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ab5e57c0e2..afd5c0e1e3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -22325,3 +22325,27 @@ across a wide array of bioinformatic R packages.")
 and clustering large sequence datasets using fast alignment-free k-mer
 counting and recursive k-means partitioning.")
     (license license:gpl3)))
+
+(define-public r-rismed
+  (package
+    (name "r-rismed")
+    (version "2.1.7")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (cran-uri "RISmed" version))
+        (sha256
+          (base32
+            "08dmkkxsmwp9b4h2g1bbx03cijn793fsnzkmbima8x9d42vxnm1l"))))
+    (properties `((upstream-name . "RISmed")))
+    (build-system r-build-system)
+    (home-page
+      "https://cran.r-project.org/web/packages/RISmed")
+    (synopsis "Download Content from NCBI Databases")
+    (description
+      "This package provides a set of tools to extract bibliographic
+content from the National Center for Biotechnology Information (NCBI)
+databases, including PubMed.  The name RISmed is a portmanteau of
+RIS (for Research Information Systems, a common tag format for
+bibliographic data) and PubMed.")
+    (license license:gpl2+)))
-- 
2.17.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 13 Jul 2020 10:42:01 GMT) Full text and rfc822 format available.

Notification sent to Peter Lo <peterloleungyau <at> gmail.com>:
bug acknowledged by developer. (Mon, 13 Jul 2020 10:42:02 GMT) Full text and rfc822 format available.

Message #10 received at 42079-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Peter Lo <peterloleungyau <at> gmail.com>
Cc: 42079-done <at> debbugs.gnu.org
Subject: Re: [bug#42079] [PATCH] gnu: Add r-rismed.
Date: Mon, 13 Jul 2020 12:41:19 +0200
Hi Peter,

Peter Lo <peterloleungyau <at> gmail.com> skribis:

> * gnu/packages/cran.scm (r-rismed): New variable.

Applied, thanks!  I added you as a copyright holder in that file; let me
know if I got it wrong.

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 10 Aug 2020 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.