Package: forceplate Title: Processing Force-Plate Data Version: 1.1-5 Authors@R: c(person("Raphael", "Hartmann", , "raphael.hartmann@protonmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4686-9329")), person("Anton", "Koger", , "anton.koger@psych.rwth-aachen.de", role = c("aut", "ctb"), comment = c(ORCID = "0009-0004-6906-5184")), person("Leif", "Johannsen", , "leif.johannsen@psych.rwth-aachen.de", role = c("ctb"))) Description: Process raw force-plate data (txt-files) by segmenting them into trials and, if needed, calculating (user-defined) descriptive statistics of variables for user-defined time bins (relative to trigger onsets) for each trial. When segmenting the data a baseline correction, a filter, and a data imputation can be applied if needed. Experimental data can also be processed and combined with the segmented force-plate data. This procedure is suggested by Johannsen et al. (2023) and some of the options (e.g., choice of low-pass filter) are also suggested by Winter (2009) . Imports: data.table, signal, stats, stringi Suggests: curl License: GPL (>= 2) Encoding: UTF-8 URL: https://github.com/RaphaelHartmann/forceplate BugReports: https://github.com/RaphaelHartmann/forceplate/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://raphaelhartmann.r-universe.dev Date/Publication: 2025-12-12 10:11:03 UTC RemoteUrl: https://github.com/raphaelhartmann/forceplate RemoteRef: HEAD RemoteSha: 9a9cb0b9813f82089e7eaeb1ee9255dbbe08c921 NeedsCompilation: no Packaged: 2026-06-10 08:31:30 UTC; root Author: Raphael Hartmann [aut, cre] (ORCID: ), Anton Koger [aut, ctb] (ORCID: ), Leif Johannsen [ctb] Maintainer: Raphael Hartmann