diff options
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -28,6 +28,7 @@ export(SSLRC_mobility_classification) export(TOXSWA_cwa) export(TSCF) export(chent_focus_sw) +export(drainage_date_UK) export(drift_percentages_rautmann) export(endpoint) export(geomean) @@ -47,7 +48,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 +67,10 @@ importFrom(stats,plot.ts) importFrom(stats,start) importFrom(stats,time) importFrom(stats,ts) +importFrom(testthat,capture_output) +importFrom(tibble,as_tibble) +importFrom(tibble,tibble) +importFrom(tidyr,pivot_longer) importFrom(units,as_units) importFrom(units,drop_units) importFrom(units,set_units) |
