From dd30f0d0ff1d8d0cc46aaef6e0917c51fe798f52 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 19 Jan 2017 10:36:19 +0100 Subject: Move mkin::twa to pfm::max_twa.mkinfit - Add max_twa.mkinfit() recently introduced to mkin as mkin::twa() but never released with it - Add a test to check max_twa.one_box() against analytical solutions in max_twa.mkinfit(). - Clean up R CMD check - Update docs --- NAMESPACE | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index c4d671f..35245d9 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1