Can anybody tell me how to solve "R session aborted"?

r on MacOS Error: vector memory exhausted (limit reached?)
install.packages("usethis")
library(usethis)
usethis::edit_r_environ()

Dendrogram

install.packages("fastcluster")
library(fastcluster)
memory.limit(size=65536)
mydata.hclust <- hclust(distance)(When I move this step, my computer said : R session aborted, R encountered a fatal error, the session was terminated)
plot(mydata.hclust)
plot(mydata.hclust,hang=-1)

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.