AgentschapPlantentuinMeise / MIDSCalculator

MIT License
5 stars 1 forks source link

Installation by cloning from git stringr is missing. #63

Closed snsb-seifert closed 5 months ago

snsb-seifert commented 5 months ago

When installing teh app by cloning the repo in a clean rstudio docker the library stringr is not installed automatically.

Setup: Docker image: rocker/rstudio 8319c72d79f0 clone app from git as new RStudio project install shiny package run app.R

result: App will start, browser is opend page is grayed out RStudio console shows errors the stringr package is not found Error in library(stringr) : there is no package called ‘stringr’

fix stop app install.packages('stringr') rerun app

matdillen commented 5 months ago

I added stringr to the packages list. Can you test if this fixes the problem in a clean R environment?

The package was bundled in the installer and it's rare for me to work in an R environment where stringr is not installed already, that is probably why I didn't spot this before.

snsb-seifert commented 5 months ago

App now starts without issues, thank you.

Fixed in 8dc7eae8049da332bb5d948ac20a724bfdd50103