summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE7
1 files changed, 7 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE
index 7749f57..94141d6 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -47,7 +47,11 @@ import(graphics)
import(mkin)
importFrom(R6,R6Class)
importFrom(dplyr,across)
+importFrom(dplyr,bind_rows)
+importFrom(dplyr,if_else)
+importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
+importFrom(dplyr,pull)
importFrom(grDevices,dev.cur)
importFrom(methods,is)
importFrom(mkin,mkinpredict)
@@ -62,6 +66,9 @@ importFrom(stats,plot.ts)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
+importFrom(tibble,as_tibble)
+importFrom(tibble,tibble)
+importFrom(tidyr,pivot_longer)
importFrom(units,as_units)
importFrom(units,drop_units)
importFrom(units,set_units)

Contact - Imprint