mildpiggy / DEP2

An r package for proteomics data Analysis, developed from DEP.
Other
18 stars 4 forks source link

check_enrichment_depends() error! #9

Closed lwlive closed 5 months ago

lwlive commented 5 months ago

Hi, Could you please offer some help? When I use check_enrichment_depends(), it prompts me to install clusterProfiler, but I have already installed clusterProfiler version 4.10.1. How can I resolve this issue? image

lwlive commented 5 months ago

It seems that I have to use clusterProfiler version 4.3.1.900? image

mildpiggy commented 5 months ago

It seems that I have to use clusterProfiler version 4.3.1.900? image

4.3.1.900 is the minimum version, DEP2 just requires clusterProfiler higher than 4.3.1.900. check_enrichment_depends functions still works in my session. Could you try again after restart R, and could you library clusterProfiler directly?

1