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 /inst/staticdocs | |
parent | 0d958ab6f84b569b5437f231c56004890c4ae23b (diff) |
Reorganise repository using standard package layout
Diffstat (limited to 'inst/staticdocs')
-rw-r--r-- | inst/staticdocs/index.r | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r new file mode 100644 index 0000000..421071c --- /dev/null +++ b/inst/staticdocs/index.r @@ -0,0 +1,42 @@ +sd_section( + "Degradation", + "Functions related to degradation", + c("pfm_degradation", "SFO_actual_twa") +) +sd_section( + "Mobility", + "Indicators related to mobility", + c("GUS", "SSLRC_mobility_classification") +) +sd_section( + "Soil", + "Predicted environmental concentrations in soil", + c("PEC_soil", "soil_scenario_data_EFSA_2015") +) +sd_section( + "Surface water", + "Predicted environmental concentrations in surface water", + c( + "PEC_sw_drift", "PEC_sw_sed", + "drift_data_JKI", + "PEC_sw_drainage_UK", + "TOXSWA_cwa", + "read.TOXSWA_cwa", + "plot.TOXSWA_cwa" + ) +) +sd_section( + "Groundwater", + "Predicted environmental concentrations in groundwater", + c("FOCUS_GW_scenarios_2012") +) +sd_section( + "Chemical entities", + "Work with input stored in chemical entites as R objects using the chent package", + c("endpoint") +) +sd_section( + "General", + "Utilities that are generally useful", + c("geomean") +) |