[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/11: gnu: Add r-rismed.
From: |
guix-commits |
Subject: |
07/11: gnu: Add r-rismed. |
Date: |
Mon, 13 Jul 2020 06:54:28 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f28c09f2fc24f282d91c0c77c7a7722da0b82c44
Author: Peter Lo <peterloleungyau@gmail.com>
AuthorDate: Sat Jun 27 19:07:43 2020 +0800
gnu: Add r-rismed.
* gnu/packages/cran.scm (r-rismed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index e565438..1ff7941 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -21,6 +21,7 @@
;;; Copyright © 2020 Danjela Lura <danielaluraa@gmail.com>
;;; Copyright © 2020 Naga Malleswari <nagamalli@riseup.net>
;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
+;;; Copyright © 2020 Peter Lo <peterloleungyau@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -22372,3 +22373,26 @@ using @dfn{SHAP} (Shapley additive explanation)
visualization plots for
and force plot. It relies on the @code{XGBoost} package to produce SHAP
values.")
(license license:expat)))
+
+(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+)))
- branch master updated (1cc3a04 -> 170bfff), guix-commits, 2020/07/13
- 02/11: gnu: Add python-pyopengl-accelerate., guix-commits, 2020/07/13
- 01/11: gnu: Add python-pyopengl., guix-commits, 2020/07/13
- 03/11: gnu: Add xf86-video-dummy., guix-commits, 2020/07/13
- 05/11: gnu: python2-pyopengl-accelerate: Remove., guix-commits, 2020/07/13
- 06/11: gnu: python2-pyopengl: Remove., guix-commits, 2020/07/13
- 04/11: gnu: xpra: Upgrade to 4.0.2., guix-commits, 2020/07/13
- 07/11: gnu: Add r-rismed.,
guix-commits <=
- 08/11: gnu: Add r-semver., guix-commits, 2020/07/13
- 09/11: gnu: Add r-binman., guix-commits, 2020/07/13
- 10/11: gnu: Add r-wdman., guix-commits, 2020/07/13
- 11/11: gnu: Add r-rselenium., guix-commits, 2020/07/13