mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
removed NAMESPACE
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8580 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
2fca0d65e4
commit
e38d194a66
@ -16,6 +16,7 @@ Description: R interface to the PHREEQC program. PHREEQC is a geochemical
|
|||||||
account for differences in composition between waters, within specified
|
account for differences in composition between waters, within specified
|
||||||
compositional uncertainty limits.
|
compositional uncertainty limits.
|
||||||
Maintainer: Scott Charlton <charlton@usgs.gov>
|
Maintainer: Scott Charlton <charlton@usgs.gov>
|
||||||
Depends: methods
|
Depends:
|
||||||
|
methods
|
||||||
License: Unlimited
|
License: Unlimited
|
||||||
LazyData: yes
|
LazyData: yes
|
||||||
|
|||||||
@ -1,48 +0,0 @@
|
|||||||
useDynLib(phreeqc)
|
|
||||||
|
|
||||||
export(
|
|
||||||
"phrAccumulateLine",
|
|
||||||
"phrClearAccumulatedLines",
|
|
||||||
"phrGetAccumulatedLines",
|
|
||||||
"phrGetComponentList",
|
|
||||||
"phrGetErrorFileOn",
|
|
||||||
#
|
|
||||||
"phrSetDumpFileOn",
|
|
||||||
"phrSetErrorFileOn",
|
|
||||||
"phrSetLogFileOn",
|
|
||||||
"phrSetOutputFileOn",
|
|
||||||
"phrSetSelectedOutputFileOn",
|
|
||||||
#
|
|
||||||
"phrSetDumpStringOn",
|
|
||||||
"phrSetErrorStringOn",
|
|
||||||
"phrSetLogStringOn",
|
|
||||||
"phrSetOutputStringOn",
|
|
||||||
"phrSetSelectedOutputStringOn",
|
|
||||||
#
|
|
||||||
"phrSetDumpFileName",
|
|
||||||
"phrSetErrorFileName",
|
|
||||||
"phrSetLogFileName",
|
|
||||||
"phrSetOutputFileName",
|
|
||||||
"phrSetSelectedOutputFileName",
|
|
||||||
#
|
|
||||||
"phrGetDumpString",
|
|
||||||
"phrGetLogString",
|
|
||||||
"phrGetOutputString",
|
|
||||||
"phrGetSelectedOutputString",
|
|
||||||
"phrGetWarningString",
|
|
||||||
#
|
|
||||||
"phrGetDumpFileName",
|
|
||||||
"phrGetErrorFileName",
|
|
||||||
"phrGetLogFileName",
|
|
||||||
"phrGetOutputFileName",
|
|
||||||
"phrGetSelectedOutputFileName",
|
|
||||||
#
|
|
||||||
"phrGetErrorString",
|
|
||||||
"phrGetSelectedOutput",
|
|
||||||
"phrLoadDatabase",
|
|
||||||
"phrLoadDatabaseList",
|
|
||||||
"phrLoadDatabaseString",
|
|
||||||
"phrRunAccumulated",
|
|
||||||
"phrRunFile",
|
|
||||||
"phrRunString"
|
|
||||||
)
|
|
||||||
@ -77,7 +77,7 @@
|
|||||||
##' }
|
##' }
|
||||||
##'
|
##'
|
||||||
##' # add selected_output
|
##' # add selected_output
|
||||||
##' input[length(input)+1] <- fSelOut()
|
##' input[[length(input)+1]] <- fSelOut()
|
||||||
##'
|
##'
|
||||||
##' # load database
|
##' # load database
|
||||||
##' phrLoadDatabaseString(phreeqc.dat.list)
|
##' phrLoadDatabaseString(phreeqc.dat.list)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user