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
|
||||
(package
|
||||
(name "r-nloptr")
|
||||
(version "1.0.4")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nloptr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1sz1xj3785x4vsm4nd6in298bk32hs2jk5nsxma7ivxi7jcmn8l4"))))
|
||||
"15yz60kljxwnhm2m3gryjzxl3ynhkhd5jiwc179b1hz6rlzf71hz"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
`(("r-knitr" ,r-knitr) ; for building vignettes
|
||||
("pkg-config" ,pkg-config)
|
||||
("gfortran" ,gfortran)))
|
||||
(inputs
|
||||
`(("nlopt" ,nlopt)))
|
||||
(home-page "https://cran.r-project.org/web/packages/nloptr")
|
||||
|
|
Loading…
Reference in a new issue