me
/
guix
Archived
1
0
Fork 0

gnu: r-memuse: Adjust indentation.

* gnu/packages/cran.scm (r-memuse): Adjust indentation.
master
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
1 changed files with 6 additions and 6 deletions

View File

@ -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)))