After running this command: devtools::install_github("hrbrmstr/msgxtractr")
I become this failure msg:
Installation failed: Could not find build tools necessary to build msgxtractr
Rtools are installed and setted at path:
C:\RBuildTools\3.4\bin\make.exe
c:\Rtools\bin\make.exe
SessionInfo:
R version 3.4.1 (2017-06-30)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] httr_1.3.1 compiler_3.4.1 R6_2.2.2 tools_3.4.1 withr_2.0.0 curl_2.8.1 yaml_2.1.14 memoise_1.1.0
[9] git2r_0.19.0 digest_0.6.12 devtools_1.13.3
What can the problem be? I have tried it with remotes::github:install and githubinstall("msgxtractr") but none of them worked
Thank you for your help!
After running this command: devtools::install_github("hrbrmstr/msgxtractr")
I become this failure msg:
Installation failed: Could not find build tools necessary to build msgxtractr
Rtools are installed and setted at path:
C:\RBuildTools\3.4\bin\make.exe
c:\Rtools\bin\make.exe
SessionInfo:
R version 3.4.1 (2017-06-30)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows >= 8 x64 (build 9200)
Matrix products: default
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] httr_1.3.1 compiler_3.4.1 R6_2.2.2 tools_3.4.1 withr_2.0.0 curl_2.8.1 yaml_2.1.14 memoise_1.1.0
[9] git2r_0.19.0 digest_0.6.12 devtools_1.13.3
What can the problem be? I have tried it with remotes::github:install and githubinstall("msgxtractr") but none of them worked
Thank you for your help!