working on making CRAN compliant

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8664 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-04-19 04:11:03 +00:00
parent 6dc48d6a56
commit e5c2b5b865
2 changed files with 5 additions and 4 deletions

View File

@ -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 <dlpark@usgs.gov> and C.A.J. Appelo
<appt@hydrochemistry.eu>
URL: http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc

View File

@ -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
##'