Skip to content

Commit

Permalink
taf.root and rm=TRUE no longer required
Browse files Browse the repository at this point in the history
  • Loading branch information
Arni Magnusson committed May 26, 2017
1 parent 6c8ba4f commit dee4f95
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions all.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

library(icesTAF)

options(taf.root=getwd())

sourceTAF("db.R", rm=TRUE)
sourceTAF("input.R", rm=TRUE)
sourceTAF("model.R", rm=TRUE)
sourceTAF("output.R", rm=TRUE)
sourceTAF("upload.R", rm=TRUE)
sourceTAF("db.R")
sourceTAF("input.R")
sourceTAF("model.R")
sourceTAF("output.R")
sourceTAF("upload.R")

0 comments on commit dee4f95

Please sign in to comment.