ahmohamed / lipidr

Data Mining and Analysis of Lipidomics datasets in R
https://www.lipidr.org/
Other
27 stars 13 forks source link

could not find function "plot_enrichment" #44

Closed xiaowenchenjax closed 1 year ago

xiaowenchenjax commented 1 year ago

Dear Developer, Thank you for developing R package. I installed lipidr version 2.12.0, however, I got an error "Error in plot_enrichment(de_results, significant_lipidsets(enrich_results), : could not find function "plot_enrichment""

when I run on the example data.

Could you give me some clue? Thanks

ahmohamed commented 1 year ago
  1. Make sure you load the package: library(lipidr)
  2. If still not working, check which lipdir version are you using with:
installed.packages()["lipidr", "Version"]

The current version is 2.12. It might help to update the package