Last data update: 2014.03.03

tau

Package: tau
Version: 0.0-18
Encoding: UTF-8
Title: Text Analysis Utilities
Authors@R: c(person("Christian", "Buchta", role = "aut"),
person("Kurt", "Hornik", role = c("aut", "cre"),
email = "Kurt.Hornik@R-project.org"),
person("Ingo", "Feinerer", role = "aut"),
person("David", "Meyer", role = "aut"))
Description: Utilities for text analysis.
Suggests: tm
License: GPL-2
Packaged: 2015-02-10 18:04:03 UTC; hornik
Author: Christian Buchta [aut],
Kurt Hornik [aut, cre],
Ingo Feinerer [aut],
David Meyer [aut]
Maintainer: Kurt Hornik <Kurt.Hornik@R-project.org>
Depends: R (>= 2.10)
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2015-02-10 19:07:06

● Cran Task View: NaturalLanguageProcessing
● 0 images, 5 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'tau' ...
** package 'tau' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c encoding.c -o encoding.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c pcre_valid_utf8.c -o pcre_valid_utf8.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c textcnt.c -o textcnt.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o tau.so encoding.o pcre_valid_utf8.o textcnt.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/tau/libs
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'tau'
    finding HTML links ... done
    encoding                                html  
    readers                                 html  
    textcnt                                 html  
    translate                               html  
    util                                    html  
** building package indices
** testing if installed package can be loaded
* DONE (tau)
Making 'packages.html' ... done