SachaEpskamp / semPlot

Path diagrams and visual analysis of various SEM packages' output
GNU General Public License v2.0
61 stars 20 forks source link

semPlot development version not installing in Archlinux #12

Closed lf-araujo closed 6 years ago

lf-araujo commented 6 years ago

Dear Sacha,

Thank you for the tool!

I am finding some problems installing it in an archlinux machine, first the stable version is not available for the R version I am in.

> install.packages("semPath")
Installing package into ‘/home/luis/R/x86_64-pc-linux-gnu-library/3.4’
(as ‘lib’ is unspecified)
Warning in install.packages :
  package ‘semPath’ is not available (for R version 3.4.2)

Second, whenever I try to install_github("SachaEpskamp/semPlot", dependencies = TRUE), the installation proceeds without error, but upon loading the package I get:

> library(semPlot)
Erro: package or namespace load failed for ‘semPlot’ in get(Info[i, 1], envir = env):
 lazy-load database '/home/luis/R/x86_64-pc-linux-gnu-library/3.4/igraph/R/igraph.rdb' is corrupt
Além disso: Warning message:
In get(Info[i, 1], envir = env) : internal error -3 in R_decompress1

My system is:

> sessionInfo()
R version 3.4.2 (2017-09-28)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Manjaro Linux

Matrix products: default
BLAS: /usr/lib/libblas.so.3.7.1
LAPACK: /usr/lib/liblapack.so.3.7.1

locale:
 [1] LC_CTYPE=pt_BR.UTF-8       LC_NUMERIC=C              
 [3] LC_TIME=en_AU.UTF-8        LC_COLLATE=pt_BR.UTF-8    
 [5] LC_MONETARY=en_AU.UTF-8    LC_MESSAGES=pt_BR.UTF-8   
 [7] LC_PAPER=en_AU.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C            
[11] LC_MEASUREMENT=en_AU.UTF-8 LC_IDENTIFICATION=C       

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

other attached packages:
 [1] devtools_1.13.0          VIM_4.7.0                colorspace_1.3-2        
 [4] bindrcpp_0.2             knitr_1.17               sempsychiatry_0.0.0.9000
 [7] semTools_0.4-14          robustbase_0.92-7        lavaan_0.5-23.1097      
[10] memisc_0.99.8            MASS_7.3-47              lattice_0.20-35         
[13] dplyr_0.7.1              data.table_1.10.4        ProjectTemplate_0.8     

loaded via a namespace (and not attached):
 [1] minqa_1.2.4         class_7.3-14        rprojroot_1.2      
 [4] htmlTable_1.9       corpcor_1.6.9       base64enc_0.1-3    
 [7] MatrixModels_0.4-1  splines_3.4.2       mnormt_1.5-5       
[10] Formula_1.2-1       nloptr_1.0.4        pbkrtest_0.4-7     
[13] cluster_2.0.6       png_0.1-7           compiler_3.4.2     
[16] httr_1.2.1          backports_1.0.5     assertthat_0.2.0   
[19] Matrix_1.2-11       lazyeval_0.2.0      tufte_0.2          
[22] acepack_1.4.1       htmltools_0.3.6     quantreg_5.33      
[25] tools_3.4.2         coda_0.19-1         gtable_0.2.0       
[28] glue_1.1.1          Rcpp_0.12.13        nlme_3.1-131       
[31] lisrelToR_0.1.4     psych_1.7.8         lmtest_0.9-35      
[34] laeken_0.4.6        stringr_1.2.0       lme4_1.1-13        
[37] XML_3.98-1.9        DEoptimR_1.0-8      zoo_1.8-0          
[40] scales_0.4.1        parallel_3.4.2      SparseM_1.77       
[43] RColorBrewer_1.1-2  yaml_2.1.14         curl_2.6           
[46] memoise_1.1.0       gridExtra_2.2.1     ggplot2_2.2.1      
[49] rpart_4.1-11        latticeExtra_0.6-28 stringi_1.1.5      
[52] e1071_1.6-8         sem_3.1-9           checkmate_1.8.2    
[55] boot_1.3-20         rlang_0.1.1         pkgconfig_2.0.1    
[58] arm_1.9-3           evaluate_0.10       bindr_0.1          
[61] htmlwidgets_0.8     plyr_1.8.4          magrittr_1.5       
[64] R6_2.2.2            Hmisc_4.0-3         foreign_0.8-69     
[67] withr_1.0.2         mgcv_1.8-20         rockchalk_1.8.101  
[70] survival_2.41-3     abind_1.4-5         sp_1.2-4           
[73] nnet_7.3-12         tibble_1.3.3        car_2.1-4          
[76] ellipse_0.3-8       rmarkdown_1.6       jpeg_0.1-8         
[79] pbivnorm_0.6.0      git2r_0.18.0        matrixcalc_1.0-3   
[82] vcd_1.4-3           digest_0.6.12       mi_1.0             
[85] stats4_3.4.2        munsell_0.4.3       quadprog_1.5-5  
lf-araujo commented 6 years ago

That disappeared after a reboot.