From 48e1f21b3fea4d9dac98b347bf11d13893970f78 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:01 +0200 Subject: gnu: r-lmds: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cran.scm (r-lmds)[description]: Fix ‘scaleable’ typo. --- gnu/packages/cran.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/cran.scm') 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 -- cgit v1.2.3 From b015a15c5736758c8c94be971a7d0b3c256462b9 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:00 +0200 Subject: gnu: Fix all this damn packages. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/bioinformatics.scm (r-icellnet)[description]: Fix ‘this packages’ typo. * gnu/packages/cran.scm (r-add2ggplot)[description]: Likewise. * gnu/packages/crates-io.scm (rust-const-oid-0.6, rust-pem-rfc7468-0.2) (rust-scrypt-0.8)[description]: Likewise. --- gnu/packages/bioinformatics.scm | 2 +- gnu/packages/cran.scm | 2 +- gnu/packages/crates-io.scm | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages/cran.scm') diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 474d85f320..239a8c13df 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7824,7 +7824,7 @@ single-cell data.") r-rlist)) (home-page "https://github.com/soumelis-lab/ICELLNET") (synopsis "Transcriptomic-based framework to dissect cell communication") - (description "This packages provides a a transcriptomic-based framework + (description "This package provides a a transcriptomic-based framework to dissect cell communication in a global manner. It integrates an original expert-curated database of ligand-receptor interactions taking into account multiple subunits expression. Based on transcriptomic profiles (gene diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index deaf6ca4e6..0fdcfb3cb9 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -28198,7 +28198,7 @@ geometric models.") (native-inputs (list r-knitr)) (home-page "https://github.com/JiaxiangBU/add2ggplot") (synopsis "Extension for ggplot2") - (description "This packages provides tools to create themes and color + (description "This package provides tools to create themes and color palettes for the package ggplot2.") (license license:expat))) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 136e5fe727..7301084382 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -12781,7 +12781,7 @@ const functions with conditional compilations.") (home-page "https://github.com/RustCrypto/formats/tree/master/const-oid") (synopsis "Implementation of the ISO/IEC Object Identifier (OID)") (description - "This packages is a const-friendly implementation of the ISO/IEC Object + "This package is a const-friendly implementation of the ISO/IEC Object Identifier (OID) standard as defined in ITU X.660, with support for BER/DER encoding/decoding as well as heapless no_std (i.e., embedded) support.") (license (list license:asl2.0 license:expat)))) @@ -41728,7 +41728,7 @@ PEM-encoded data.") (synopsis "PEM Encoding implementing a subset of Privacy-Enhanced Mail encoding") (description - "This packages provides PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS + "This package provides PEM Encoding (RFC 7468) for PKIX, PKCS, and CMS Structures, implementing a strict subset of the original Privacy-Enhanced Mail encoding intended specifically for use with cryptographic keys, certificates, and other messages. It provides a no_std-friendly, constant-time @@ -52866,7 +52866,7 @@ clean}.") (home-page "https://github.com/RustCrypto/password-hashes") (synopsis "Scrypt password-based key derivation function") (description - "This packages provides a Scrypt password-based key derivation + "This package provides a Scrypt password-based key derivation function.") (license (list license:expat license:asl2.0)))) -- cgit v1.2.3