guix-commits
[Top][All Lists]
Advanced

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

15/158: gnu: r-memuse: Adjust indentation.


From: guix-commits
Subject: 15/158: gnu: r-memuse: Adjust indentation.
Date: Sun, 19 Mar 2023 13:24:02 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9d4e62ccce9c9948ef0a92501109c71c41a92c39
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Mar 19 14:39:01 2023 +0100

    gnu: r-memuse: Adjust indentation.
    
    * gnu/packages/cran.scm (r-memuse): Adjust indentation.
---
 gnu/packages/cran.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3d9f94f2b9..f10e2ba1ef 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31199,17 +31199,17 @@ regression model estimates, which can be exported to 
LaTeX and HTML.")
     (name "r-memuse")
     (version "4.2-3")
     (source (origin
-             (method url-fetch)
-             (uri (cran-uri "memuse" version))
-             (sha256
-              (base32
-               "0816s6airiqmn8faprpwmchxaay6llri4673ivlx1bp2cpvdyvwh"))))
+              (method url-fetch)
+              (uri (cran-uri "memuse" version))
+              (sha256
+               (base32
+                "0816s6airiqmn8faprpwmchxaay6llri4673ivlx1bp2cpvdyvwh"))))
     (properties `((upstream-name . "memuse")))
     (build-system r-build-system)
     (home-page "https://github.com/shinra-dev/memuse";)
     (synopsis "Memory Estimation Utilities")
     (description
-      "This package provides procedures to answer the following questions:
+     "This package provides procedures to answer the following questions:
 How much ram do you need to store a 100,000 by 100,000 matrix? How much ram is
 your current R session using? How much ram do you even have?")
     (license license:bsd-2)))



reply via email to

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