diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-08-13 10:58:16 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-08-13 11:00:17 +0200 |
commit | 396ba6c42252426a132be56b9f417786a1f276e3 (patch) | |
tree | dacbad92ab168e0dfc1b70c6f8c7a3af29243d96 /NAMESPACE | |
parent | 870c7f6315e2656fceea28449bdeb5b2a57adf10 (diff) |
Support units in drift, runoff und sediment PECs
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -46,6 +46,8 @@ export(twa) import(graphics) import(mkin) importFrom(R6,R6Class) +importFrom(dplyr,across) +importFrom(dplyr,mutate) importFrom(grDevices,dev.cur) importFrom(methods,is) importFrom(mkin,mkinpredict) @@ -60,4 +62,7 @@ importFrom(stats,plot.ts) importFrom(stats,start) importFrom(stats,time) importFrom(stats,ts) +importFrom(units,as_units) +importFrom(units,drop_units) +importFrom(units,set_units) importFrom(utils,read.table) |