forked from digivet-consortium/movenet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
35 lines (34 loc) · 866 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
export(anonymise)
export(asciify)
export(change_config)
export(coarsen_date)
export(coarsen_date2)
export(coarsen_weight)
export(create_report)
export(get_config)
export(load_config)
export(new_config)
export(reformat_data)
export(save_config)
export(validate_config)
import(checkmate)
import(readr)
importFrom(Rcpp,sourceCpp)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(lubridate,floor_date)
importFrom(lubridate,round_date)
importFrom(magrittr,"%>%")
importFrom(plyr,round_any)
importFrom(purrr,flatten)
importFrom(purrr,has_element)
importFrom(purrr,modify)
importFrom(rmarkdown,render)
importFrom(withr,with_options)
importFrom(yaml,write_yaml)
importFrom(yaml,yaml.load_file)
useDynLib(movenet, .registration = TRUE)