mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-nloptr: Update to 1.2.1.
* gnu/packages/statistics.scm (r-nloptr): Update to 1.2.1. [native-inputs]: Add r-knitr and gfortran.
This commit is contained in:
parent
c5bd8a7c23
commit
6ab5670aba
1 changed files with 5 additions and 3 deletions
|
@ -5089,17 +5089,19 @@ (define-public r-quantreg
|
||||||
(define-public r-nloptr
|
(define-public r-nloptr
|
||||||
(package
|
(package
|
||||||
(name "r-nloptr")
|
(name "r-nloptr")
|
||||||
(version "1.0.4")
|
(version "1.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nloptr" version))
|
(uri (cran-uri "nloptr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sz1xj3785x4vsm4nd6in298bk32hs2jk5nsxma7ivxi7jcmn8l4"))))
|
"15yz60kljxwnhm2m3gryjzxl3ynhkhd5jiwc179b1hz6rlzf71hz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("r-knitr" ,r-knitr) ; for building vignettes
|
||||||
|
("pkg-config" ,pkg-config)
|
||||||
|
("gfortran" ,gfortran)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("nlopt" ,nlopt)))
|
`(("nlopt" ,nlopt)))
|
||||||
(home-page "https://cran.r-project.org/web/packages/nloptr")
|
(home-page "https://cran.r-project.org/web/packages/nloptr")
|
||||||
|
|
Loading…
Reference in a new issue