Returns a data frame of Stan workflow packages and their local/remote versions.
When check_updates = FALSE, remote versions are not queried and the remote
and behind columns are NA and FALSE, respectively.
Arguments
- recursive
If
TRUE, will also list dependencies of dependencies. Whencheck_updates = TRUE, the recursive traversal follows only "strong" dependencies (Depends/Imports/LinkingTo), so Suggests are not expanded recursively.- dev
If
FALSE(default), checks for updates in the R-multiverse or CRAN (stable releases). IfTRUE, checks the Stan R-universe (dev versions). This is only cogent for Stan packages, and cannot compare two dev versions.- check_updates
Logical. If
FALSE, skips checking for remote versions and only reports locally installed package versions.