mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-nnet: Update to 7.3-19.
* gnu/packages/statistics.scm (r-nnet): Update to 7.3-19.
This commit is contained in:
parent
291b84b8c6
commit
87fa92288c
1 changed files with 2 additions and 2 deletions
|
@ -726,14 +726,14 @@ (define-public r-mgcv
|
|||
(define-public r-nnet
|
||||
(package
|
||||
(name "r-nnet")
|
||||
(version "7.3-18")
|
||||
(version "7.3-19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "nnet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1l73v6l9ma0vsg4za3c6i3d6yjj7bpdmakbmrzp7205hbkxyp6nj"))))
|
||||
"1rrc70shnrnn7gyq5fhnmw841a06d8y0vp5pp8xv1lvhj931y959"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://www.stats.ox.ac.uk/pub/MASS4/")
|
||||
(synopsis "Feed-forward neural networks and multinomial log-linear models")
|
||||
|
|
Loading…
Reference in a new issue