Benjamin Daniels
Benjamin Daniels
Solved in c4262e573d8af627ed0151a9f9e707900b4acd7f. I was missing an instance of `ieboilstart` due to a whitespace typo (my fault) and then needed to add `estimates clear` to its replacement to avoid memory...
Ok I have looked through this now and it looks hugely improved, great work! I just have one last question, which is, how can I request a mean and a...
I will not hold this up further! That seems like a useful and straightforward feature to add next. If you are happy with the functionality then it is good from...
> > > make option `onerow` the default when the number of observations is not changing > > > > > > I vote no for backward compatibility. We have...
Great idea. To solve this I have added a callout in d859a6ab4b7b0ddce99aaa87bf036e45a55aaf93 that reports the beginning and end of dofile runs. I can't explicitly identify anything outside that I think...
Addressed in 07fb10dadde1e67d63a053904e40366216b8171e
I agree that these are not desirable, but as far as I can see these are exactly the same behaviors as you would get by just running the do-file in...
For ados, I tried to implement the method flagged by Lars at https://julianreif.com/guide/: ``` tokenize `"$S_ADO"', parse(";") while `"`1'"' != "" { if `"`1'"'!="BASE" cap adopath - `"`1'"' macro shift...
@luisesanmartin Great comments, all resolved except #304. Have a look at the proposed solution there and let me know if that's sufficient to go ahead!
`adopath` solved by `ieboilstart`. Won't implement output checks here.