miraisolutions / SmaRP

Shiny app for projecting retirement funds / benefits
https://mirai-solutions.ch/gallery/smarp
20 stars 9 forks source link

Upgrade to R 3.5.3 #91

Closed RolandASc closed 5 years ago

RolandASc commented 5 years ago

Dependency upgrade, i.e. specifically in the Dockerfile. At the same time, possibly check / review the handling of dependencies for guaranteed reproducibility and allow alignment of development versions of packages with what would be built / deployed through the Dockerfile.

(See in particular https://hub.docker.com/r/rocker/r-ver/dockerfile and the use of BUILD_DATE and MRAN.)

riccardoporreca commented 5 years ago

@RolandASc, given R 3.6.0 is out, shall we then directly upgrade to 3.5.3, which will be soon available with fixed MRAN build date?

RolandASc commented 5 years ago

Yes, makes sense, let's do that

riccardoporreca commented 5 years ago

Dockerfile considerations

Review and rethink the existing dependencies and their installation