Installation

 

Linux

  1. 1)XML package requirements: You must have a recent libXML2 library correctly installed on your computer. If you are using a standard distribution, you should install the devel files.

  2. 2)XML package installation: Now you are able to install the XML package, from source, using the command

            install.packages("XML", type="source")

  3. 3)SVGMapping installation:

           install.packages("SVGMapping",
                repos="http://R-Forge.R-project.org/" ,
                type="source")

WINDOWS

  1. 1)XML package installation: From a R console you can install the XML package using the command

            install.packages("XML")

  2. 2)SVGMapping installation:

           install.packages("SVGMapping",
                repos="http://R-Forge.R-project.org/" ,
                type="source")

OS/X

  1. 1)XML package installation: From a R console you can install the XML package using the command

            install.packages("XML")

  2. 2)SVGMapping installation:

           install.packages("SVGMapping",
                repos="http://R-Forge.R-project.org/",
                type="source")