mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -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")
|
(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)))
|
||||||
|
|
Loading…
Reference in a new issue