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

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

Uses of CantFindPackageException in org.af.jhlir.tools
 

Methods in org.af.jhlir.tools that throw CantFindPackageException
 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.