How to install package when this is not available for my R version

Hello,
I am trying to install package "quantmode" and I get the answer "not available. Please see below. How can I solve this problem?

"Warning message:
package ‘quantmode’ is not available (for R version 3.5.1) "

Thanks

1 Like

Hi there, looks like you have typo which is why you’re unable to install the package. Try this instead:

install.packages("quantmod")
4 Likes

Yes. That was it. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.