最佳答案
使用下面的代码,我得到了我想要的数据,但是由于某些原因,我不知道 knitr
不允许我编译 PDF 文档,如下所示:
我的代码:
install.packages("weatherData")
library(weatherData)
istanbul <- getWeatherForDate("Istanbul",
start_date = Sys.Date() - 41,
end_date = Sys.Date())
没有问题,但我得到了以下信息尝试编译 PDF:
Quitting from lines 3-31 (ist_weather.spin.Rmd)
Error in contrib.url(repos, type) :
trying to use CRAN without setting a mirror
Calls: <Anonymous> ... eval -> eval -> install.packages -> grep -> contrib.url
Execution halted