guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: r-acclma: Fix uses of @acronym in description.


From: Ludovic Courtès
Subject: 02/05: gnu: r-acclma: Fix uses of @acronym in description.
Date: Thu, 4 Oct 2018 04:28:13 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 666fb2884ab487ae69ed3541c4adaf0b4fb6ef41
Author: Ludovic Courtès <address@hidden>
Date:   Thu Oct 4 09:46:43 2018 +0200

    gnu: r-acclma: Fix uses of @acronym in description.
    
    * gnu/packages/cran.scm (r-acclma)[description]: Fix order of arguments
    to @acronym.  The wrong order was causing 'stexi->shtml' to fail (match
    error).
---
 gnu/packages/cran.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a1bf750..efcc2dc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6243,12 +6243,12 @@ lot.")
     (home-page "https://cran.r-project.org/web/packages/ACCLMA/";)
     (synopsis "ACC & LMA graph plotting")
     (description
-     "This package contains a function that imports data from a 
@acronym{Comma-Separated
-Values, @acronym{CSV}} file, or uses manually entered data from the format (x,
-y, weight) and plots the appropriate @acronym{Absolute Concentration Curve,
address@hidden vs @acronym{Line of Independence, @acronym{LOI}} graph and
address@hidden@acronym{LOI} Minus @acronym{ACC}, @acronym{LMA}} graph.  The main
-function is plotLMA (source file, header) that takes a data set and plots the
+     "This package contains a function that imports data from a @acronym{CSV,
+Comma-Separated Values} file, or uses manually entered data from the format (x,
+y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
+Curve} vs @acronym{LOI, Line of Independence} graph and
address@hidden, @acronym{LOI} Minus @acronym{ACC}} graph.  The main
+function is @code{plotLMA} (source file, header) that takes a data set and 
plots the
 appropriate @acronym{LMA} and @acronym{ACC} graphs.  If no source file (a
 string) was passed, a manual data entry window is opened.  The header parameter
 indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has



reply via email to

[Prev in Thread] Current Thread [Next in Thread]