mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: r-nnet: Update to 7.3-16.
* gnu/packages/statistics.scm (r-nnet): Update to 7.3-16.
This commit is contained in:
parent
88bf883bc5
commit
9015ae66d3
1 changed files with 2 additions and 2 deletions
|
@ -652,14 +652,14 @@ (define-public r-mgcv
|
||||||
(define-public r-nnet
|
(define-public r-nnet
|
||||||
(package
|
(package
|
||||||
(name "r-nnet")
|
(name "r-nnet")
|
||||||
(version "7.3-15")
|
(version "7.3-16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "nnet" version))
|
(uri (cran-uri "nnet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"068yxmx165r9gk4s267iczrzwbwbbg3a8qi0cgncqn78892yvsdc"))))
|
"0smmyx4vhlz99vy4w238y913gq74845v0l1p0g1kgydsp9lijlcr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
|
||||||
(synopsis "Feed-forward neural networks and multinomial log-linear models")
|
(synopsis "Feed-forward neural networks and multinomial log-linear models")
|
||||||
|
|
Loading…
Reference in a new issue