mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
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:
parent
6dc48d6a56
commit
e5c2b5b865
@ -3,7 +3,8 @@ Version: 1.0.0
|
|||||||
Title: R interface to the phreeqc geochemical modeling program
|
Title: R interface to the phreeqc geochemical modeling program
|
||||||
License: Unlimited
|
License: Unlimited
|
||||||
NeedsCompilation: yes
|
NeedsCompilation: yes
|
||||||
Depends: R (>= 2.10)
|
Depends:
|
||||||
|
R (>= 2.10)
|
||||||
Author: David Parkhurst <dlpark@usgs.gov> and C.A.J. Appelo
|
Author: David Parkhurst <dlpark@usgs.gov> and C.A.J. Appelo
|
||||||
<appt@hydrochemistry.eu>
|
<appt@hydrochemistry.eu>
|
||||||
URL: http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc
|
URL: http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc
|
||||||
|
|||||||
@ -443,7 +443,7 @@ function() {
|
|||||||
|
|
||||||
##' Return error string messages.
|
##' 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:
|
##' during the last invocation of the following methods:
|
||||||
##' \code{\link{phrAccumulateLine}}, \code{\link{phrLoadDatabase}},
|
##' \code{\link{phrAccumulateLine}}, \code{\link{phrLoadDatabase}},
|
||||||
##' \code{\link{phrLoadDatabaseString}}, \code{\link{phrRunAccumulated}},
|
##' \code{\link{phrLoadDatabaseString}}, \code{\link{phrRunAccumulated}},
|
||||||
@ -503,8 +503,8 @@ function() {
|
|||||||
##'
|
##'
|
||||||
##' @export phrGetLogStrings
|
##' @export phrGetLogStrings
|
||||||
##' @useDynLib phreeqc
|
##' @useDynLib phreeqc
|
||||||
##' @return %% ~Describe the value returned %% If it is a LIST, use %%
|
##' @return A character vector containing phreeqc log output.
|
||||||
##' @seealso %% ~~objects to See Also as \code{\link{help}}, ~~~
|
##' @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}
|
##' @references \url{http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc}
|
||||||
##' @examples
|
##' @examples
|
||||||
##'
|
##'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user