diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,7 @@ S3method(GUS,chent) S3method(GUS,numeric) +S3method(max_twa,mkinfit) S3method(max_twa,one_box) S3method(one_box,character) S3method(one_box,mkinfit) @@ -37,8 +38,10 @@ importFrom(methods,is) importFrom(mkin,mkinpredict) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) +importFrom(stats,end) importFrom(stats,filter) importFrom(stats,frequency) importFrom(stats,plot.ts) +importFrom(stats,start) importFrom(stats,time) importFrom(stats,ts) |