mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added build target to Makefile
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8615 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
a3705b1437
commit
6b34c42885
@ -718,7 +718,10 @@ check : all
|
||||
R CMD check -as-cran phreeqc
|
||||
|
||||
install : all
|
||||
R CMD INSTALL phreeqc
|
||||
R CMD INSTALL --build phreeqc
|
||||
|
||||
build : all
|
||||
R CMD build phreeqc
|
||||
|
||||
uninstall :
|
||||
R CMD REMOVE phreeqc
|
||||
|
||||
@ -44,7 +44,6 @@
|
||||
##' #########################################################################
|
||||
##' # Load data from CSV and calculate CO2
|
||||
##' #########################################################################
|
||||
##'
|
||||
##'
|
||||
##' # append solution input to given vector
|
||||
##' fSoln <- function(vec, id, t, pH, alk) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user