DistanceDevelopment / readdst

Convert Distance for Windows projects into R code/data
GNU General Public License v3.0
1 stars 2 forks source link

Deal with analyses with status other than "1" #1

Closed dill closed 9 years ago

dill commented 9 years ago

From Distance60/Utilities/Classes/Enumerations.cls these are the possible statuses:

0: "Not Run"
1: "Ran OK"
2: "Ran with warnings"
3: "Ran with errors"
4: "Survey completed"
5: "Queued to run"
6: "Run initializing"
7: "Running"
8: "Reading results"
9: "Resetting"

Maybe want to allow getting stats from statuses 2 and 3?

dill commented 9 years ago

As of 4de9f6f test_stats ignores analyses that don't have results. Probably also want to handle the above statuses too!

dill commented 9 years ago

b4d9d9d does this and allows users to specify which statuses they care about