From b38055278d4a801598ece9d2c93716a9bf67134a Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 27 Jan 2017 01:00:07 +0100 Subject: Set up FOCUS PELMO runs and run them in parallel - This works on Linux using wine - PELMO runs (including pelmo.inp files) are correctly generated - The PLM files for FOCUS Pesticide_D in the test data archive are correctly reproduced - The data files (including FOCUS groundwater scenario data) are now created and documented in R files --- NAMESPACE | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 35245d9..c795c89 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -11,11 +11,17 @@ S3method(plot,TOXSWA_cwa) 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(GUS) export(PEC_soil) export(PEC_sw_drainage_UK) export(PEC_sw_drift) export(PEC_sw_sed) +export(PELMO_path) +export(PELMO_runs) export(SFO_actual_twa) export(SSLRC_mobility_classification) export(TOXSWA_cwa) @@ -25,6 +31,7 @@ export(max_twa) export(one_box) export(pfm_degradation) export(read.TOXSWA_cwa) +export(run_PELMO) export(sawtooth) export(soil_DT50) export(soil_Kfoc) @@ -36,6 +43,7 @@ import(mkin) importFrom(R6,R6Class) importFrom(methods,is) importFrom(mkin,mkinpredict) +importFrom(parallel,mclapply) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) importFrom(stats,end) @@ -45,3 +53,4 @@ importFrom(stats,plot.ts) importFrom(stats,start) importFrom(stats,time) importFrom(stats,ts) +importFrom(utils,data) -- cgit v1.2.1