Interface to the fastFM library.

Work in progress

Installation

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)

Example

This is a basic example which shows you how to solve a common problem:

## basic example code