From b935273d651301b271e0cb66bf36c2bbc1d15b32 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 01:40:24 +0100 Subject: Separate out PELMO utilities into rPELMO --- NAMESPACE | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 02f2e73..256eb3f 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -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) -- cgit v1.2.1