bnosac / BTM

Biterm Topic Modelling for Short Text with R
Apache License 2.0
94 stars 15 forks source link

R package availability #2

Closed lhmcgrath closed 5 years ago

lhmcgrath commented 5 years ago

I tried installing as instructed but received a warning that BTM isn't available for R version 3.5.1 (also checked 3.3.3). I couldn't find any info on an R version this is compatible with. Am I missing something?

jwijffels commented 5 years ago

The package is submitted to CRAN, it's on their ftp at ftp://cran.r-project.org/incoming/inspect/ but it still needs to be approved by cran. I expect that it will be on CRAN this week or maybe in the beginning of January depending on further inspection by CRAN and their availability. For the time being, you can install with devtools::install_github("bnosac/BTM") or it's you can install it also from our own cran server: install.packages("BTM", repos = "http://www.datatailor.be/rcube", type = "source") or just wait untill it's approved by CRAN.

jwijffels commented 5 years ago

FYI. Package is on cran since today https://CRAN.R-project.org/package=BTM