Skip to contents

Verifies if models work fine.

Usage

model_works(size = "all")

Arguments

size

model size. default is "all" which is true that all three models must be present.

Value

logical model work or not.

Examples

if (FALSE) {
  get_model("small")
  model_works("small")
}