Archived
1
0
Fork 0

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 @@ distributions beyond the exponential family.")
(define-public r-nnet (define-public r-nnet
(package (package
(name "r-nnet") (name "r-nnet")
(version "7.3-12") (version "7.3-13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "nnet" version)) (uri (cran-uri "nnet" version))
(sha256 (sha256
(base32 (base32
"17amqnw9dpap2w8ivx53hxha2xrm0drwfnj32li0xk41hlz548r7")))) "1z0rj5cm4ycw1y0gd5wwwg8c2298v90iybgqdqh17967jbi2125f"))))
(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")