diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-10-04 09:46:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-10-04 09:46:43 +0200 |
commit | 666fb2884ab487ae69ed3541c4adaf0b4fb6ef41 (patch) | |
tree | dc2a336830875d21b3a3c705ed16fd88a88ba5c0 | |
parent | 89fdd9ee0cc8817283449b33a8c1a2604c575c7e (diff) | |
download | patches-666fb2884ab487ae69ed3541c4adaf0b4fb6ef41.tar patches-666fb2884ab487ae69ed3541c4adaf0b4fb6ef41.tar.gz |
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).
-rw-r--r-- | gnu/packages/cran.scm | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a1bf750da6..efcc2dccb5 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, -@acronym{ACC}} vs @acronym{Line of Independence, @acronym{LOI}} graph and -@acronym{@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 +@acronym{LMA, @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 |