RinteRface / argonDash

argon dashboard template
https://rinterface.github.io/argonDash/
138 stars 37 forks source link

HTTP error 404 #1

Closed devvartpoddar closed 5 years ago

devvartpoddar commented 5 years ago

Hey @DivadNojnarg ! Thanks loads for this package. I love the look of argon and have been waiting for a library for R. However I am unable to install the package, even when I download the zip and try a local install. The installation breaks with an HTTP error. Could you help? The error and the session info are mentioned below

devtools::install_github("RinteRface/argonDash")
Downloading GitHub repo RinteRface/argonDash@master
Error: HTTP error 404.
  Not Found

  Rate limit remaining: 38/60
  Rate limit reset at: 2018-11-13 15:13:39 UTC

sessionInfo()
R version 3.5.1 (2018-07-02)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 17134)

Matrix products: default

locale:
[1] LC_COLLATE=English_India.1252  LC_CTYPE=English_India.1252    LC_MONETARY=English_India.1252
[4] LC_NUMERIC=C                   LC_TIME=English_India.1252    

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

other attached packages:
 [1] rio_0.5.10      forcats_0.3.0   stringr_1.3.1   dplyr_0.7.8     purrr_0.2.5     readr_1.1.1     tidyr_0.8.2    
 [8] tibble_1.4.2    ggplot2_3.1.0   tidyverse_1.2.1 shinyjs_1.0     shiny_1.2.0    

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.0        lubridate_1.7.4   lattice_0.20-35   prettyunits_1.0.2 ps_1.2.1          rprojroot_1.3-2  
 [7] assertthat_0.2.0  digest_0.6.18     mime_0.6          R6_2.3.0          cellranger_1.1.0  plyr_1.8.4       
[13] backports_1.1.2   httr_1.3.1        pillar_1.3.0      rlang_0.3.0.1     lazyeval_0.2.1    curl_3.2         
[19] readxl_1.1.0      rstudioapi_0.8    data.table_1.11.8 callr_3.0.0       desc_1.2.0        devtools_2.0.1   
[25] foreign_0.8-70    munsell_0.5.0     broom_0.5.0       compiler_3.5.1    httpuv_1.4.5      modelr_0.1.2     
[31] pkgconfig_2.0.2   base64enc_0.1-3   pkgbuild_1.0.2    htmltools_0.3.6   tidyselect_0.2.5  crayon_1.3.4     
[37] withr_2.1.2       later_0.7.5       grid_3.5.1        nlme_3.1-137      jsonlite_1.5      xtable_1.8-3     
[43] gtable_0.2.0      magrittr_1.5      scales_1.0.0      zip_1.0.0         cli_1.0.1         stringi_1.2.4    
[49] debugme_1.1.0     fs_1.2.6          remotes_2.0.2     promises_1.0.1    testthat_2.0.1    bindrcpp_0.2.2   
[55] xml2_1.2.0        openxlsx_4.1.0    tools_3.5.1       glue_1.3.0        hms_0.4.2         pkgload_1.0.2    
[61] processx_3.2.0    colorspace_1.3-2  sessioninfo_1.1.1 rvest_0.3.2       memoise_1.1.0     bindr_0.1.1      
[67] haven_1.1.2       usethis_1.4.0    
DivadNojnarg commented 5 years ago

Thanks for reporting this. Please retry:

devtools::install_github("RinteRface/argonDash")

And close if it works ;)

devvartpoddar commented 5 years ago

Thank you so so much!! It works perfectly now :) You are awesome!