Last data update: 2014.03.03

hunspell

Package: hunspell
Type: Package
Title: Morphological Analysis and Spell Checker for R
Version: 1.2
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Description: A spell checker and morphological analyzer library designed for
languages with rich morphology and complex word compounding or character
encoding. The package can check and analyze individual words as well as
search for incorrect words within a text, latex or manual document.
License: MIT + file LICENSE
URL: https://github.com/jeroenooms/hunspell https://hunspell.github.io
BugReports: https://github.com/jeroenooms/hunspell/issues
SystemRequirements: Hunspell library and headers
Imports: Rcpp
LinkingTo: Rcpp
Suggests: testthat
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-03-19 19:43:28 UTC; jeroen
Repository: CRAN
Date/Publication: 2016-03-19 23:01:11

● 0 images, 1 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'hunspell' ...
** package 'hunspell' successfully unpacked and MD5 sums checked
Package hunspell was not found in the pkg-config search path.
Perhaps you should add the directory containing `hunspell.pc'
to the PKG_CONFIG_PATH environment variable
No package 'hunspell' found
Using PKG_CFLAGS=
Using PKG_LIBS=-lhunspell-1.3
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because hunspell was not found. Try installing:
 * deb: libhunspell-dev (Debian, Ubuntu, etc)
 * rpm: hunspell-devel (Fedora, CentOS, RHEL)
 * brew: hunspell (Mac OSX)
If hunspell is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a hunspell.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
--------------------------------------------------------------------
ERROR: configuration failed for package 'hunspell'
* removing '/home/ddbj/local/lib64/R/library/hunspell'