Skip to contents

A convenience shorthand for fastsem_install(force = TRUE). Use this whenever a new version of fastsem is released to pull the updated binary.

Usage

fastsem_update()

Value

Invisibly, the absolute path to the loaded binary.

See also

fastsem_install() for the full install function.

Examples

if (FALSE) { # \dontrun{
fastsem_update()
} # }