diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:36 +0200 |
commit | 48e1f21b3fea4d9dac98b347bf11d13893970f78 (patch) | |
tree | 59d9473c44ffce078121f19866afb6087d378e49 /gnu | |
parent | 47f29069fca455bffd2a0544c5245b4c2a38fbe6 (diff) |
gnu: r-lmds: Fix typo in description.
* gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 5c05f20ea7..deaf6ca4e6 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -969,7 +969,7 @@ variables.") (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 |