diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 23:00:48 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 23:00:48 +0200 |
commit | 12a31f4c130c551f82232d9ef7dfb608bd52c53f (patch) | |
tree | 2525ab1ea4102a6edddbd0c2f03f4a851bf2f9c5 /NAMESPACE | |
parent | 0d958ab6f84b569b5437f231c56004890c4ae23b (diff) |
Reorganise repository using standard package layout
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/NAMESPACE b/NAMESPACE new file mode 100644 index 0000000..3777574 --- /dev/null +++ b/NAMESPACE @@ -0,0 +1,28 @@ +# Generated by roxygen2: do not edit by hand + +S3method(GUS,chent) +S3method(GUS,numeric) +S3method(plot,TOXSWA_cwa) +S3method(print,GUS_result) +export(GUS) +export(PEC_soil) +export(PEC_sw_drainage_UK) +export(PEC_sw_drift) +export(PEC_sw_sed) +export(SFO_actual_twa) +export(SSLRC_mobility_classification) +export(TOXSWA_cwa) +export(endpoint) +export(geomean) +export(pfm_degradation) +export(read.TOXSWA_cwa) +export(soil_DT50) +export(soil_Kfoc) +export(soil_N) +export(soil_sorption) +import(graphics) +import(mkin) +importFrom(R6,R6Class) +importFrom(methods,is) +importFrom(readr,fwf_empty) +importFrom(readr,read_fwf) |