business-science / anomalize

Tidy anomaly detection
https://business-science.github.io/anomalize/
338 stars 60 forks source link

Problem installing package "anomalize" #68

Closed tinafreyburg closed 11 months ago

tinafreyburg commented 1 year ago

Hi.

The package ‘anomalize’ was removed from the CRAN repository ([https://cran.r-project.org/web/packages/anomalize/index.html]. We now seek to install it via github:

devtools::install_github("business-science/anomalize")
install.packages("anomalize")

After agreeing to (a) update and (b) install from sources the packages which need compilation, we get the following error message: ERROR: dependencies ‘timetk’, ‘sweep’ are not available for package ‘anomalize’

We then do the same for ‘timetk’ and for ‘sweep’, that is, e.g.

devtools::install_github("business-science/timetk")
install.packages("timetk")

However, again, after agreeing to (a) update and (b) install from sources the packages which need compilation, we get the following error message: ERROR: dependencies ‘forecast’, ‘tsfeatures’ are not available for package ‘timetk’

If we then start with the first and call: install.packages("forecast") we get: ERROR: dependencies ‘fracdiff’, ‘tseries’, ‘urca’ are not available for package ‘forecast’

... and so it goes on.

It would be fantastic if you helped us to install the package 'anomalize'. Thank you so much!

PS: In our team, we use both MacBook and Windows computers.

mdancho84 commented 1 year ago

Not sure. I'd try installing timetk first. It's on CRAN.

The anomalize R package is not back on CRAN yet. I anticipate next week.

tinafreyburg commented 1 year ago

Thanks so much. Fingers crossed that the anomalize package will be back on CRAN very soon.

sssiv93 commented 1 year ago

Hi @mdancho84,

Are the anomalize and sweep packages likely to be back on CRAN? If so, are you able to provide an ETA? Thank you.

mabuimo commented 1 year ago

The package is archived in CRAN as the sweep package dependency was archived as well https://cran.r-project.org/package=anomalize

mabuimo commented 1 year ago

Also, bear in mind that installing using devtools doesn't work > devtools::install_github("business-science/anomalize") Downloading GitHub repo business-science/anomalize@HEAD Error in utils::download.file(url, path, method = method, quiet = quiet, : cannot open URL 'https://api.github.com/repos/business-science/anomalize/tarball/HEAD'

tinafreyburg commented 1 year ago

Not sure. I'd try installing timetk first. It's on CRAN.

The anomalize R package is not back on CRAN yet. I anticipate next week.

Hi @mdancho84, any news on this? Would be fantastic! Thanks, Tina

srihari0606 commented 1 year ago

Any news ? Is this library available on CRAN ?

amutharun commented 1 year ago

Hi @mdancho84 ... we have used anomalize for an AI solution and the production jobs are failing because of the CRAN unavailability. I can see that many are eagerly waiting for anomalize and sweep on CRAN. Can you please throw some light on when will it be back ?

amanpandeynovartis commented 1 year ago

Hello @mdancho84 , one of my projects makes use of the anomalize library and now it has become unavailable on CRAN. Please let us know when is it going to be available again, or if there is any other solution for the same. Thanks!

mdancho84 commented 1 year ago

Use the GitHub version until I get it back on CRAN. Is a low priority for me at the moment.

tinafreyburg commented 1 year ago

Hello. Has any of you successfully installed the anomalize package via github? If so, I would be most grateful if you shared your magic code here. Thank you so much! Best, Tina

ljkmail commented 1 year ago

devtools::install_github("business-science/sweep") devtools::install_github("business-science/anomalize")

DiabbZegpi commented 1 year ago

The error perseveres:

devtools::install_github("business-science/anomalize")

Downloading GitHub repo business-science/anomalize@HEAD
Error in utils::download.file(url, path, method = method, quiet = quiet,  : 
  download from 'https://api.github.com/repos/business-science/anomalize/tarball/HEAD' failed
mdancho84 commented 1 year ago

sweep is now back on cran. I will begin working on anomalize soon.

mdancho84 commented 11 months ago

Sorry lost sight of this. It's on CRAN now.