メモ
環境
- MacOS 10.15.4
 - R 3.6.3
 
エラー
1  | install.package("rstan")  | 
こんなえらー
1  | unistd.h:727:31: error: unknown type name 'uuid_t'; did you mean 'uid_t'?  | 
対策
RからこれでOK
1  | install.packages("Rcpp", repos="https://RcppCore.github.io/drat")  | 
メモ
1  | install.package("rstan")  | 
こんなえらー
1  | unistd.h:727:31: error: unknown type name 'uuid_t'; did you mean 'uid_t'?  | 
RからこれでOK
1  | install.packages("Rcpp", repos="https://RcppCore.github.io/drat")  |