Cmake installation from https://cmake.org/download/ on Rstudio

I try to install CMake from Download CMake
I work with windows 11 64 bit
I have tried with cmake-4.3.3.zip and cmake-4.3.3-windows-x86_64zip and and obtain this :

install.packages("C:/cmake-4.3.3.zip", repos = NULL, type = "win.binary")
Installation du package dans ‘C:/Users/mcousseau/AppData/Local/R/win-library/4.5’
(car ‘lib’ n'est pas spécifié)
Erreur dans read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
impossible d'ouvrir la connexion
De plus : Message d'avis :
Dans read.dcf(file.path(pkgname, "DESCRIPTION"), c("Package", "Type")) :
impossible d'ouvrir le fichier compressé 'cmake-4.3.3/DESCRIPTION', cause probable : 'No such file or directory'
I don't understand why ??

1 Like