I'm building an internal r package for my research team, and expect that it will be updated frequently over the next few months. I have a packageStartupMessage that spits out the version number and the date it was last updated. This is saved in a function called .onAttach which is stored in R/zzz.R.
I am looking at the usethis::use_version() function which seems nice for updating both the DESCRIPTION and NEWS.md files, is there an easy way to get it to also update my packageStartupMessage?