diff --git a/R/phreeqc/DESCRIPTION b/R/phreeqc/DESCRIPTION index 4e99d492..4c213d31 100644 --- a/R/phreeqc/DESCRIPTION +++ b/R/phreeqc/DESCRIPTION @@ -3,7 +3,8 @@ Version: 1.0.0 Title: R interface to the phreeqc geochemical modeling program License: Unlimited NeedsCompilation: yes -Depends: R (>= 2.10) +Depends: + R (>= 2.10) Author: David Parkhurst and C.A.J. Appelo URL: http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc diff --git a/R/phreeqc/R/phreeqc.R b/R/phreeqc/R/phreeqc.R index cb2fcdd5..fd5379ad 100644 --- a/R/phreeqc/R/phreeqc.R +++ b/R/phreeqc/R/phreeqc.R @@ -443,7 +443,7 @@ function() { ##' Return error string messages. ##' -##' Returns a string containing any error messages that were generated +##' Returns a character vector containing any error messages that were generated ##' during the last invocation of the following methods: ##' \code{\link{phrAccumulateLine}}, \code{\link{phrLoadDatabase}}, ##' \code{\link{phrLoadDatabaseString}}, \code{\link{phrRunAccumulated}}, @@ -503,8 +503,8 @@ function() { ##' ##' @export phrGetLogStrings ##' @useDynLib phreeqc -##' @return %% ~Describe the value returned %% If it is a LIST, use %% -##' @seealso %% ~~objects to See Also as \code{\link{help}}, ~~~ +##' @return A character vector containing phreeqc log output. +##' @seealso \code{\link{phrGetLogFileName}}, \code{\link{phrGetLogFileOn}}, \code{\link{phrGetLogStringsOn}}, \code{\link{phrSetLogFileName}}, \code{\link{phrSetLogFileOn}}, \code{\link{phrSetLogStringsOn}} ##' @references \url{http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc} ##' @examples ##'