forked from humanfactors/FIPS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
54 lines (53 loc) · 1.37 KB
/
NAMESPACE
File metadata and controls
54 lines (53 loc) · 1.37 KB
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
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method(as.decimaltime,POSIXct)
S3method(as_FIPS_df,data.frame)
S3method(plot,FIPS_collection)
S3method(plot,FIPS_simulation)
S3method(print,FIPS_simulation)
S3method(summary,FIPS_simulation)
export("%>%")
export(FIPS_collect)
export(FIPS_plot)
export(FIPS_plot_overlay)
export(FIPS_simulate)
export(TPM_make_pvec)
export(TPM_simulate)
export(build_shifts)
export(build_sleeptimes)
export(is_FIPS_df)
export(is_FIPS_simulation)
export(mccauley2024_init_pvec)
export(mccauley2024_make_inits)
export(mccauley2024_make_pvec)
export(mccauley2024_pvec)
export(mccauley2024_simulate)
export(parse_sleeptimes)
export(parse_sleepwake_sequence)
export(pvec.threeprocess)
export(round_times)
export(sleeptimes_to_FIPSdf)
export(tag_shifts)
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)