Uses of Class
org.af.jhlir.packages.RPackage

Packages that use RPackage
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. 
 

Uses of RPackage in org.af.jhlir.packages
 

Methods in org.af.jhlir.packages that return types with arguments of type RPackage
 List<RPackage> PackageManager.getInstalledPackages()
          Updates the internal list of installed packages by using the derived class and calling evalInstalledPackagesCmd
 

Uses of RPackage in org.af.jhlir.tools
 

Methods in org.af.jhlir.tools that return RPackage
 RPackage RCmdBatch.getInstalledPackInfo(String pack)
          Retrieve information about an installed R package on the current library paths.
 RPackage RCmdBatch.installCranPackage(String pack)
          Installs an R package from CRAN into the defaullt library directory.
 RPackage RCmdBatch.installCranPackage(String pack, File where)
          Installs an R package from CRAN.
 RPackage RCmdBatch.installRForgePackage(String pack)
          Installs an R package from R-Forge into the defaullt library directory.
 RPackage RCmdBatch.installRForgePackage(String pack, File where)
          Installs an R package from R-Forge.