edublancas / song-lyrics

Exploratory Analysis of 200K+ song lyrics from the 1 million songs dataset
https://blancas.io/song-lyrics/
MIT License
5 stars 1 forks source link

error on make requirements #34

Closed aaronsadholz closed 6 years ago

aaronsadholz commented 6 years ago

Ran into another error here

(py3) dyn-129-236-223-140:song-lyrics spare$ make requirements echo 'Installing R packages...' Installing R packages... ./install_r_requirements Error: unexpected string constant in: "reqs <- c('tidyverse', 'rjson', 'dplyr', 'ggplot2', 'feather','scales' 'reshape2'" Execution halted make: *** [requirements] Error 1

edublancas commented 6 years ago

there was a missing comma, fixed it

aaronsadholz commented 6 years ago

working now. thanks