I am currently using RStudio on my Macbook Pro.
R version 3.5.0 (2018-04-23)
Platform: x86_64-apple-darwin15.6.0 (64-bit)
Running under: macOS High Sierra 10.13.4
When using the agnes() function from the cluster package I received the error message:
Error: vector memory exhausted (limit reached?)
To solve I followed the steps mentioned in the answer to the following question: R on MacOS Error: vector memory exhausted (limit reached?)
Now running the same function I receive R session aborted message. R encountered a fatal error. The session was terminated.
Any other solutions?