The R Project SVN R

Rev

Rev 60675 | Rev 67399 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 60675 Rev 61433
Line 42... Line 42...
42
  See \url{http://aspell.net},
42
  See \url{http://aspell.net},
43
  \url{http://hunspell.sourceforge.net/} and
43
  \url{http://hunspell.sourceforge.net/} and
44
  \url{http://lasr.cs.ucla.edu/geoff/ispell.html}, respectively, for
44
  \url{http://lasr.cs.ucla.edu/geoff/ispell.html}, respectively, for
45
  obtaining the Aspell, Hunspell and (International) Ispell programs and
45
  obtaining the Aspell, Hunspell and (International) Ispell programs and
46
  dictionaries.
46
  dictionaries.
47
  
47
 
48
  The currently available built-in filters are \code{"Rd"}
48
  The currently available built-in filters are \code{"Rd"}
49
  (corresponding to \code{\link{RdTextFilter}}), \code{"Sweave"}
49
  (corresponding to \code{\link{RdTextFilter}}), \code{"Sweave"}
50
  (corresponding to \code{\link{SweaveTeXFilter}}), \code{"R"},
50
  (corresponding to \code{\link{SweaveTeXFilter}}), \code{"R"},
51
  \code{"pot"} and \code{"dcf"}.
51
  \code{"pot"} and \code{"dcf"}.
52
 
52
 
Line 87... Line 87...
87
  A data frame inheriting from \code{aspell} (which has a useful print
87
  A data frame inheriting from \code{aspell} (which has a useful print
88
  method) with the information about possibly mis-spelled words.
88
  method) with the information about possibly mis-spelled words.
89
}
89
}
90
\seealso{
90
\seealso{
91
  \link{aspell-utils} for utilities for spell checking packages.
91
  \link{aspell-utils} for utilities for spell checking packages.
92
  
92
 
93
  Package \pkg{Aspell} on Omegahat
93
  Package \pkg{Aspell} on Omegahat
94
  (\url{http://www.omegahat.org/Aspell}) for a fine-grained R interface
94
  (\url{http://www.omegahat.org/Aspell}) for a fine-grained R interface
95
  to the Aspell library.
95
  to the Aspell library.
96
}
96
}
97
\examples{
97
\examples{