看板 R_Language 關於我們 聯絡資訊
[問題類型]: 程式諮詢 [軟體熟悉度]: 新手(沒寫過程式,R 是我的第一次) [問題敘述]: 安裝套件Sleuth2,使用時出現Error 第一次使用R,不確定這樣算不算成功安裝,希望版友提供協助 [程式範例]: package'Sleuth2' is successfully unpacked and MD5 sums checked The downloaded binary packages are in C:\Users\XXX\AppData\Local\Temp\RtmpGYAnIh\downloaded_packages >library(Sleuth2) Error in library(Sleuth2):there is no package called 'Sleuth2' [環境敘述] R version 3.5.1 (2018-07-02) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows 10 x64 (build 17134) Matrix products: default locale: [1] LC_COLLATE=Chinese (Traditional)_Taiwan.950 LC_CTYPE=Chinese (Traditional)_Taiwan.950 [3] LC_MONETARY=Chinese (Traditional)_Taiwan.950 LC_NUMERIC=C [5] LC_TIME=Chinese (Traditional)_Taiwan.950 attached base packages: [1] stats graphics grDevices utils datasets methods base loaded via a namespace (and not attached): [1] compiler_3.5.1 tools_3.5.1 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 140.112.223.33 ※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1533308215.A.687.html
andrew43: install.packages("Sleuth2") 接著 library(Sleuth2) 08/04 19:39
andrew43: 完全正常。 08/04 19:39