guix-commits
[Top][All Lists]
Advanced

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

40/54: gnu: Add r-acuityview.


From: guix-commits
Subject: 40/54: gnu: Add r-acuityview.
Date: Sat, 14 Dec 2019 07:36:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 154555e42fafbbeb45ebc44a2f4de19b41adc2cd
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Dec 14 11:28:35 2019 +0100

    gnu: Add r-acuityview.
    
    * gnu/packages/cran.scm (r-acuityview): 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 f5eaf88..64b6ed9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18274,3 +18274,27 @@ morphology, transformations, etc.) as well as various 
functions for easily
 analyzing image data using R.  The package wraps @url{http://cimg.eu, CImg}, a
 simple, modern C++ library for image processing.")
     (license license:lgpl3)))
+
+(define-public r-acuityview
+  (package
+    (name "r-acuityview")
+    (version "0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "AcuityView" version))
+       (sha256
+        (base32
+         "0f0iclmnwdc8ixiiai4svk4x1g3pjy7dhm3cm58fv6ckx12d3d2l"))))
+    (properties `((upstream-name . "AcuityView")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-fftwtools" ,r-fftwtools)
+       ("r-imager" ,r-imager)
+       ("r-plotrix" ,r-plotrix)))
+    (home-page "https://cran.r-project.org/web/packages/AcuityView/";)
+    (synopsis "Display scenes as seen by an animal with less acute vision")
+    (description
+     "This package provides a simple method for representing a visual scene as
+it may be seen by an animal with less acute vision.")
+    (license license:gpl2+)))



reply via email to

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