fire_ecologist
fire_ecologist

Reputation: 263

Distance Calculation for Cluster Analysis

I'm trying to run Cluster Analysis for my WorldClim data. My dataset has 236.000 rows. When I'm try to run dist code, R is going crazy and I have to shut it down. I googled it and found this was because CPU. I found a solution here but I got this error

Warning in install.packages :
  package 'rpud' is not available (for R version 3.2.0)

Is there any other solution?

Upvotes: 0

Views: 118

Answers (1)

csgillespie
csgillespie

Reputation: 60522

That package has been archieved . You could try downloading the package and installing from source. The big problem with this package is that it need s nvcc to use the cuda GPU. Use the power of Google for nvcc installation instructions.

If you are using Windows, you'll need Rtools

Upvotes: 1

Related Questions