From 503441b0a958c1df50df0ee7cfc3bde4ea1b1865 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 20 Nov 2020 19:43:46 +0100 Subject: Support storing mkinmod compiled code as CFunc objects With automatic reloading in mkinfit and mkinpredict in case the DLL is not loaded and the original DLL path has been cleaned up. Depends on jranke/inline@974bdea04fcedfafaab231e6f359c88270b56cb9 See inline#13 --- NAMESPACE | 3 --- 1 file changed, 3 deletions(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 07fadbe9..6ff00109 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -97,14 +97,11 @@ import(graphics) import(nlme) importFrom(R6,R6Class) importFrom(grDevices,dev.cur) -importFrom(inline,cfunction) -importFrom(inline,getDynLib) importFrom(lmtest,lrtest) importFrom(methods,signature) importFrom(parallel,detectCores) importFrom(parallel,mclapply) importFrom(parallel,parLapply) -importFrom(pkgbuild,has_compiler) importFrom(purrr,map_dfr) importFrom(stats,AIC) importFrom(stats,BIC) -- cgit v1.2.1