problems with "hclust" installation
1
0
Entering edit mode
harel.mic • 0
@harelmic-22424
Last seen 4.3 years ago

Hi,

I'm having a problem installing hclust on R 3.6.1. I get this message-

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

How can I solve this issue without using a different R version?

Thanks!

software error • 2.4k views
ADD COMMENT
0
Entering edit mode

ADD REPLY
2
Entering edit mode
Kevin Blighe ★ 3.9k
@kevin
Last seen 8 weeks ago
Republic of Ireland

hclust() is a function that belongs to the stats package. You do not have to install it, as it comes 'bundled' with R.

If simply running hclust() at your terminal does not function, then try either of:

library(stats)
hclust()

...or:

stats::hclust()
ADD COMMENT
0
Entering edit mode

Thanks for the answer!

ADD REPLY

Login before adding your answer.

Traffic: 806 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6