Iam having trouble installing the R package terra. Below is the command I used and the response. I am on Windows 11
<code>> install.packages("terra")
Installing package into 'C:/Users/blane/AppData/Local/R/win-library/4.4'
(as 'lib' is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip'
Content type 'application/zip' length 39571680 bytes (37.7 MB)
downloaded 12.6 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip' failed
In addition: Warning messages:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 13259769 != reported length 39571680
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip': Timeout of 60 seconds was reached
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'terra' failed
</code>
<code>> install.packages("terra")
Installing package into 'C:/Users/blane/AppData/Local/R/win-library/4.4'
(as 'lib' is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip'
Content type 'application/zip' length 39571680 bytes (37.7 MB)
downloaded 12.6 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip' failed
In addition: Warning messages:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 13259769 != reported length 39571680
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip': Timeout of 60 seconds was reached
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'terra' failed
</code>
> install.packages("terra")
Installing package into 'C:/Users/blane/AppData/Local/R/win-library/4.4'
(as 'lib' is unspecified)
trying URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip'
Content type 'application/zip' length 39571680 bytes (37.7 MB)
downloaded 12.6 MB
Error in download.file(url, destfile, method, mode = "wb", ...) :
download from 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip' failed
In addition: Warning messages:
1: In download.file(url, destfile, method, mode = "wb", ...) :
downloaded length 13259769 != reported length 39571680
2: In download.file(url, destfile, method, mode = "wb", ...) :
URL 'https://cloud.r-project.org/bin/windows/contrib/4.4/terra_1.7-71.zip': Timeout of 60 seconds was reached
Warning in download.packages(pkgs, destdir = tmpd, available = available, :
download of package 'terra' failed
I expected terra to be successfully installed .