-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
28 lines (28 loc) · 1.12 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Package: imudata
Type: Package
Version: 0.1.9
Date: 2018-02-10
Title: Inertial Measurement Units (IMU) Data Package
Description: This package is meant to serve as a data collection tool for IMU data.
This data can be used as a means to assess and test methods designed to analyse
IMU error signals (i.e. long and complex autocorrelated signals). An example method
used for this kind of data is implemented in the GMWM R package which can also model
the latent models that often characterize this data.
Authors@R: c(
person("Stephane", "Guerrier", email = "[email protected]", role = c("aut","cre","cph")),
person("James", "Balamuta", role = "aut"),
person("Gaetan", "Bakalli", role = "aut"),
person("Roberto", "Molinari", role = c("aut","cph")),
person("Ahmed", "Radi", role = "ctb"),
person("Wenchao", "Yang", role = "ctb"),
person("Yuming", "Zhang", role = "ctb")
)
Maintainer: Stephane Guerrier <[email protected]>
URL: https://github.com/SMAC-Group/imudata
BugReports: https://github.com/SMAC-Group/imudata/issues
Depends:
R (>= 3.0)
Suggests:
LazyData: yes
License: file LICENSE
RoxygenNote: 6.1.0