Пытаюсь установить пакет causalTree через install_github и получают вот такое
Warning messages:
1: In missing_devel_warning(pkgdir) :
Package causalTree has compiled code, but no suitable compiler(s) were found. Installation will likely fail.
Install Rtools (
https://cran.r-project.org/bin/windows/Rtools/).Then use the pkgbuild package, or make sure that Rtools in the PATH.
2: In i.p(...) :
installation of package ‘C:/Users/MBOGDA~1/AppData/Local/Temp/RtmpmEdKGA/file4f7c554c6117/causalTree_0.0.tar.gz’ had non-zero exit status
пакет не получается установить:
> library(causalTree)
Error in library(causalTree) : there is no package called ‘causalTree’
> sessionInfo()
R version 3.6.0 (2019-04-26)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19042)