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).
This commit is contained in:
parent
89fdd9ee0c
commit
666fb2884a
|
@ -6243,12 +6243,12 @@ lot.")
|
||||||
(home-page "https://cran.r-project.org/web/packages/ACCLMA/")
|
(home-page "https://cran.r-project.org/web/packages/ACCLMA/")
|
||||||
(synopsis "ACC & LMA graph plotting")
|
(synopsis "ACC & LMA graph plotting")
|
||||||
(description
|
(description
|
||||||
"This package contains a function that imports data from a @acronym{Comma-Separated
|
"This package contains a function that imports data from a @acronym{CSV,
|
||||||
Values, @acronym{CSV}} file, or uses manually entered data from the format (x,
|
Comma-Separated Values} file, or uses manually entered data from the format (x,
|
||||||
y, weight) and plots the appropriate @acronym{Absolute Concentration Curve,
|
y, weight) and plots the appropriate @acronym{ACC, Absolute Concentration
|
||||||
@acronym{ACC}} vs @acronym{Line of Independence, @acronym{LOI}} graph and
|
Curve} vs @acronym{LOI, Line of Independence} graph and
|
||||||
@acronym{@acronym{LOI} Minus @acronym{ACC}, @acronym{LMA}} graph. The main
|
@acronym{LMA, @acronym{LOI} Minus @acronym{ACC}} graph. The main
|
||||||
function is plotLMA (source file, header) that takes a data set and plots the
|
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
|
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
|
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
|
indicates by TRUE/FALSE (false by default) if the source @acronym{CSV} file has
|
||||||
|
|
Loading…
Reference in New Issue