Hi,
I just tried to install the VAM package from this repo.
I followed the instructions to install it:
install.packages("remotes")
remotes::install_github("rcqls/VAM")
However, I got this issue:
Downloading GitHub repo rcqls/VAM@HEAD
essai de l'URL 'https://cran.rstudio.com/bin/windows/Rtools/Rtools35.exe'
Content type 'application/x-msdownload' length 108622512 bytes (103.6 MB)
downloaded 103.6 MB
Erreur : Failed to install 'VAM' from GitHub:
Could not find tools necessary to compile a package
Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.
I used devtools::install_github("rcqls/VAM") instead and it worked!
Hope this will potentially help other users.
Regards
Hi,
I just tried to install the VAM package from this repo.
I followed the instructions to install it:
install.packages("remotes")remotes::install_github("rcqls/VAM")However, I got this issue:
Downloading GitHub repo rcqls/VAM@HEAD
essai de l'URL 'https://cran.rstudio.com/bin/windows/Rtools/Rtools35.exe'
Content type 'application/x-msdownload' length 108622512 bytes (103.6 MB)
downloaded 103.6 MB
Erreur : Failed to install 'VAM' from GitHub:
Could not find tools necessary to compile a package
Call
pkgbuild::check_build_tools(debug = TRUE)to diagnose the problem.I used
devtools::install_github("rcqls/VAM")instead and it worked!Hope this will potentially help other users.
Regards