rubenarslan / codebook

Cook rmarkdown codebooks from metadata on R data frames
https://rubenarslan.github.io/codebook/
Other
142 stars 16 forks source link

Installation issue both mac and Windows machines #51

Closed murattasdemir closed 1 month ago

murattasdemir commented 4 years ago

Hi, it's great package. But I have the following problem in installin it. I have used both Windows and Mac computers and get the message below and it doesn't install.

MacOS High Sierra and Windows 10 during the installation via remotes :

Error in utils::download.file(url, path, method = method, quiet = quiet,  : 
  cannot open URL 'https://api.github.com/repos/rubenarslan/codebook/tarball/master'

I really need to install this package.

My session info:

R version 3.5.3 (2019-03-11)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.6

Matrix products: default
BLAS: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib

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

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

other attached packages:
 [1] remotes_2.1.0   latex2exp_0.4.0 forcats_0.4.0   stringr_1.4.0   dplyr_0.8.5     purrr_0.3.3    
 [7] readr_1.3.1     tidyr_1.0.0     tibble_2.1.3    ggplot2_3.3.0   tidyverse_1.3.0 gt_0.2.0.5     

loaded via a namespace (and not attached):
 [1] tinytex_0.18     kispaddins_0.1.0 tidyselect_1.0.0 xfun_0.12        haven_2.2.0     
 [6] lattice_0.20-38  colorspace_1.4-1 generics_0.0.2   vctrs_0.2.4      htmltools_0.4.0 
[11] yaml_2.2.1       rlang_0.4.5      pillar_1.4.3     withr_2.1.2      glue_1.3.2      
[16] DBI_1.1.0        dbplyr_1.4.2     modelr_0.1.5     readxl_1.3.1     lifecycle_0.2.0 
[21] munsell_0.5.0    gtable_0.3.0     cellranger_1.1.0 rvest_0.3.5      evaluate_0.14   
[26] knitr_1.28       curl_4.3         fansi_0.4.1      broom_0.5.3      Rcpp_1.0.3      
[31] checkmate_2.0.0  scales_1.1.0     backports_1.1.5  jsonlite_1.6     fs_1.4.1        
[36] hms_0.5.3        packrat_0.5.0    digest_0.6.25    stringi_1.4.6    bookdown_0.17.2 
[41] grid_3.5.3       cli_2.0.2        tools_3.5.3      magrittr_1.5     crayon_1.3.4    
[46] pkgconfig_2.0.3  xml2_1.2.2       reprex_0.3.0     lubridate_1.7.4  assertthat_0.2.1
[51] rmarkdown_2.0    httr_1.4.1       rstudioapi_0.11  R6_2.4.1         nlme_3.1-143    
[56] compiler_3.5.3  
rubenarslan commented 4 years ago

It doesn't seem like your issue is specific to codebook. Can you install any other package using remotes? If not, it seems like something to do with your internet connection? I hope to get it back on CRAN in the coming week.