mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: r-trimcluster: Update license.
* gnu/packages/statistics.scm (r-trimcluster)[license]: Also specify GPLv3+.
This commit is contained in:
parent
8c72b83096
commit
97cb349dc1
1 changed files with 2 additions and 1 deletions
|
@ -4724,7 +4724,8 @@ (define-public r-trimcluster
|
|||
"The trimmed k-means clustering method by Cuesta-Albertos, Gordaliza and
|
||||
Matran (1997). This optimizes the k-means criterion under trimming a portion
|
||||
of the points.")
|
||||
(license license:gpl2+)))
|
||||
;; Any GPL version
|
||||
(license (list license:gpl2+ license:gpl3+))))
|
||||
|
||||
(define-public r-fpc
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue