Hola , saludos y buenos días.
Aquí le dejo el texto del mensaje de error cuando intento instalar un paquete desde un disco local, sin conexión a internet. ¿Que me recomienda podamos hacer?
**Warning: unable to access index for repository https://cran.rstudio.com/src/contrib:**
**no fue posible abrir la URL 'https://cran.rstudio.com/src/contrib/PACKAGES'**
**> install.packages("C:/Users/fis_01/Desktop/readxl_1.3.1.tar.gz", repos = NULL, type = "source")**
**Installing package into ‘C:/Users/fis_01/Documents/R/win-library/4.0’**
**(as ‘lib’ is unspecified)**
**ERROR: dependencies 'cellranger', 'Rcpp', 'tibble', 'progress' are not available for package 'readxl'**
*** removing 'C:/Users/fis_01/Documents/R/win-library/4.0/readxl'**
**Warning in install.packages :**
**installation of package ‘C:/Users/fis_01/Desktop/readxl_1.3.1.tar.gz’ had non-zero exit status**
Ademas, tengo el mismo problema cuando intento instalar descargando previamente desde GibHub un fichero compactado.
**
Hello, greetings and good morning.
Here is the text of the error message when I try to install a package from a local disk, without an internet connection. What do you recommend we can do?
Warning: unable to access index for repository https://cran.rstudio.com/src/contrib:
no fue posible abrir la URL 'https://cran.rstudio.com/src/contrib/PACKAGES'
> install.packages("C:/Users/fis_01/Desktop/readxl_1.3.1.tar.gz", repos = NULL, type = "source")
Installing package into ‘C:/Users/fis_01/Documents/R/win-library/4.0’
(as ‘lib’ is unspecified)
ERROR: dependencies 'cellranger', 'Rcpp', 'tibble', 'progress' are not available for package 'readxl'
*** removing 'C:/Users/fis_01/Documents/R/win-library/4.0/readxl'**
Warning in install.packages :
installation of package ‘C:/Users/fis_01/Desktop/readxl_1.3.1.tar.gz’ had non-zero exit status
Also, I have the same problem when I try to install by previously downloading a compacted file from GibHub.