mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-lmds: Fix typo in description.
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.
This commit is contained in:
parent
47f29069fc
commit
48e1f21b3f
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ (define-public r-lmds
|
|||
(home-page "https://github.com/dynverse/lmds")
|
||||
(synopsis "Landmark multi-dimensional scaling")
|
||||
(description
|
||||
"This package provides a fast dimensionality reduction method scaleable
|
||||
"This package provides a fast dimensionality reduction method scalable
|
||||
to large numbers of samples. @dfn{Landmark Multi-Dimensional Scaling} (LMDS)
|
||||
is an extension of classical Torgerson MDS, but rather than calculating a
|
||||
complete distance matrix between all pairs of samples, only the distances
|
||||
|
|
Loading…
Reference in a new issue