mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
working on making CRAN compliant
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8663 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
08872129ce
commit
6dc48d6a56
@ -238,10 +238,10 @@ $(DATADIR)/databases.rda : $(DBS) build-databases.R
|
||||
%.ascii : $(DBDIR)/%.dat
|
||||
perl -pe 's/[^[:ascii:]]/?/g' $< > $@
|
||||
|
||||
$(DATADIR)/examples.RData : $(EXS) build-examples.R
|
||||
$(DATADIR)/examples.rda : $(EXS) build-examples.R
|
||||
R --no-save --no-restore CMD BATCH build-examples.R
|
||||
|
||||
$(DATADIR)/csv.RData : SE_to_export_03142014.csv build-csv.R
|
||||
$(DATADIR)/csv.rda : SE_to_export_03142014.csv build-csv.R
|
||||
R --no-save --no-restore CMD BATCH build-csv.R
|
||||
|
||||
roxygenize $(MAN)/phreeqc-package.Rd : phreeqc/R/phreeqc.R
|
||||
@ -251,7 +251,6 @@ roxygenize $(MAN)/phreeqc-package.Rd : phreeqc/R/phreeqc.R
|
||||
|
||||
|
||||
|
||||
|
||||
##$(PSRC): $(DEST)
|
||||
|
||||
##$(ISRC): $(IDEST)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user