Last data update: 2014.03.03

topicmodels

Package: topicmodels
Type: Package
Title: Topic Models
Version: 0.2-4
Authors@R: c(person("Bettina", "Grün", role = c("aut", "cre"),
email = "Bettina.Gruen@jku.at"),
person("Kurt", "Hornik", role = "aut"))
Description: Provides an interface to the C code for Latent Dirichlet
Allocation (LDA) models and Correlated Topics Models
(CTM) by David M. Blei and co-authors and the C++ code
for fitting LDA models using Gibbs sampling by Xuan-Hieu
Phan and co-authors.
Depends: R (>= 2.15.0)
Imports: stats4, methods, modeltools, slam, tm (>= 0.6)
Suggests: lasso2, lattice, lda, OAIHarvester, SnowballC, XML,
corpus.JSS.papers
Additional_repositories: http://datacube.wu.ac.at
SystemRequirements: GNU Scientific Library version >= 1.8
License: GPL-2
Encoding: UTF-8
LazyLoad: yes
NeedsCompilation: yes
Packaged: 2016-05-23 06:13:16 UTC; hornik
Author: Bettina Grün [aut, cre],
Kurt Hornik [aut]
Maintainer: Bettina Grün <Bettina.Gruen@jku.at>
Repository: CRAN
Date/Publication: 2016-05-23 08:33:09

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

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'topicmodels' ...
** package 'topicmodels' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c cokus.c -o cokus.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c common.c -o common.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c ctm.c -o ctm.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c dataset.cpp -o dataset.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c gsl-wrappers.c -o gsl-wrappers.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c inference.c -o inference.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lda-alpha.c -o lda-alpha.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lda-inference.c -o lda-inference.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c lda-model.c -o lda-model.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c model.cpp -o model.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rGibbslda.cpp -o rGibbslda.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rctm.c -o rctm.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c rlda.c -o rlda.o
g++ -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utilities.cpp -o utilities.o
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c utils.c -o utils.o
g++ -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o topicmodels.so cokus.o common.o ctm.o dataset.o gsl-wrappers.o inference.o lda-alpha.o lda-inference.o lda-model.o model.o rGibbslda.o rctm.o rlda.o utilities.o utils.o -lgsl -lgslcblas -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/topicmodels/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'topicmodels'
    finding HTML links ... done
    associatedpress                         html  
    build_graph                             html  
    ctm                                     html  
    distHellinger                           html  
    get                                     html  
    lda                                     html  
    ldaformat2dtm                           html  
    logLik-methods                          html  
    perplexity                              html  
    posterior-methods                       html  
    tm-class                                html  
    tmcontrol-class                         html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (topicmodels)
Making 'packages.html' ... done