Currently when having installed the GitHub version (1.0.6) of shinymanager update.packages() prompts to "update" it with the older CRAN version 1.0.410 (as 6 < 410).
shinymanager :
Version 1.0.6 installed in [...]/AppData/Local/R/win-library/4.5
Version 1.0.410 available at https://cran.rstudio.com
RStudio dialog:
So maybe using something like 1.0.6.9000 for dev versions, as the shiny team does, would be better to prevent users from unintentional downgrading (might be hidden in a long list of other updates or ask = FALSE is set).
Currently when having installed the GitHub version (1.0.6) of shinymanager
update.packages()prompts to "update" it with the older CRAN version 1.0.410 (as 6 < 410).shinymanager :
Version 1.0.6 installed in [...]/AppData/Local/R/win-library/4.5
Version 1.0.410 available at https://cran.rstudio.com
RStudio dialog:
So maybe using something like 1.0.6.9000 for dev versions, as the shiny team does, would be better to prevent users from unintentional downgrading (might be hidden in a long list of other updates or
ask = FALSEis set).