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

* gnu/packages/statistics.scm (r-nnet): Update to 7.3-13.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:55:14 +01:00
parent e3eb7ee474
commit 51d36a12b7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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