-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
32 lines (31 loc) · 883 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
# Generated by roxygen2: do not edit by hand
export(bands)
export(break_spectrum)
export(denoise_spectrum)
importFrom(data.table,rleid)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,case_when)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,first)
importFrom(dplyr,last)
importFrom(dplyr,n_distinct)
importFrom(dplyr,pull)
importFrom(dplyr,rename_with)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,tibble)
importFrom(magrittr,"%$%")
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(matrixStats,rowMaxs)
importFrom(parallel,detectCores)
importFrom(parallel,mclapply)
importFrom(purrr,discard)
importFrom(tibble,as_tibble_col)
importFrom(tidyr,as_tibble)
importFrom(tidyr,drop_na)
importFrom(tidyr,tibble)
importFrom(trendfiltering,bootstrap_trendfilter)
importFrom(trendfiltering,sure_trendfilter)