You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update datalist file (in data folder) with new dataset
Update line 28 of the file imudata.R (in R folder) and add the new data (in datalist) with the format: \code{\link[imudata]{NAME_OF_DATA}}
Rename datasets as follows: 1) don't use imu in the name (as they all are), 2) don't use capital letters, 3) Accelerators use .accel, Gyroscopes use .gyro so for example KVH1750imuAcc should be kvh1750.accel.
Add missing datasets in README.Rmd
Add content in NEWS.md
Describe the structure of an mimu obtject with the same structure as the gmwm function, example:
\describe{
#' \item{\code{fields}}{what the field is}
#' }
Don't forget to run devtools::document() to update the Rd files and pkgdown::build_site().
datalist
file (in data folder) with new dataset\code{\link[imudata]{NAME_OF_DATA}}
.accel
, Gyroscopes use.gyro
so for exampleKVH1750imuAcc
should bekvh1750.accel
.mimu
obtject with the same structure as thegmwm
function, example:devtools::document()
to update the Rd files andpkgdown::build_site()
.Thanks a lot!
The text was updated successfully, but these errors were encountered: