Uses of Package
org.af.jhlir.packages

Packages that use org.af.jhlir.packages
org.af.jhlir.packages Provides classes for managing and installing R packages. 
org.af.jhlir.tools Provides tools for executing R in batch mode, identifying paths and settings. 
 

Classes in org.af.jhlir.packages used by org.af.jhlir.packages
RPackage
          Class to encapsulate name, version number and install path of an R package If location is null, this means that the package is not installed.
 

Classes in org.af.jhlir.packages used by org.af.jhlir.tools
CantFindPackageException
          Exception is thrown, if R package is not found in repository.
RPackage
          Class to encapsulate name, version number and install path of an R package If location is null, this means that the package is not installed.