Check for version mismatch in dependent binary packages

checkDepPackageVersion(
  dep_pkg = "TMB",
  this_pkg = "glmmTMB",
  write_file = FALSE,
  warn = TRUE
)

Arguments

dep_pkg

upstream package

this_pkg

downstream package

write_file

(logical) write version file and quit?

warn

give warning?

Value

logical: TRUE if the binary versions match