add package version info to package startup message
achubaty opened this issue · 1 comments
achubaty commented
Based on RandomFields
, does the version need to be manually specified and updated each time?
See https://github.com/cran/RandomFields/blob/master/R/zzz.R#L35-L37
achubaty commented
No, we can do it similar to how data.table
does it:
https://github.com/cran/data.table/blob/master/R/onAttach.R
- use
if(interactive())
- deal with devel versions