diff options
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 11 |
1 files changed, 1 insertions, 10 deletions
@@ -12,27 +12,21 @@ S3method(plot,one_box) S3method(print,GUS_result) S3method(twa,one_box) export(FOCUS_GW_scenarios_2012) -export(FOCUS_PELMO_crop_sze_names) -export(FOCUS_PELMO_crops) -export(FOCUS_PELMO_location_codes) export(FOMC_actual_twa) export(GUS) export(PEC_FOMC_accu_rel) export(PEC_soil) +export(PEC_soil_mets) export(PEC_sw_drainage_UK) export(PEC_sw_drift) export(PEC_sw_exposit_runoff) export(PEC_sw_focus) export(PEC_sw_sed) -export(PELMO_path) -export(PELMO_runs) export(SFO_actual_twa) export(SSLRC_mobility_classification) export(TOXSWA_cwa) export(chent_focus_sw) export(endpoint) -export(evaluate_PELMO) -export(focus_80th) export(geomean) export(max_twa) export(one_box) @@ -40,7 +34,6 @@ export(perc_runoff_exposit) export(perc_runoff_reduction_exposit) export(pfm_degradation) export(read.TOXSWA_cwa) -export(run_PELMO) export(sawtooth) export(soil_DT50) export(soil_Kfoc) @@ -53,7 +46,6 @@ importFrom(R6,R6Class) importFrom(grDevices,dev.cur) importFrom(methods,is) importFrom(mkin,mkinpredict) -importFrom(parallel,mclapply) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) importFrom(stats,end) @@ -63,5 +55,4 @@ importFrom(stats,plot.ts) importFrom(stats,start) importFrom(stats,time) importFrom(stats,ts) -importFrom(utils,data) importFrom(utils,read.table) |