I was trying to carry out a command in R when I received this error:
d <- daisy(demo, metric = "gower",stand = FALSE, type = list(), weights = 1)
Error: cannot allocate vector of size 2.3 Gb
Is there a way to allocate more memory to R? Mine is a 64 bit R on Windows. Thanks!