diff options
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,7 @@ S3method(max_twa,mkinfit) S3method(max_twa,one_box) S3method(one_box,character) S3method(one_box,mkinfit) +S3method(one_box,mkinmod) S3method(one_box,numeric) S3method(plot,TOXSWA_cwa) S3method(plot,one_box) @@ -28,6 +29,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 +49,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 +68,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) |
