guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/99: gnu: Add r-palmerpenguins.


From: guix-commits
Subject: 03/99: gnu: Add r-palmerpenguins.
Date: Tue, 9 Mar 2021 16:06:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 91aa72bfe2b72c3fd3142caa879ad00510b13c19
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 9 21:31:03 2021 +0100

    gnu: Add r-palmerpenguins.
    
    * gnu/packages/cran.scm (r-palmerpenguins): 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 e00b611..a5c8de4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2546,6 +2546,30 @@ inspired by Python's Literal String Interpolation 
(PEP-0498) and
 Docstrings (PEP-0257) and Julia's Triple-Quoted String Literals.")
     (license license:expat)))
 
+(define-public r-palmerpenguins
+  (package
+    (name "r-palmerpenguins")
+    (version "0.1.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "palmerpenguins" version))
+       (sha256
+        (base32
+         "0q1k3cdkliq7kwrg1n0vs9b6cjwyfarhlgdijhp9c6riy6y5ik7x"))))
+    (properties
+     `((upstream-name . "palmerpenguins")))
+    (build-system r-build-system)
+    (home-page "https://allisonhorst.github.io/palmerpenguins/";)
+    (synopsis "Palmer Archipelago (Antarctica) penguin data")
+    (description
+     "This package includes size measurements, clutch observations, and blood
+isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins
+observed on islands in the Palmer Archipelago near Palmer Station, Antarctica.
+Data were collected and made available by Dr. Kristen Gorman and the Palmer
+Station Long Term Ecological Research (LTER) Program.")
+    (license license:cc0)))
+
 (define-public r-pastecs
   (package
    (name "r-pastecs")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]