wush978 / DataScienceAndR

R語言翻轉教室
www.datascienceandr.org
148 stars 79 forks source link

RBasic-07-Loading-Dataset 會直接跳出 #130

Closed white1033 closed 8 years ago

white1033 commented 8 years ago

選這堂課的時候會跳出下面的錯誤訊息 Error: 'get_swirl_option' is not an exported object from 'namespace:swirl'

然後就直接跳出了,我使用的環境是R 3.2.2, Arch Linux

wush978 commented 8 years ago

能方便我以下指令的輸出結果嗎?我檢查一下版本。

library(swirl)
sessionInfo()
white1033 commented 8 years ago

R version 3.2.2 (2015-08-14) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Arch Linux

locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C LC_TIME=en_US.UTF-8
[4] LC_COLLATE=C LC_MONETARY=en_US.UTF-8 LC_MESSAGES=en_US.UTF-8
[7] LC_PAPER=en_US.UTF-8 LC_NAME=C LC_ADDRESS=C
[10] LC_TELEPHONE=C LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C

attached base packages: [1] stats graphics grDevices utils datasets methods base

other attached packages: [1] swirl_2.2.21

loaded via a namespace (and not attached): [1] httr_1.0.0 R6_2.1.1 magrittr_1.5 tools_3.2.2 RCurl_1.95-4.7 [6] yaml_2.1.13 memoise_0.2.1 crayon_1.3.1 stringi_1.0-1 stringr_1.0.0
[11] digest_0.6.8 testthat_0.11.0 bitops_1.0-6

wush978 commented 8 years ago

歐,我忘記更新專案首頁的資訊了。目前課程已經和CRAN上的swirl不相容,所以都需要安裝社群版的swirl。 請執行 install.packages('swirl', repos = 'http://taiwanrusergroup.github.io/R')

white1033 commented 8 years ago

OK!沒有問題了,可以正常載入了,謝謝wush!