require(changepoint)

I tried using require(changepoint) in the console and its showing following error
require(changepoint)
Loading required package: changepoint
Warning message:
In library(package, lib.loc = lib.loc, ch aracter.only = TRUE, logical.return = TRUE, :
there is no package called ‘changepoint’se
please help

Generally speaking you should install.packages() before you would be able to require() the package in your session

1 Like

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

If you have a query related to it or one of the replies, start a new topic and refer back with a link.