diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-22 12:01:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-08-22 12:01:57 +0200 |
commit | 83c8575e2abde12208584b9c80935d4a873689fd (patch) | |
tree | 4d18e4843ef06d9b1f9330910d370892692f7b98 /pkg | |
parent | 405c10b443aacfe9aab15f4ab2797e92def9f246 (diff) |
Small documentation updates
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/DESCRIPTION | 2 | ||||
-rw-r--r-- | pkg/NAMESPACE | 8 | ||||
-rw-r--r-- | pkg/R/pfm_chent.R | 5 | ||||
-rw-r--r-- | pkg/man/PEC_soil_product.Rd | 2 | ||||
-rw-r--r-- | pkg/man/pfm_ai.Rd | 2 | ||||
-rw-r--r-- | pkg/man/pfm_chent.Rd | 7 | ||||
-rw-r--r-- | pkg/man/pfm_product.Rd | 2 | ||||
-rw-r--r-- | pkg/man/read.TOXSWA_cwa.Rd | 2 |
8 files changed, 15 insertions, 15 deletions
diff --git a/pkg/DESCRIPTION b/pkg/DESCRIPTION index 379cb3b..1371f5d 100644 --- a/pkg/DESCRIPTION +++ b/pkg/DESCRIPTION @@ -1,7 +1,7 @@ Package: pfm Type: Package Title: Utilities for Pesticide Fate Modelling -Version: 0.2-3 +Version: 0.2-3.900 Date: 2015-08-21 Authors@R: person("Johannes Ranke", email = "jranke@uni-bremen.de", role = c("aut", "cre", "cph")) diff --git a/pkg/NAMESPACE b/pkg/NAMESPACE index 1c879d1..7e99d47 100644 --- a/pkg/NAMESPACE +++ b/pkg/NAMESPACE @@ -4,11 +4,6 @@ S3method(plot,TOXSWA_cwa) export(PEC_pw) export(PEC_soil) export(PEC_soil_product) -export(TOXSWA_cwa) -export(geomean) -export(pfm_ai) -export(pfm_chent) -export(pfm_product) export(PEC_sw_drainage_UK_ini) export(PEC_sw_drift) export(PEC_sw_drift_ini) @@ -17,7 +12,10 @@ export(SFO_actual_twa) export(SSLRC_mobility_classification) export(TOXSWA_cwa) export(geomean) +export(pfm_ai) +export(pfm_chent) export(pfm_degradation) +export(pfm_product) export(read.TOXSWA_cwa) import(graphics) import(mkin) diff --git a/pkg/R/pfm_chent.R b/pkg/R/pfm_chent.R index 3c950ec..67037cb 100644 --- a/pkg/R/pfm_chent.R +++ b/pkg/R/pfm_chent.R @@ -17,12 +17,13 @@ #' R6 class for holding a chemical entity #' -#' An R6 class for holding information about a chemical entity +#' An R6 class for holding information about a chemical entity that is useful +#' for fate modelling #' #' @docType class #' @importFrom R6 R6Class #' @export -#' @format An \code{\link{R6Class}} generator object. +#' @format An \code{\link{R6Class}} generator object #' @field acronym Acronym for local use #' @field smiles SMILES code #' @field mw Molecular weight diff --git a/pkg/man/PEC_soil_product.Rd b/pkg/man/PEC_soil_product.Rd index b4ea95e..b708366 100644 --- a/pkg/man/PEC_soil_product.Rd +++ b/pkg/man/PEC_soil_product.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0.9001): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/PEC_soil.R \name{PEC_soil_product} \alias{PEC_soil_product} diff --git a/pkg/man/pfm_ai.Rd b/pkg/man/pfm_ai.Rd index 794a55e..20c5acd 100644 --- a/pkg/man/pfm_ai.Rd +++ b/pkg/man/pfm_ai.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0.9001): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/pfm_chent.R \docType{class} \name{pfm_ai} diff --git a/pkg/man/pfm_chent.Rd b/pkg/man/pfm_chent.Rd index c62e8cf..f72d038 100644 --- a/pkg/man/pfm_chent.Rd +++ b/pkg/man/pfm_chent.Rd @@ -1,15 +1,16 @@ -% Generated by roxygen2 (4.1.0.9001): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/pfm_chent.R \docType{class} \name{pfm_chent} \alias{pfm_chent} \title{R6 class for holding a chemical entity} -\format{An \code{\link{R6Class}} generator object.} +\format{An \code{\link{R6Class}} generator object} \usage{ pfm_chent } \description{ -An R6 class for holding information about a chemical entity +An R6 class for holding information about a chemical entity that is useful +for fate modelling } \section{Fields}{ diff --git a/pkg/man/pfm_product.Rd b/pkg/man/pfm_product.Rd index 862ce3c..41ea4aa 100644 --- a/pkg/man/pfm_product.Rd +++ b/pkg/man/pfm_product.Rd @@ -1,4 +1,4 @@ -% Generated by roxygen2 (4.1.0.9001): do not edit by hand +% Generated by roxygen2 (4.1.1): do not edit by hand % Please edit documentation in R/pfm_chent.R \docType{class} \name{pfm_product} diff --git a/pkg/man/read.TOXSWA_cwa.Rd b/pkg/man/read.TOXSWA_cwa.Rd index 684e107..5d97bb2 100644 --- a/pkg/man/read.TOXSWA_cwa.Rd +++ b/pkg/man/read.TOXSWA_cwa.Rd @@ -36,7 +36,7 @@ segment are imported. H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", basedir = "SwashProjects/project_H_sw/TOXSWA", zipfile = system.file("testdata/SwashProjects.zip", - package = "pfm")) + package = "pfm")) } \author{ Johannes Ranke |