Helper function to check the .out and .out_default variables used in this package
check.out.RdIf
.outis NULL, returns.out_default.If
.outis a vector containing strings, checks to make sure that there are the same number of strings in.outas items in.out_defaultIf
.outis a list with named elements, checks to make sure the names are present in.out_default. Ignores names not present in.out_default, but gives a warning. If any elements in.out_defaultare not in.out, uses the values from.out_default. Sorts the items in the same order as in.out_default.