~ruther/guix-local

97cb349dc10073771b438069e33ebf068dc2d3b3 — Ricardo Wurmus 8 years ago 8c72b83
gnu: r-trimcluster: Update license.

* gnu/packages/statistics.scm (r-trimcluster)[license]: Also specify GPLv3+.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/statistics.scm
M gnu/packages/statistics.scm => gnu/packages/statistics.scm +2 -1
@@ 4724,7 4724,8 @@ multivariate analysis.")
     "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