Downloads the pre-built shared library for your platform from the fastsem
GitHub Releases page and loads it into the current R session. The binary
is cached in tools::R_user_dir("fastsemR", "cache") and re-used on
subsequent calls (including package startup via .onLoad).
Details
Platform detection is automatic:
Linux x86-64 →
libfastsem_r-linux-x86_64.somacOS x86-64 →
libfastsem_r-macos-x86_64.dylibmacOS arm64 →
libfastsem_r-macos-arm64.dylibWindows x64 →
libfastsem_r-windows-x64.dll
See also
fastsem_update() for a one-liner force-download;
fastsem_load() to use a locally compiled binary.