[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: Add r-insol.
From: |
guix-commits |
Subject: |
03/17: gnu: Add r-insol. |
Date: |
Fri, 13 Sep 2019 18:41:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5ad9da9ab32761181ace8e41d7af9798e7ce9ea9
Author: Ricardo Wurmus <address@hidden>
Date: Sat Sep 14 00:31:57 2019 +0200
gnu: Add r-insol.
* gnu/packages/cran.scm (r-insol): New variable.
---
gnu/packages/cran.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3c300a3..8228f2d 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15449,3 +15449,31 @@ effect size.")
Library (GDAL) and access to projection/transformation operations from the
PROJ.4 library.")
(license license:gpl2+)))
+
+(define-public r-insol
+ (package
+ (name "r-insol")
+ (version "1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "insol" version))
+ (sha256
+ (base32
+ "14ikz05375pjn9hby7kwkhcnykjilbnkdy5i8lsl7c5qdbhmqcm5"))))
+ (properties `((upstream-name . "insol")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-raster" ,r-raster)
+ ("r-rgdal" ,r-rgdal)))
+ (native-inputs
+ `(("gfortran" ,gfortran)))
+ (home-page "https://meteoexploration.com/R/insol/index.html")
+ (synopsis "Tools for calculating solar radiation")
+ (description
+ "This package provides functions to compute insolation on tilted
+surfaces, computes atmospheric transmittance and related parameters such as:
+Earth radius vector, declination, sunset and sunrise, daylength, equation of
+time, vector in the direction of the sun, vector normal to surface, and some
+atmospheric physics.")
+ (license license:gpl2+)))
- branch master updated (18a613f -> 6e377b8), guix-commits, 2019/09/13
- 02/17: gnu: Add r-rgdal., guix-commits, 2019/09/13
- 03/17: gnu: Add r-insol.,
guix-commits <=
- 07/17: gnu: r-emmeans: Update to 1.4.1., guix-commits, 2019/09/13
- 01/17: gnu: Add r-parameters., guix-commits, 2019/09/13
- 05/17: gnu: r-circlize: Update to 0.4.8., guix-commits, 2019/09/13
- 08/17: gnu: r-sjstats: Update to 0.17.6., guix-commits, 2019/09/13
- 10/17: gnu: r-activity: Update to 1.3., guix-commits, 2019/09/13
- 06/17: gnu: r-sjlabelled: Update to 1.1.1., guix-commits, 2019/09/13
- 09/17: gnu: r-sjplot: Update to 2.7.1., guix-commits, 2019/09/13
- 04/17: gnu: r-httpuv: Update to 1.5.2., guix-commits, 2019/09/13
- 11/17: gnu: r-tidytree: Update to 0.2.7., guix-commits, 2019/09/13
- 12/17: gnu: r-huge: Update to 1.3.3., guix-commits, 2019/09/13