YuLab-SMU/nCov2019

Using query() function

covidresearchanalysis opened this issue · 1 comments

When using query() function, an error occurs at Querying historical data ...

the error is as follows. " Error in loadNamespace(name) : there is no package called ‘reshape2’"

Hence can now load res.

please advice,
Thank you

It prompts that package 'reshape2' needs to be installed.

To install it :

 install.packages("reshape2")