-
Notifications
You must be signed in to change notification settings - Fork 13
/
DESCRIPTION
48 lines (48 loc) · 1.28 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: FITfileR
Version: 0.1.10
Title: Read FIT files using only native R code
Authors@R: c(person(
"Mike", "Smith",
role = c("aut", "cre"),
email = "grimbough@gmail.com",
comment = c(ORCID = "0000-0002-7800-3848")
)
)
Description: The 'FIT' (Flexible and Interoperable Data Transfer)
protocol is designed specifically for sharing data from fitness and health
devices. This package allows reading 'FIT' files in pure R without any
dependence on external software or SDKs.
URL: https://github.com/grimbough/FITfileR
Depends: R (>= 3.5.0)
Imports: dplyr, tibble, magrittr, methods, bit64
Suggests: knitr,
rmarkdown,
leaflet,
ggplot2,
tinytest,
zoo,
tidyr,
ggforce
VignetteBuilder: knitr
License: Artistic-2.0
LazyLoad: yes
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8
Collate:
'FITfileR.R'
'class_validity.R'
'allClasses.R'
'allGenerics.R'
'allMethods.R'
'dataFormatting.R'
'methods_FitFile_accessors.R'
'methods_FitFile_dim.R'
'methods_Messages_accessors.R'
'read_headers.R'
'read_messages.R'
'reader.R'
'utilities.R'
'write_headers.R'
'write_messages.R'
'writer.R'