/BListener

Bayesian Listener

Primary LanguageR

BListener: An R package for co-regulation analysis of timing in music

Travis-CI Build Status AppVeyor build status CRAN status lifecycle

This is a version in development of BListener package.

Install the Package

Before downloading BListener, you should have installed devtools and load it:

install.packages("devtools")
library("devtools")

After that, to download BListener, you can type in the R prompt:

install_github("IPEM/BListener")