gnu: r-memuse: Adjust indentation.

* gnu/packages/cran.scm (r-memuse): Adjust indentation.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:39:01 +01:00
parent af861fdead
commit 9d4e62ccce
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -31199,17 +31199,17 @@ (define-public r-memuse
(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)))