TheEconomist / big-mac-data

Data and methodology for the Big Mac index
https://www.economist.com/bigmac
MIT License
1.58k stars 413 forks source link

Syntax error in installation instructions #4

Closed pteetor closed 5 years ago

pteetor commented 5 years ago

Small typo: I believe this line in the installation instructions contains an error.

install.packages('tidyverse','data.table')

The correct code would use the c() function to create the vector of package names.

install.packages(c('tidyverse','data.table'))

futuraprime commented 5 years ago

Thank you for catching this!

pteetor commented 5 years ago

You're welcome. And thank YOU for posting the data!

On Wed, Oct 10, 2018 at 11:50 AM Evan Hensleigh notifications@github.com wrote:

Oh dear. Thank you for catching this!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/TheEconomist/big-mac-data/issues/4#issuecomment-428647067, or mute the thread https://github.com/notifications/unsubscribe-auth/ABH0cbPj3y7u3DWCJlSsGnGgNReF1qdMks5ujiU6gaJpZM4XVS9j .

-- Paul Teetor Elgin, IL, USA

http://quantdevel.com/public/