From 9fc3e4fb266903eb8b3eb9434c3cc84c64da5aed Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 22 Jan 2023 09:12:50 +0100 Subject: [PATCH] gnu: r-speaq: Fix description. * gnu/packages/bioconductor.scm (r-speaq)[description]: Reword. --- gnu/packages/bioconductor.scm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 7b6515a639..420940ff21 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7896,7 +7896,7 @@ (define-public r-slingshot graph construction.") (license license:artistic2.0))) -;; This is a CRAN package but it depends on a bionconductor package. +;; This is a CRAN package but it depends on a bioconductor package. (define-public r-speaq (package (name "r-speaq") @@ -7927,13 +7927,13 @@ (define-public r-speaq (home-page "https://cran.r-project.org/package=speaq") (synopsis "Tools for nuclear magnetic resonance spectra alignment") (description - "This package helps with @acronym{NMR, Nuclear Magnetic Resonance} spectroscopy -data analysis as easy as possible. It only requires a small set of functions to -perform an entire analysis. Speaq offers the possibility of raw spectra alignment -and quantitation but also an analysis based on features whereby the spectra are -converted to peaks which are then grouped and turned into features. These features -can be processed with any number of statistical tools either included in speaq -or available elsewhere on CRAN.") + "This package aims to make @acronym{NMR, Nuclear Magnetic Resonance} +spectroscopy data analysis as easy as possible. It only requires a small set +of functions to perform an entire analysis. Speaq offers the possibility of +raw spectra alignment and quantitation but also an analysis based on features +whereby the spectra are converted to peaks which are then grouped and turned +into features. These features can be processed with any number of statistical +tools either included in speaq or available elsewhere on CRAN.") (license license:asl2.0))) (define-public r-stager