diff --git a/R/phreeqc/DESCRIPTION b/R/phreeqc/DESCRIPTION index a03b395d..23ed025f 100644 --- a/R/phreeqc/DESCRIPTION +++ b/R/phreeqc/DESCRIPTION @@ -16,6 +16,7 @@ Description: R interface to the PHREEQC program. PHREEQC is a geochemical account for differences in composition between waters, within specified compositional uncertainty limits. Maintainer: Scott Charlton -Depends: methods +Depends: + methods License: Unlimited LazyData: yes diff --git a/R/phreeqc/NAMESPACE b/R/phreeqc/NAMESPACE deleted file mode 100644 index 3a2e1d58..00000000 --- a/R/phreeqc/NAMESPACE +++ /dev/null @@ -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" -) diff --git a/R/phreeqc/R/phreeqc.R b/R/phreeqc/R/phreeqc.R index f43e6147..118b339a 100644 --- a/R/phreeqc/R/phreeqc.R +++ b/R/phreeqc/R/phreeqc.R @@ -77,7 +77,7 @@ ##' } ##' ##' # add selected_output -##' input[length(input)+1] <- fSelOut() +##' input[[length(input)+1]] <- fSelOut() ##' ##' # load database ##' phrLoadDatabaseString(phreeqc.dat.list)