working on CRAN submission

This commit is contained in:
Scott Charlton 2019-11-25 17:39:00 -08:00
parent 9739214176
commit 567af3ee45
2 changed files with 10 additions and 1 deletions

View File

@ -1500,7 +1500,7 @@ NULL
##' @family Databases
##' @references \url{http://pubs.usgs.gov/tm/06/a43/pdf/tm6-A43.pdf}
##' @source \url{http://wwwbrr.cr.usgs.gov/projects/GWC_coupled/phreeqc}
##' @usage pitzer # phrLoadDatabaseString(pitzer.dat)
##' @usage pitzer.dat # phrLoadDatabaseString(pitzer.dat)
##' @keywords dataset
NULL
@ -1756,6 +1756,8 @@ NULL
##' phrSetSelectedOutputFileOn(1, TRUE)
##' phrRunString(ex8)
##' phrGetOutputStrings()
##' # cleanup
##' unlink(c("Zn1e_7", "Zn1e_4"))ls
##'
NULL

7
R/phreeqc/.Rbuildignore Normal file
View File

@ -0,0 +1,7 @@
^dump\.0\.out$
^ex2\.sel$
^ex8\.sel$
^phreeqc\.0\.out$
^phreeqc\.dump$
^phreeqc\.errors$
^phreeqc\.output$