You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: "Failed to install 'unknown package' from GitHub: Timeout was reached" while installing SeuratDisk, R version 4.1.1, Platform: x86_64-w64-mingw32/x64 (64-bit)
#159
Open
aanu28 opened this issue
Jul 27, 2023
· 3 comments
R version 4.1.1 (2021-08-10) -- "Kick Things"
Platform: x86_64-w64-mingw32/x64 (64-bit)
I tried installing pacakge SeuratDisk with install.packages in R version 4.1.1, but installation failed saying package ‘SeuratDisk’ is not available for this version of R. Following is the command entered and warning message -
**>install.packages("SeuratDisk")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
Next, I tried with the code given on github URL https://mojaveazure.github.io/seurat-disk/
Still, I am not able to install this package. Follwing is the code entered and the resulting error message -
>if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-disk")
Error: Failed to install 'unknown package' from GitHub:
Timeout was reached: [api.github.com] Connection timeout after 10000 ms
Kindly help. I tried installing SeuratDisk with R version 4.0.0 and 4.1.3 also. Nothing has worked out. With the latest version of R i.e. 4.3.1, Seurat package itself is not getting installed so, I chose to install through the previous versions of R (4.0.0 and 4.1.3) which worked out but its additional package SeuratDisk is not getting installed.
The text was updated successfully, but these errors were encountered:
Error: Failed to install 'unknown package' from GitHub:
Timeout was reached: [api.github.com] Connection timeout after 10000 ms
I am also encountering this problem. Have you resolved it now?
R version 4.1.1 (2021-08-10) -- "Kick Things"
Platform: x86_64-w64-mingw32/x64 (64-bit)
I tried installing pacakge SeuratDisk with install.packages in R version 4.1.1, but installation failed saying package ‘SeuratDisk’ is not available for this version of R. Following is the command entered and warning message -
**>install.packages("SeuratDisk")
WARNING: Rtools is required to build R packages but is not currently installed. Please download and install the appropriate version of Rtools before proceeding:
https://cran.rstudio.com/bin/windows/Rtools/
Warning in install.packages :
package ‘SeuratDisk’ is not available for this version of R
A version of this package for your version of R might be available elsewhere,
see the ideas at
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Installing-packages**
Next, I tried with the code given on github URL https://mojaveazure.github.io/seurat-disk/
Still, I am not able to install this package. Follwing is the code entered and the resulting error message -
>if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
remotes::install_github("mojaveazure/seurat-disk")
Error: Failed to install 'unknown package' from GitHub:
Timeout was reached: [api.github.com] Connection timeout after 10000 ms
Kindly help. I tried installing SeuratDisk with R version 4.0.0 and 4.1.3 also. Nothing has worked out. With the latest version of R i.e. 4.3.1, Seurat package itself is not getting installed so, I chose to install through the previous versions of R (4.0.0 and 4.1.3) which worked out but its additional package SeuratDisk is not getting installed.
The text was updated successfully, but these errors were encountered: