YuLab-SMU / createKEGGdb

Create KEGG.db Package
57 stars 19 forks source link

unused argument when create_kegg_db #13

Open hahia opened 1 year ago

hahia commented 1 year ago

image

huerqiang commented 1 year ago

It works well with me. Please make sure you are using the latest version of clusterProfiler and createKEGGdb. image

phil622 commented 1 year ago

i have the same problem

huerqiang commented 1 year ago

@phil622 Please make sure you are using the latest version of therse packagers.

ZhangZhenYang-zzy commented 1 year ago

I have the same problem. And I have install the latest version of clusterProfiler and createKEGGdb.

ZhangZhenYang-zzy commented 1 year ago

7281679981079_ pic when run create_kegg_db('hsa'), it report "unused argument (species)" in function clusterProfiler:::kegg_list. And I found that clusterProfiler:::kegg_list will work without species given.

RickeySun commented 1 year ago

image I have the same problem.

phil622 commented 1 year ago

update the R version had solved my problem

zzzsssyyy1995 commented 1 year ago

remotes::install_github("YuLab-SMU/clusterProfiler") had solved my problem

ZhangZhenYang-zzy commented 1 year ago

The problem has been solved!