Fatal error - rangemap Package

Hello !
I have a problem using the rangemap_hull function. Every time I run the function, I get a "Fatal error" error message and R exits. Here is my script:

Tab=read.delim("TEST.txt",header= T, as.is=F, dec = ",")
Tab
rangemap_explore(occurrences = Tab, show_countries = TRUE)
hull_range1 <- rangemap_hull(occurrences = Tab, hull_type = "concave",concave_distance_lim = 5000, buffer_distance=100000)

I hope someone has a solution.
Thank you in advance :slight_smile:

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.