更多影片歡迎參考我的頻道分類清單
開箱系列 http://bit.ly/2LEfUke
DIY改造系列 http://bit.ly/2M830qQ
探索知識系列 https://goo.gl/VLLo7y
Men's Talk系列 https://goo.gl/ggoy29
final cut pro攝影剪輯 https://goo.gl/uek7bP
Roadbike公路車系列 https://goo.gl/C2exSB
時尚型男養成日記 http://bit.ly/2McGr4o
Travel旅遊系列 https://goo.gl/nTwvTK
Youtube賺錢創作者小教室 https://bit.ly/2vhXSJG
Men’s Game 的Line官方帳號 (加入有抽獎及新活動第一手通知)
https://line.me/R/ti/p/%40pmo9375o
在Men’s Game 官方商店
(台灣)http://mensgame.tw/
(買單記得要輸入折扣碼 MensGame95ever 全店可打95折,指定商品除外)
其它的平台網站
✩ 愛奇藝 - http://tw.iqiyi.com/u/2435880607
✩ 微博 - http://www.weibo.com/5098991826
✩ FaceBook - https://www.facebook.com/mensgametw/
✩ Instagram - https://www.instagram.com/allenlai1974/
✩ Men’s Business https://goo.gl/ZF5Oqb ( 以Allen為主要內容 )
✩ Long Shin Taiwan https://goo.gl/66e7JP (Allen 公司)
- Allen Lai 個人 & 公司
✩ 線上商店 http://niceshop.me
✩ Youtube https://goo.gl/HHWdO7
✩ Twitter - http://twitter.com/Mr_AllenLai
✩ 微博 - http://www.weibo.com/5098991826
✩ 影片剪接軟體 - Final Cut Pro
✩ Roadbike - Specialized, new venge, SWORKS
✩ Camera - SONY DSC-RX100 M4 / Gopro Hero 4 / DJI Mavic Pro
SONY a6300 / CANON 80D / SONY a7s II
✩ 通常我的音樂在哪裡找?
https://player.epidemicsound.com
✩ 如果您有信件需要寄送給我們請寄到以下收件地址
Men’s Game Studio 工作室 (郵件收發地址)
Email: allenlai1974@gmail.com
台北市松江路150巷6號1樓 +886-2-25230234
NO.6, LANE 150, SONGJIANG RD., JHONGSHAN
DISTRICT, TAIPEI CITY 104, TAIWAN (R.O.C.)
![post-title](https://i.ytimg.com/vi/GgPQKi8uMBM/hqdefault.jpg)
r studio mac安裝 在 [問題]Mac 安裝package失敗- 看板R_Language - 批踢踢實業坊 的推薦與評價
- 問題:
程式諮詢(我想用R 做某件事情,但是我不知道要怎麼用R 寫出來)
[軟體熟悉度]:
使用者(已經有用R 做過不少作品)
[問題敘述]:
一直以來我的Mac上的R & R studio都無法安裝任何package
不論是用install.packages()語法或是下載CRAN手動安裝都失敗
google到的所有方法也都是過了(更改global options中的mirror、
terminal 安裝xcode-select --install、安裝clang)
昨天解除安裝再重新下載R studio之後也不行
之前是學生所以就都用學校的電腦
一樣的語法、安裝方式學校的電腦都可以成功
但現在畢業了 只能用自己的電腦所以很需要解決這件事
[程式範例]:
> install.packages("tidyverse")
嘗試 URL
'https://archive.linux.duke.edu/cran/bin/macosx/contrib/4.1/tidyverse_1.3.1.tgz'
Content type 'application/octet-stream' length 421072 bytes (411 KB)
==================================================
downloaded 411 KB
The downloaded binary packages are in
/var/folders/2q/2png0gyx0z36y_5zp76s8wt80000gn/T//RtmpzgxbSy/downloaded_packages
> ###load the tidyverse functions #### Do this everytime you want to use
tidyverse commands
> library(tidyverse)
錯誤: 套件或命名空間載入失敗 ‘tidyverse’ in dyn.load(file, DLLpath =
DLLpath, ...):
無法載入共享物件
'/Library/Frameworks/R.framework/Versions/4.1/Resources/library/stringi/libs/stringi.so'
:
dlopen(/Library/Frameworks/R.framework/Versions/4.1/Resources/library/stringi/libs/stringi.so,
6): no suitable image found. Did find:
/Library/Frameworks/R.framework/Versions/4.1/Resources/library/stringi/libs/stringi.so:
mach-o, but wrong architecture
/Library/Frameworks/R.framework/Versions/4.1/Resources/library/stringi/libs/stringi.so:
mach-o, but wrong architecture
[環境敘述]:
> sessionInfo()
R version 4.1.0 (2021-05-18)
Platform: x86_64-apple-darwin17.0 (64-bit)
Running under: macOS Big Sur 11.1
Matrix products: default
LAPACK:
/Library/Frameworks/R.framework/Versions/4.1/Resources/lib/libRlapack.dylib
Random number generation:
RNG: Mersenne-Twister
Normal: Inversion
Sample: Rounding
locale:
[1] zh_TW.UTF-8/zh_TW.UTF-8/zh_TW.UTF-8/C/zh_TW.UTF-8/zh_TW.UTF-8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] ggplot2_3.3.5
loaded via a namespace (and not attached):
[1] Rcpp_1.0.7 cellranger_1.1.0 pillar_1.6.1 compiler_4.1.0
dbplyr_2.1.1
[6] forcats_0.5.1 tools_4.1.0 jsonlite_1.7.2 lubridate_1.7.10
lifecycle_1.0.0
[11] tibble_3.1.2 gtable_0.3.0 pkgconfig_2.0.3 rlang_0.4.11
reprex_2.0.0
[16] DBI_1.1.1 haven_2.4.1 xml2_1.3.2 withr_2.4.2
dplyr_1.0.7
[21] httr_1.4.2 fs_1.5.0 generics_0.1.0 vctrs_0.3.8
hms_1.1.0
[26] grid_4.1.0 tidyselect_1.1.1 glue_1.4.2 R6_2.5.0
fansi_0.5.0
[31] readxl_1.3.1 readr_1.4.0 modelr_0.1.8 purrr_0.3.4
tidyr_1.1.3
[36] magrittr_2.0.1 scales_1.1.1 backports_1.2.1 ellipsis_0.3.2
rvest_1.0.0
[41] assertthat_0.2.1 colorspace_2.0-2 utf8_1.2.1 munsell_0.5.0
broom_0.7.8
[46] crayon_1.4.1
[關鍵字]:
package install 安裝失敗
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 42.76.28.159 (臺灣)
※ 文章網址: https://www.ptt.cc/bbs/R_Language/M.1626592216.A.65A.html
... <看更多>