-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
34 lines (33 loc) · 1.03 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
# Generated by roxygen2: do not edit by hand
S3method(plot,cv_trendfilter)
S3method(plot,trendfilter)
S3method(predict,cv_trendfilter)
S3method(predict,trendfilter)
S3method(print,admm_control)
S3method(print,cv_trendfilter)
S3method(print,summary.cv_trendfilter)
S3method(print,summary.trendfilter)
S3method(print,trendfilter)
S3method(print,trendfilter_control)
S3method(summary,cv_trendfilter)
S3method(summary,trendfilter)
export(admm_control_list)
export(cv_trendfilter)
export(trendfilter)
export(trendfilter_control_list)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_integerish)
importFrom(checkmate,assert_logical)
importFrom(checkmate,assert_numeric)
importFrom(checkmate,assert_scalar)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(dspline,dspline_interp)
importFrom(rlang,"%||%")
importFrom(rlang,.data)
importFrom(rlang,arg_match)
importFrom(stats,predict)
importFrom(tvdenoising,tvdenoising)
useDynLib(trendfilter, .registration = TRUE)