gnu: r-nnet: Update to 7.3-18.

* gnu/packages/statistics.scm (r-nnet): Update to 7.3-18.
This commit is contained in:
Ricardo Wurmus 2022-11-04 09:59:02 +01:00
parent 0f458f46a4
commit 4a01cc884f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -723,14 +723,14 @@ distributions beyond the exponential family.")
(define-public r-nnet
(package
(name "r-nnet")
(version "7.3-17")
(version "7.3-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "nnet" version))
(sha256
(base32
"0rws3rkd7dz1maz2mkld29jfrixjgacay8rqz7nmi82a2sw0nxgf"))))
"1l73v6l9ma0vsg4za3c6i3d6yjj7bpdmakbmrzp7205hbkxyp6nj"))))
(build-system r-build-system)
(home-page "http://www.stats.ox.ac.uk/pub/MASS4/")
(synopsis "Feed-forward neural networks and multinomial log-linear models")