Interface to the fastFM library.
Work in progress
System requirements: libopenblas-dev
sudo apt-get install libopenblas-dev
You can install rfastfm from github with:
if (!require("devtools"))
install.packages("devtools")
install_dir <- file.path(tempdir(), "rfastfm")
system(paste("git clone --recursive", shQuote("https://github.com/adrtod/rfastfm.git"), shQuote(install_dir)))
devtools::install(install_dir)
This is a basic example which shows you how to solve a common problem:
## basic example code