serghiou / rtransparent

The rtransparent R package.
GNU General Public License v3.0
15 stars 8 forks source link

Installation Issue #1

Open chackoge opened 3 years ago

chackoge commented 3 years ago

When attempting to install rtransparent, I get the following error (oddpub installs without problems). Thanks much for any advice and for sharing the package, which I look forward to using.

devtools::install_github("serghiou/rtransparent", build_vignettes = T) Downloading GitHub repo serghiou/rtransparent@HEAD ✔ checking DESCRIPTION meta-information ...h/xwm741ld50b_xq7xfg2885l40000gp/T/RtmpPWvK1T/remotesa6952b0fde66/serghiou-rtransparent-307ee83/DESCRIPTION’ ... Error in loadVignetteBuilder(pkgdir, TRUE) : vignette builder 'metareadr' not found Execution halted Error: Failed to install 'rtransparent' from GitHub: System command 'R' failed, exit status: 1, stdout + stderr: E> checking for file ‘/private/var/folders/kh/xwm741ld50b_xq7xfg2885l40000gp/T/RtmpPWvK1T/remotesa6952b0fde66/serghiou-rtransparent-307ee83/DESCRIPTION’ ... OK E> preparing ‘rtransparent’: E> * checking DESCRIPTION meta-information ... OK E> Error in loadVignetteBuilder(pkgdir, TRUE) : E> vignette builder 'metareadr' not found E> Execution halted Error in loadVignetteBuilder(pkgdir, TRUE) :

sessionInfo() R version 4.0.4 (2021-02-15) Platform: x86_64-apple-darwin17.0 (64-bit) Running under: macOS Big Sur 10.16

Matrix products: default BLAS: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRblas.dylib LAPACK: /Library/Frameworks/R.framework/Versions/4.0/Resources/lib/libRlapack.dylib

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] oddpub_5.0 purrr_0.3.4 dplyr_1.0.4

loaded via a namespace (and not attached): [1] compiler_4.0.4 pillar_1.5.0 prettyunits_1.1.1 remotes_2.2.0 iterators_1.0.13 tools_4.0.4
[7] testthat_3.0.2 pkgbuild_1.2.0 pkgload_1.2.0 memoise_2.0.0 lifecycle_1.0.0 tibble_3.1.0
[13] pkgconfig_2.0.3 rlang_0.4.10 foreach_1.5.1 cli_2.3.1 curl_4.3 fastmap_1.1.0
[19] withr_2.4.1 desc_1.2.0 generics_0.1.0 fs_1.5.0 vctrs_0.3.6 devtools_2.3.2
[25] rprojroot_2.0.2 tidyselect_1.1.0 glue_1.4.2 R6_2.5.0 processx_3.4.5 fansi_0.4.2
[31] sessioninfo_1.1.1 callr_3.5.1 magrittr_2.0.1 codetools_0.2-18 ps_1.5.0 ellipsis_0.3.1
[37] usethis_2.0.1 assertthat_0.2.1 utf8_1.1.4 cachem_1.0.4 crayon_1.4.1

RPanczak commented 3 years ago

Same problem (I think) here:

> devtools::install_github("serghiou/rtransparent", build_vignettes = T)
Using github PAT from envvar GITHUB_PAT
Downloading GitHub repo serghiou/rtransparent@HEAD
Skipping 1 packages not available: oddpub
√  checking for file 'C:\Users\panczak\AppData\Local\Temp\RtmpiUVHAj\remotes2da04e522ab9\serghiou-rtransparent-307ee83/DESCRIPTION' ...
-  preparing 'rtransparent':
√  checking DESCRIPTION meta-information ... 
   Error in loadVignetteBuilder(pkgdir, TRUE) : 
     vignette builder 'metareadr' not found
   Execution halted
Error: Failed to install 'rtransparent' from GitHub:
  System command 'Rcmd.exe' failed, exit status: 1, stdout + stderr:
E> * checking for file 'C:\Users\panczak\AppData\Local\Temp\RtmpiUVHAj\remotes2da04e522ab9\serghiou-rtransparent-307ee83/DESCRIPTION' ... OK
E> * preparing 'rtransparent':
E> * checking DESCRIPTION meta-information ... OK
E> Error in loadVignetteBuilder(pkgdir, TRUE) : 
E>   vignette builder 'metareadr' not found
E> Execution halted
> 
> sessionInfo()
R version 4.0.4 (2021-02-15)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 18363)

Matrix products: default

locale:
[1] LC_COLLATE=English_United Kingdom.1252 
[2] LC_CTYPE=English_United Kingdom.1252   
[3] LC_MONETARY=English_United Kingdom.1252
[4] LC_NUMERIC=C                           
[5] LC_TIME=English_United Kingdom.1252    

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

loaded via a namespace (and not attached):
 [1] rstudioapi_0.13   magrittr_2.0.1    usethis_2.0.1    
 [4] devtools_2.3.2    pkgload_1.2.0     R6_2.5.0         
 [7] rlang_0.4.10      fastmap_1.1.0     tools_4.0.4      
[10] pkgbuild_1.2.0    sessioninfo_1.1.1 cli_2.3.1        
[13] withr_2.4.1       ellipsis_0.3.1    remotes_2.2.0    
[16] assertthat_0.2.1  rprojroot_2.0.2   lifecycle_1.0.0  
[19] crayon_1.4.1      processx_3.5.0    purrr_0.3.4      
[22] callr_3.6.0       fs_1.5.0          ps_1.6.0         
[25] curl_4.3          testthat_3.0.2    memoise_2.0.0    
[28] glue_1.4.2        cachem_1.0.4      compiler_4.0.4   
[31] desc_1.3.0        prettyunits_1.1.1
bgcarlisle commented 2 years ago

I also get this problem

When I attempt to install metareadr, I get the error:

package ‘metareadr’ is not available for this version of R

So I try installing it via devtools::install_github

Then I get the following error:

package ‘crminer’ is not available for this version of R

When I visit that package's repo, I see:

repo status: abandoned

https://github.com/ropensci-archive/crminer