yue-wang-biomath / MetaTX.1.0

6 stars 2 forks source link

Installation issue #1

Open akhst7 opened 3 years ago

akhst7 commented 3 years ago

Hi,

There is an installation issue as follows;

install_github("yue-wang-biomath/MetaTX/MetaTX.1.0")
Using github PAT from envvar GITHUB_PAT
Error: Failed to install 'unknown package' from GitHub:
  HTTP error 404.
  Not Found

  Did you spell the repo owner (`yue-wang-biomath`) and repo name (`MetaTX`) correctly?
  - If spelling is correct, check that you have the required permissions to access the repo.

My setup;

sw_vers
ProductName:    Mac OS X
ProductVersion: 10.14.6
BuildVersion:   18G6032
sessionInfo()
R version 4.0.3 (2020-10-10)
Platform: x86_64-apple-darwin18.7.0 (64-bit)
Running under: macOS Mojave 10.14.6

Matrix products: default
BLAS:   /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /usr/local/Cellar/openblas/0.3.12/lib/libopenblasp-r0.3.12.dylib

Random number generation:
 RNG:     Mersenne-Twister 
 Normal:  Inversion 
 Sample:  Rounding 

locale:
[1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

other attached packages:
[1] remotes_2.2.0       BiocManager_1.30.10

loaded via a namespace (and not attached):
 [1] circlize_0.4.12      shape_1.4.5          GetoptLong_1.0.4     tidyselect_1.1.0     purrr_0.3.4          haven_2.3.1         
 [7] carData_3.0-4        colorspace_1.4-1     vctrs_0.3.4          generics_0.1.0       stats4_4.0.3         rlang_0.4.8         
[13] pillar_1.4.6         foreign_0.8-80       glue_1.4.2           RColorBrewer_1.1-2   BiocGenerics_0.36.0  readxl_1.3.1        
[19] uuid_0.1-4           matrixStats_0.57.0   lifecycle_0.2.0      munsell_0.5.0        gtable_0.3.0         cellranger_1.1.0    
[25] zip_2.1.1            GlobalOptions_0.1.2  rio_0.5.16           forcats_0.5.0        ComplexHeatmap_2.7.1 IRanges_2.24.0      
[31] Cairo_1.5-12.2       parallel_4.0.3       ComplexUpset_0.5.18  curl_4.3             broom_0.7.2          Rcpp_1.0.5          
[37] backports_1.2.0      scales_1.1.1         S4Vectors_0.28.0     abind_1.4-5          rjson_0.2.20         png_0.1-7           
[43] ggplot2_3.3.2.9000   hms_0.5.3            digest_0.6.27        stringi_1.5.3        openxlsx_4.2.3       rstatix_0.6.0       
[49] dplyr_1.0.2          clue_0.3-57          grid_4.0.3           tools_4.0.3          magrittr_1.5         patchwork_1.0.1     
[55] tibble_3.0.4         cluster_2.1.0        crayon_1.3.4         car_3.0-10           tidyr_1.1.2          pkgconfig_2.0.3     
[61] ellipsis_0.3.1       data.table_1.13.2    xml2_1.3.2           officer_0.3.15       rstudioapi_0.11      R6_2.5.0            
[67] compiler_4.0.3 
JoKerDii commented 3 years ago

I got the same issue as yours.