ModuleInfo-class {Aspell} | R Documentation |
This class is used to provide a description of an aspell module.
Objects can be created by calls of the form new("ModuleInfo", ...)
.
Objects of this class are typically created indirectly
by a call to getModuleInfo
, and directly
by a helper function (createModuleInfo
) in the package
name
:"character"
. A string
giving the name of the module.order_num
:"numeric"
. ?lib_dir
:"character"
. The
directory in which the module is located.dict_dirs
:"character"
. A
vector giving the names o the directories. This is not working for
modules currently so is left as NA
.dict_exts
:"character"
. A list
of the extensions for this module.No methods defined with class "ModuleInfo" in the signature.
Duncan Temple Lang <duncan@wald.ucdavis.edu>
http://aspell.sourceforge.net http://www.omegahat.org