gnu: r-debcam: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-debcam): Update to 1.20.0. [arguments]: Remove old comment and enable tests. [inputs]: Replace icedtea with openjdk11. Change-Id: Id8afa7e53d69fa7767901249cab58fe5555d0e48
This commit is contained in:
parent
bcf0ecd1ec
commit
6ea450f390
1 changed files with 3 additions and 6 deletions
|
@ -4723,13 +4723,13 @@ set analyses, and can deal with repeated or longitudinal data.")
|
||||||
(define-public r-debcam
|
(define-public r-debcam
|
||||||
(package
|
(package
|
||||||
(name "r-debcam")
|
(name "r-debcam")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "debCAM" version))
|
(uri (bioconductor-uri "debCAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11vqfkyd3fklc8fhn850kklph8x4pmwclb9xbqji4i21222m89hh"))
|
"1swqqrlwin2i2qq46qyfziblbfsfyd5hf6w39hygp7fdkpic14b7"))
|
||||||
(snippet
|
(snippet
|
||||||
'(for-each delete-file
|
'(for-each delete-file
|
||||||
'("inst/java/CornerDetect.jar"
|
'("inst/java/CornerDetect.jar"
|
||||||
|
@ -4738,9 +4738,6 @@ set analyses, and can deal with repeated or longitudinal data.")
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
;; XXX: since the upgrade to R 4.3.0 this package takes too long to be
|
|
||||||
;; loaded.
|
|
||||||
#:tests? #false
|
|
||||||
#:configure-flags '(list "--fake")
|
#:configure-flags '(list "--fake")
|
||||||
#:modules
|
#:modules
|
||||||
'((guix build r-build-system)
|
'((guix build r-build-system)
|
||||||
|
@ -4768,7 +4765,7 @@ set analyses, and can deal with repeated or longitudinal data.")
|
||||||
(add-after 'install 'strip-jar-timestamps
|
(add-after 'install 'strip-jar-timestamps
|
||||||
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
|
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
|
||||||
(inputs
|
(inputs
|
||||||
(list (list icedtea "jdk")
|
(list (list openjdk11 "jdk")
|
||||||
java-pj))
|
java-pj))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-apcluster
|
(list r-apcluster
|
||||||
|
|
Reference in a new issue