diff --git a/Containerfile b/Containerfile index 9ed80f01..1ae4eed2 100644 --- a/Containerfile +++ b/Containerfile @@ -29,7 +29,7 @@ COPY .ContainerBuildRprofile .Rprofile RUN Rscript -e "install.packages('pak')" RUN Rscript -e "install.packages('remotes')" -RUN Rscript -e "remotes::install_version('feasts', '0.4.1')" +RUN Rscript -e "remotes::install_version('feasts', '0.4.2')" RUN Rscript -e "pak::pkg_install('cmu-delphi/epiprocess@main')" RUN Rscript -e "pak::pkg_install('cmu-delphi/epipredict@main')" RUN Rscript -e "pak::local_install('hewr', upgrade = FALSE)"