GNU bug report logs -
#42079
[PATCH] gnu: Add r-rismed.
Previous Next
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.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Mon, 13 Jul 2020 12:41:19 +0200
with message-id <87v9irsnn4.fsf <at> gnu.org>
and subject line Re: [bug#42079] [PATCH] gnu: Add r-rismed.
has caused the debbugs.gnu.org bug report #42079,
regarding [PATCH] gnu: Add r-rismed.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42079: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=42079
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
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’.
This bug report was last modified 5 years and 5 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.