From 0a3eb0893cb4bd1b12f07a79069d1c7f5e991495 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 25 Oct 2019 00:37:42 +0200 Subject: Use roxygen for functions and methods --- NAMESPACE | 106 ++++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 72 insertions(+), 34 deletions(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 18adb9c5..72ad9d3a 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,35 +1,73 @@ -# Export all names except for those starting with a dot -exportPattern("^[^\\.]") +# Generated by roxygen2: do not edit by hand -S3method(print, mkinmod) -S3method(print, mkinds) -S3method(print, nafta) - -S3method(plot, mkinfit) -S3method(plot, mmkin) -S3method(plot, nafta) - -S3method(summary, mkinfit) -S3method(print, summary.mkinfit) - -S3method(logLik, mkinfit) -S3method("[", mmkin) -S3method(AIC, mmkin) - -S3method(mkinpredict, mkinmod) -S3method(mkinpredict, mkinfit) - -import( - stats, - graphics, - inline, - parallel -) - -importFrom(deSolve, ode) -importFrom(methods, signature) -importFrom(R6, R6Class) -importFrom(grDevices, dev.cur) -importFrom(plyr, join) -importFrom(utils, write.table) -importFrom(numDeriv, hessian) +S3method("[",mmkin) +S3method(AIC,mmkin) +S3method(logLik,mkinfit) +S3method(mkinpredict,mkinfit) +S3method(mkinpredict,mkinmod) +S3method(plot,mkinfit) +S3method(plot,mmkin) +S3method(plot,nafta) +S3method(print,mkinds) +S3method(print,mkinmod) +S3method(print,nafta) +S3method(print,summary.mkinfit) +S3method(summary,mkinfit) +export(CAKE_export) +export(DFOP.solution) +export(FOMC.solution) +export(HS.solution) +export(IORE.solution) +export(SFO.solution) +export(SFORB.solution) +export(add_err) +export(backtransform_odeparms) +export(endpoints) +export(ilr) +export(invilr) +export(logistic.solution) +export(max_twa_dfop) +export(max_twa_fomc) +export(max_twa_hs) +export(max_twa_parent) +export(max_twa_sfo) +export(mkin_long_to_wide) +export(mkin_wide_to_long) +export(mkinds) +export(mkinerrmin) +export(mkinerrplot) +export(mkinfit) +export(mkinmod) +export(mkinparplot) +export(mkinplot) +export(mkinpredict) +export(mkinresplot) +export(mkinsub) +export(mmkin) +export(nafta) +export(plot_err) +export(plot_res) +export(plot_sep) +export(sigma_twocomp) +export(transform_odeparms) +import(deSolve) +import(graphics) +importFrom(R6,R6Class) +importFrom(grDevices,dev.cur) +importFrom(inline,cfunction) +importFrom(inline,getDynLib) +importFrom(methods,signature) +importFrom(parallel,detectCores) +importFrom(parallel,mclapply) +importFrom(parallel,parLapply) +importFrom(stats,aggregate) +importFrom(stats,cov2cor) +importFrom(stats,dist) +importFrom(stats,nlminb) +importFrom(stats,optimize) +importFrom(stats,pt) +importFrom(stats,qchisq) +importFrom(stats,qf) +importFrom(stats,qt) +importFrom(stats,rnorm) +importFrom(utils,write.table) -- cgit v1.2.1