mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-labeling: Update to 0.4.2.
* gnu/packages/statistics.scm (r-labeling): Update to 0.4.2.
This commit is contained in:
parent
f9e1561c46
commit
45c6df5108
1 changed files with 2 additions and 2 deletions
|
@ -872,13 +872,13 @@ non-estimable cases correctly.")
|
|||
(define-public r-labeling
|
||||
(package
|
||||
(name "r-labeling")
|
||||
(version "0.3")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "labeling" version))
|
||||
(sha256
|
||||
(base32 "13sk7zrrrzry6ky1bp8mmnzcl9jhvkig8j4id9nny7z993mnk00d"))))
|
||||
(base32 "0rfikd9gy70b8qz87q9axcwv8nmn9mbxfdwypxi0sghpfs9df8p0"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/labeling")
|
||||
(synopsis "Axis labeling algorithms")
|
||||
|
|
Loading…
Reference in a new issue