mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-with-tests: Update to 4.2.2.
* gnu/packages/statistics.scm (r-with-tests): Update to 4.2.2. [arguments]: Patch DESCRIPTION file of "tools" package to avoid non-deterministic line break.
This commit is contained in:
parent
ffe149ccc5
commit
eeeca2341d
1 changed files with 7 additions and 3 deletions
|
@ -206,7 +206,7 @@ (define-public libxls
|
||||||
(define r-with-tests
|
(define r-with-tests
|
||||||
(package
|
(package
|
||||||
(name "r-with-tests")
|
(name "r-with-tests")
|
||||||
(version "4.2.1")
|
(version "4.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cran/src/base/R-"
|
(uri (string-append "mirror://cran/src/base/R-"
|
||||||
|
@ -214,7 +214,7 @@ (define r-with-tests
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gv4di1x835i4nsy21vqw66c0blmmmvyjkixc5a8x117dm4dnljd"))))
|
"1x9xjl6fyzs8r72zigirp905ki50wzyw9rxf7iqsbbsixi12pxhg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:disallowed-references (,tzdata-for-tests)
|
`(#:disallowed-references (,tzdata-for-tests)
|
||||||
|
@ -310,7 +310,11 @@ (define r-with-tests
|
||||||
(("\\(2008\\)\n") "(2008) ")
|
(("\\(2008\\)\n") "(2008) ")
|
||||||
((" ``Software") "``Software")
|
((" ``Software") "``Software")
|
||||||
(("Data Analysis:.") "Data Analysis:\n")
|
(("Data Analysis:.") "Data Analysis:\n")
|
||||||
(("Programming with R") " Programming with R"))))
|
(("Programming with R") " Programming with R"))
|
||||||
|
(substitute* "src/library/tools/DESCRIPTION.in"
|
||||||
|
(("codetools, methods, xml2, curl, commonmark, knitr, xfun, mathjaxr")
|
||||||
|
"codetools, methods, xml2, curl, commonmark,
|
||||||
|
knitr, xfun, mathjaxr"))))
|
||||||
(add-before 'build 'set-locales
|
(add-before 'build 'set-locales
|
||||||
(lambda _
|
(lambda _
|
||||||
(setlocale LC_ALL "C")
|
(setlocale LC_ALL "C")
|
||||||
|
|
Loading…
Reference in a new issue