summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-02-13 10:12:26 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-02-13 10:12:26 +0100
commit7078f2f601a2e4137a532b371c5e53559273c701 (patch)
treed213752ec6d8a060db97d122a90c9d03d4eb0253 /NAMESPACE
parent1a0e05a6ef5f1671d47bf82f09a85e746ec7e823 (diff)
Further vectorisation of PEC_sw_drift
Closes #2
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