cozygene / FEAST

Fast expectation maximization for microbial source tracking
Other
115 stars 60 forks source link

could not find function "Load_metadata" #53

Open kelly-xia opened 1 year ago

kelly-xia commented 1 year ago

HI, My troublesome is in there. when i ran 'metadata <- Load_metadata(metadata_path = "~/FEAST/Data_files/metadata_example_multi.txt") ' there was the error in Load_metadata(metadata_path = "~/FEAST/Data_files/metadata_example_multi.txt") : could not find function "Load_metadata"

I am completely unaware of what the issue might be, so if you could please provide guidance or specify the problem, I would greatly appreciate it.

abossers-uu commented 10 months ago

I've seen this issue when someone tried installing feast from bioconductor. That is actually a different package. Make sure to install the FEAST from this github page and you should be fine. If the above is not the case. See if feast is loaded (and in Rstudio inspect the packagae environment and see if the function is present). Trouble shoot from there.