Generates a report about the versions and the purposes of the selected R packages.
Version | 1.0 |
---|---|
Bundle | microarray |
Categories | Latex |
Authors | Marko Laakso (Marko.Laakso@Helsinki.FI) |
Issue tracker | View/Report issues |
Source files | component.xml RConfigurationReport.r |
Usage | Example with default values |
Name | Type | Mandatory | Description |
---|---|---|---|
packageList | IDList | Optional | List of names of R packages to be included into the document |
Name | Type | Description |
---|---|---|
report | Latex | LaTeX-document for the package descriptions |
citations | Bibtex | Collection of literature references related to the packages |
Name | Type | Default | Description |
---|---|---|---|
packages | string | "" | A comma separated list of R package names to be included into the document |
sectionType | string | "section" | Type of LaTeX section: usually one of section, subsection or subsubsection. |
Test case | Parameters▼ | IN packageList |
OUT report |
OUT citations |
||
---|---|---|---|---|---|---|
case1 | (missing) | (missing) | report | citations | ||
case2 | properties | (missing) | report | citations | ||
packages=base,componentSkeleton |