added extra directory to pass check

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8465 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-02-07 08:08:53 +00:00
parent 624b99370e
commit f69c37206a

View File

@ -34,9 +34,9 @@ Maintainer: Scott Charlton \email{charlton@usgs.gov}
%% ~~objects to See Also as \code{\link{help}}, ~~~
}
\examples{
# This example runs the ex2 input file and echos the list of components.
phrLoadDatabase("phreeqc.dat")
phrRunFile("ex2")
# This example runs the ex2 input file and echos the list of components.
phrLoadDatabase("phreeqc/phreeqc.dat")
phrRunFile("phreeqc/ex2")
cat("components:\n")
for (c in phrGetComponentList()) {
cat(c, "\n")