For user guide please go to: https://morgan435.github.io/gaitFeature/
To install gaitFeature
, simply execute the following:
library(devtools)
install_github("Morgan435/gaitFeature")
If you are missing the devtools
required R package you can install it from CRAN:
install.packages("devtools")