Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FASSTER installation fails with ‘dlm’ is not available for package ‘fasster’ #62

Open
jimmyrigby94 opened this issue Nov 16, 2022 · 2 comments

Comments

@jimmyrigby94
Copy link

dlm has been removed from CRAN is breaking installation.

devtools::install_github('tidyverts/fasster')
@mitchelloharawild
Copy link
Member

Thanks for letting me know - I'll probably need to re-implement the parts of dlm that we use. For now I'll set up a remotes dependency to the CRAN github mirror.

@jimmyrigby94
Copy link
Author

Thank you! Will watch here for an update.

Temporary solution as you re-implement dlm

install.packages('remotes',dependencies=TRUE, repos='http://cran.rstudio.com/')
remotes::install_url("http://cran.r-project.org/src/contrib/Archive/dlm/dlm_0.7-1.tar.gz")
remotes::install_github("tidyverts/fasster", dependencies = TRUE)

(solution credit goes to @Nooshiny)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants