aboutsummaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-01-27 01:00:07 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-01-27 02:17:41 +0100
commitb38055278d4a801598ece9d2c93716a9bf67134a (patch)
treed1338a66115dd9c5bf5aa0004f16d8329093e852 /NAMESPACE
parent40c2f387775a168df1be699813807586cf098648 (diff)
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
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE9
1 files changed, 9 insertions, 0 deletions
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)

Contact - Imprint