Closed hunter-moseley closed 2 years ago
Hi Hunter,
thanks for your feedback. We have already specified the R version (at least 3.3) and the package versions of packages that we had issues with in the DESCRIPTION file (https://github.com/heiniglab/scPower/blob/master/DESCRIPTION). So far, we had no other issues with versions, but it could very well be that we missed something. Could you specify what your error is when installing the package (exact error message) and which R version you currently use?
Best regards, Katharina
Katharina,
Thanks for responding so quickly. I did not think to look in the DESCRIPTION file.
I was using R version 3.5.3 on Fedora 28. (I plan on upgrading my laptop sometime this summer after I submit my next grant proposal).
Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]) : namespace ‘openssl’ 1.3 is already loaded, but >= 1.4.1 is required ERROR: lazy loading failed for package ‘gert’
R will not install an updated openssl package due to missing openssl header files. I think the only way to fix this is to upgrade my laptop or use another lab machine with a newer version of openssl.
Warm regards, Hunter
On Wed, May 25, 2022 at 3:24 AM KatharinaSchmid @.***> wrote:
Hi Hunter,
thanks for your feedback. We have already specified the R version (at least 3.3) and the package versions of packages that we had issues with in the DESCRIPTION file ( https://github.com/heiniglab/scPower/blob/master/DESCRIPTION). So far, we had no other issues with versions, but it could very well be that we missed something. Could you specify what your error is when installing the package (exact error message) and which R version you currently use?
Best regards, Katharina
— Reply to this email directly, view it on GitHub https://github.com/heiniglab/scPower/issues/7#issuecomment-1136885642, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEP7BZDCGDIAFH5FR5GHJ3VLXIS3ANCNFSM5W27MILA . You are receiving this because you authored the thread.Message ID: @.***>
Email: @. (work) @. (personal) Phone: 859-218-2964 (office) 859-218-2965 (lab) 859-257-7715 (fax) Web: http://bioinformatics.cesb.uky.edu/ Address: CC434 Roach Building, 800 Rose Street, Lexington, KY 40536-0093
Sorry, I don’t know exactly how to solve your issue, as it is nothing that I can fix in scPower. But a few suggestions, maybe one of them is helpful:
> sessionInfo()
R version 3.5.0 (2018-04-23)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS 10.15.7
Matrix products: default
BLAS: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRblas.0.dylib
LAPACK: /Library/Frameworks/R.framework/Versions/3.5/Resources/lib/libRlapack.dylib
locale:
[1] C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] devtools_2.2.1 usethis_1.5.1
loaded via a namespace (and not attached):
[1] Rcpp_1.0.4 magrittr_2.0.1 pkgload_1.0.2 R6_2.5.0
[5] rlang_0.4.11 fansi_0.4.1 tools_3.5.0 pkgbuild_1.0.8
[9] sessioninfo_1.1.1 cli_2.0.2 withr_2.4.2 ellipsis_0.3.2
[13] remotes_2.1.0 assertthat_0.2.1 digest_0.6.25 rprojroot_1.3-2
[17] crayon_1.4.1 processx_3.4.2 callr_3.4.3 fs_1.3.2
[21] ps_1.3.3 testthat_2.3.2 memoise_1.1.0 glue_1.3.2
[25] compiler_3.5.0 desc_1.2.0 backports_1.1.5 prettyunits_1.1.1
Please add R and package version requirements.
I cannot install the required packages with my default version of R and I am not sure which version of R to download and install to make this package work.