mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-memuse: Adjust indentation.
* gnu/packages/cran.scm (r-memuse): Adjust indentation.
This commit is contained in:
parent
af861fdead
commit
9d4e62ccce
1 changed files with 6 additions and 6 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue