diff options
Diffstat (limited to 'NAMESPACE')
| -rw-r--r-- | NAMESPACE | 14 |
1 files changed, 14 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) @@ -46,6 +47,12 @@ export(twa) 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) @@ -60,4 +67,11 @@ 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) importFrom(utils,read.table) |
