WaterSMART / CADSWES Study Manager / Hydrologic Simulator Plugin / 3-20-2012
Study Manager plugin "R" script execution test / Bake 2

Modifications:

Generated "R" Script:

  1. # RHydroSimtor.R script. Generated: Wed Mar 21 17:58:15 2012
  2. Sys.sleep (1.5)
  3. resultFile <- file ("C:/Riverware/staff/philw/StudyMgr/StudyMgr/debug/plugins/RHydroSimtor.out")
  4. resultStr <- if ("DOG" == "21") "CORRECT" else "INCORRECT"
  5. write (resultStr, resultFile)
  6. close (resultFile)


---