JuanXie19 / LRT_old

1 stars 0 forks source link

Error in eval(exprs[i], envir):object "il" not found #2

Open Logicar opened 1 year ago

Logicar commented 1 year ago

Hi, Juan Xie, I met an issue shown below whenever I was installing this package via devtools::install_github('JuanXie19/LRT') or remotes locally:

Details

Error in eval(exprs[i], envir) : object 'Il' not found Error: unable to load R code in package 'LRT' Execution halted ERROR: lazy loading failed for package 'LRT' * removing 'D:/Program Files/R/R-4.2.3/library/LRT'

And I show some information on my R version and dependencies:

R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19045)

Matrix products: default

locale:
[1] LC_COLLATE=Chinese (Simplified)_China.936  LC_CTYPE=Chinese (Simplified)_China.936   
[3] LC_MONETARY=Chinese (Simplified)_China.936 LC_NUMERIC=C                              
[5] LC_TIME=Chinese (Simplified)_China.936    

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

loaded via a namespace (and not attached):
 [1] Rcpp_1.0.10         compiler_4.1.2      later_1.3.0         BiocManager_1.30.20 urlchecker_1.0.1   
 [6] prettyunits_1.1.1   profvis_0.3.7       remotes_2.4.2       tools_4.1.2         digest_0.6.31      
[11] pkgbuild_1.4.0      pkgload_1.3.2       memoise_2.0.1       lifecycle_1.0.3     rlang_1.1.0        
[16] shiny_1.7.4         cli_3.6.1           rstudioapi_0.14     curl_5.0.0          fastmap_1.1.1      
[21] withr_2.5.0         stringr_1.5.0       desc_1.4.2          vctrs_0.6.1         fs_1.5.2           
[26] htmlwidgets_1.6.2   devtools_2.4.5      rprojroot_2.0.3     glue_1.6.2          R6_2.5.1           
[31] processx_3.8.1      sessioninfo_1.2.2   purrr_1.0.1         callr_3.7.3         magrittr_2.0.3     
[36] ps_1.7.5            promises_1.2.0.1    ellipsis_0.3.2      htmltools_0.5.5     usethis_2.1.6      
[41] mime_0.12           xtable_1.8-4        httpuv_1.6.9        stringi_1.7.12      miniUI_0.1.1.1     
[46] cachem_1.0.7        crayon_1.5.2

I sincerely expect your response and apply for some resolutions, thanks.

JuanXie19 commented 1 year ago

Hi @Logicar ,

Thank you very much for your interest in LRT. We are currently updating the package and are expected to get it done in one or two days. Could you please wait for one or two days? Thanks for your patience.

Logicar commented 1 year ago

Hi @Logicar ,

Thank you very much for your interest in LRT. We are currently updating the package and are expected to get it done in one or two days. Could you please wait for one or two days? Thanks for your patience.

Hi @JuanXie19, I'm sorry to reply to you so late. I attempted to reinstall it again after your updating and the package worked well without above issue. Thanks for making this commitment.