me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/statistics.scm (r-nnet): Update to 7.3-15.
master
Ricardo Wurmus 2021-02-11 00:56:30 +01:00
parent 9236cd7c9e
commit 3bab010246
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -653,14 +653,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-14") (version "7.3-15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "nnet" version)) (uri (cran-uri "nnet" version))
(sha256 (sha256
(base32 (base32
"1bzl62p5awva5kxcncs6lrdrkqp9ljd993zia731ckfpcjbrw6sx")))) "068yxmx165r9gk4s267iczrzwbwbbg3a8qi0cgncqn78892yvsdc"))))
(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")