-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
41 lines (40 loc) · 1.02 KB
/
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
36
37
38
39
40
41
# Generated by roxygen2: do not edit by hand
S3method(plot,FIPS_simulation)
S3method(print,FIPS_simulation)
S3method(summary,FIPS_simulation)
export("%>%")
export(FIPS_plot)
export(FIPS_simulate)
export(TPM_make_pvec)
export(TPM_simulate)
export(is_FIPS_df)
export(is_FIPS_simulation)
export(parse_sleeptimes)
export(parse_sleepwake_sequence)
export(pvec.threeprocess)
export(round_times)
export(sleeptimes_to_FIPSdf)
export(unified_make_pvec)
export(unified_pvec)
export(unified_simulate)
import(ggplot2)
import(lubridate)
importFrom(checkmate,assert_posixct)
importFrom(checkmate,assert_true)
importFrom(dplyr,bind_rows)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,ungroup)
importFrom(lubridate,round_date)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,ensym)
importFrom(rlang,sym)
importFrom(stats,terms)
importFrom(stats,time)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tidyr,complete)
importFrom(tidyr,expand)
importFrom(tidyr,pivot_longer)