Package: PhysioOpenSim Title: Native OpenSim C++ Integration for PhysioExperiment Version: 0.1.0 Authors@R: person(given = "Yusuke", family = "Matsui", role = c("aut", "cre"), email = "matsui.yusuke.bioinfo@gmail.com") Description: Provides a native OpenSim C++ bridge for R via Rcpp. The package exposes OpenSim model-level operations to support biomechanics workflows in the Physio ecosystem. OpenSim linkage is optional at build time; when OpenSim is not detected, the package installs with informative runtime errors for OpenSim-dependent calls. Depends: R (>= 4.2) Imports: Rcpp LinkingTo: Rcpp Suggests: testthat (>= 3.2.0), knitr, rmarkdown VignetteBuilder: knitr License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: C++17, OpenSim (optional) Config/testthat/edition: 3 Repository: https://x-biosignal.r-universe.dev Date/Publication: 2026-07-05 09:34:43 UTC RemoteUrl: https://github.com/x-biosignal/PhysioOpenSim RemoteRef: HEAD RemoteSha: f3669a2592927f73aed2a1058f604f0804a051eb NeedsCompilation: yes Packaged: 2026-07-18 09:04:52 UTC; root Author: Yusuke Matsui [aut, cre] Maintainer: Yusuke Matsui