egeulgen / pathfindR

pathfindR: Enrichment Analysis Utilizing Active Subnetworks
https://egeulgen.github.io/pathfindR/
Other
178 stars 25 forks source link

Can't install pathfindR #26

Closed boseb closed 4 years ago

boseb commented 4 years ago

Hi, I am using the following commands to install the tool: install.packages("pak") # if you have not installed "pak" pak::pkg_install("egeulgen/pathfindR")

ERROR: I x Failed to build pathfindR 1.4.3.9000 [1.1s]
B 106/107 | 1 | I 106/107 - 1 | I I (############ ) ETA 1s | Error: callr subprocess failed: Failed to build source package 'pathfindR'.
B 106/107 | 1 | I

sessionInfo() R version 3.5.2 (2018-12-20) Platform: x86_64-w64-mingw32/x64 (64-bit) Running under: Windows >= 8 x64 (build 9200)

Matrix products: default

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

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

loaded via a namespace (and not attached): [1] compiler_3.5.2 tools_3.5.2 rstudioapi_0.10 yaml_2.2.0 pak_0.1.2

Please help! Thanks, Bose

egeulgen commented 4 years ago

pathfindR depends on R>3.6 while you have R version 3.5.2. Please update R and try installing again. Best, -E