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") (name "r-memuse")
(version "4.2-3") (version "4.2-3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "memuse" version)) (uri (cran-uri "memuse" version))
(sha256 (sha256
(base32 (base32
"0816s6airiqmn8faprpwmchxaay6llri4673ivlx1bp2cpvdyvwh")))) "0816s6airiqmn8faprpwmchxaay6llri4673ivlx1bp2cpvdyvwh"))))
(properties `((upstream-name . "memuse"))) (properties `((upstream-name . "memuse")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/shinra-dev/memuse") (home-page "https://github.com/shinra-dev/memuse")
(synopsis "Memory Estimation Utilities") (synopsis "Memory Estimation Utilities")
(description (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 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?") your current R session using? How much ram do you even have?")
(license license:bsd-2))) (license license:bsd-2)))