if (!require(devtools)) install.packages("devtools",quiet=TRUE)
devtools::install_github("tuomaseerola/MusicScienceData@main",quiet=TRUE)
library(MusicScienceData)Technical Notes
Jupyter notebooks have been made to be compatible with Colab. For Python, the libraries included are in March 2024:
Python version 3.10.12matplotlib version 3.7.1librosa version 0.10.1numpy version 1.25.2
and for R, the version in the Colab are:
R version 4.2.2tidyverse 1.3.1ggplot2 3.4.0
Some R notebooks install extra libraries. Most of the R notebooks require installing MusicScienceData library available at https://github.com/tuomaseerola/MusicScienceData.
In R, this library can be installed:
- See Python version and R version.