TheWangLab / algatr

A Landscape Genomic Analysis Toolkit in R
https://thewanglab.github.io/algatr/
MIT License
15 stars 1 forks source link

gdm_format function not found #71

Closed ioanaanghel closed 1 month ago

ioanaanghel commented 2 months ago

Hello,

When running the following line, I get an error that the function doesn't exist. gdm_format(euc_dists2, lipa_coords2, env_pcs2$map, scale_gendist = TRUE)

Error in gdm_format(euc_dists2, lipa_coords2, env) : could not find function "gdm_format"

Other GDM functions work. I tried to reinstall algatr but that also did not fix the issue. Do you have any suggestions?

Thank you for your help!

AnushaPB commented 2 months ago

Hello! I can't seem to reproduce your error on my end. Did you restart your R session/reload the algatr library after you reinstalled algatr? Maybe try reinstalling again and confirm that the reinstall was successful?