[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/11: gnu: Add r-celestial.
From: |
guix-commits |
Subject: |
04/11: gnu: Add r-celestial. |
Date: |
Tue, 31 Oct 2023 08:59:01 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 48b2478067d98c64a89dba28bdf9864f9d9339e0
Author: Mădălin Ionel Patrașcu <madalinionel.patrascu@mdc-berlin.de>
AuthorDate: Tue Oct 31 11:57:22 2023 +0100
gnu: Add r-celestial.
* gnu/packages/cran.scm (r-celestial): New variable.
Change-Id: I9ab9c6b6c79f2fb12d7391a75e7214bbeba675fc
---
gnu/packages/cran.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 60deaf45ac..e6dad52f18 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -305,6 +305,30 @@ are included as well.")
;; Any version of the GPL.
(license license:gpl3+)))
+(define-public r-celestial
+ (package
+ (name "r-celestial")
+ (version "1.4.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "celestial" version))
+ (sha256
+ (base32 "1gls0qvr8mxz79lsmk76v253f747g0cqys8p8wjmpijs8r0pyr4z"))))
+ (properties `((upstream-name . "celestial")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-nistunits r-pracma r-rann))
+ (home-page "https://cran.r-project.org/package=celestial")
+ (synopsis
+ "Collection of common astronomical conversion routines and functions")
+ (description
+ "This package contains a number of common astronomy conversion routines,
+particularly the HMS and degrees schemes, which can be fiddly to convert
between
+on mass due to the textural nature of the former. It allows users to
coordinate
+match datasets quickly. It also contains functions for various cosmological
+calculations.")
+ (license license:gpl3)))
+
;; The package sources include multiple non-minified JavaScript files and the
;; v5.1.0 variant of d3.js. The d3.js file is not minified.
(define-public r-chromomap
- branch master updated (c0895371c5 -> a0a377fdd6), guix-commits, 2023/10/31
- 01/11: gnu: Add r-r3cseq., guix-commits, 2023/10/31
- 03/11: gnu: Add r-nistunits., guix-commits, 2023/10/31
- 02/11: gnu: Add r-r4rna., guix-commits, 2023/10/31
- 04/11: gnu: Add r-celestial.,
guix-commits <=
- 06/11: gnu: Add r-relations., guix-commits, 2023/10/31
- 08/11: gnu: Add r-bench., guix-commits, 2023/10/31
- 09/11: gnu: Add r-piano., guix-commits, 2023/10/31
- 07/11: gnu: Add r-profmem., guix-commits, 2023/10/31
- 05/11: gnu: Add r-magicaxis., guix-commits, 2023/10/31
- 10/11: gnu: Add r-coregx., guix-commits, 2023/10/31
- 11/11: gnu: Add r-radiogx., guix-commits, 2023/10/31