我正在運行ggvis網頁(http://ggvis.rstudio.com/ggvis-basics.html#introduction)中的一個「交互式」示例,並且出現錯誤。ggvis,標準化路徑中的錯誤()
我加載了ggvis,dplyr和閃亮的包。
這裏是我跑的代碼:
mtcars %>% ggvis(~wt) %>% layer_histograms(binwidth = input_slider(0, 2, step = 0.1))
這裏是我得到的輸出。
Showing dynamic visualisation. Press Escape/Ctrl + C to stop.
Error in normalizePath(directoryPath, mustWork = TRUE) :
path[1]="/Builds/CRAN-QA-Simon/packages/mavericks-x86_64/Rlib/3.1/ggvis/www/ggvis": No such file or directory
我使用RStudio版本0.98.507和R版本3.1.0;平臺:x86_64-apple-darwin13.1.0(64位)。
這條路徑是否存在於您的計算機上? –
我猜測Windows的問題,因爲我得到同樣的錯誤。 –
@Tyler Rinker,也許,因爲我沒有得到Linux的這個錯誤。 –