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

* gnu/packages/statistics.scm (r-nnet): Update to 7.3-14.
This commit is contained in:
Ricardo Wurmus 2020-04-30 15:27:24 +02:00
parent 9c313889f1
commit aad9233c1d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -643,14 +643,14 @@ (define-public r-mgcv
(define-public r-nnet
(package
(name "r-nnet")
(version "7.3-13")
(version "7.3-14")
(source
(origin
(method url-fetch)
(uri (cran-uri "nnet" version))
(sha256
(base32
"1z0rj5cm4ycw1y0gd5wwwg8c2298v90iybgqdqh17967jbi2125f"))))
"1bzl62p5awva5kxcncs6lrdrkqp9ljd993zia731ckfpcjbrw6sx"))))
(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")