guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: r-boruta: Fix indentation and description.


From: guix-commits
Subject: 01/02: gnu: r-boruta: Fix indentation and description.
Date: Mon, 22 Jun 2020 06:40:29 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6c9834f59f54abdd07ed502a1a7194e592fc7f9a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 22 12:38:41 2020 +0200

    gnu: r-boruta: Fix indentation and description.
    
    * gnu/packages/statistics.scm (r-boruta)[description]: Fix indentation, add
    line breaks, and complete the first sentence fragment.
---
 gnu/packages/statistics.scm | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 25330cb..76a93db 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5909,18 +5909,20 @@ various statistical analysis programs such as R, Julia, 
and JAGS.")
     (name "r-boruta")
     (version "7.0.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (cran-uri "Boruta" version))
-        (sha256
-          (base32
-            "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "Boruta" version))
+       (sha256
+        (base32
+         "0y2w4wb45kfnzrxcrdsiwgal9fsnlr3wad1sqdc70qv8gp921xbg"))))
     (properties `((upstream-name . "Boruta")))
     (build-system r-build-system)
     (propagated-inputs `(("r-ranger" ,r-ranger)))
     (home-page "https://gitlab.com/mbq/Boruta/";)
-    (synopsis
-      "Wrapper Algorithm for All Relevant Feature Selection")
+    (synopsis "Wrapper algorithm for all relevant feature selection")
     (description
-      "An all relevant feature selection wrapper algorithm.  It finds relevant 
features by comparing original attributes' importance with importance 
achievable at random, estimated using their permuted copies (shadows).")
+     "This package provides an all relevant feature selection wrapper
+algorithm.  It finds relevant features by comparing original attributes'
+importance with importance achievable at random, estimated using their
+permuted copies (shadows).")
     (license license:gpl2+)))



reply via email to

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