Brian Quistorff
Brian Quistorff
No, I did a `net install` following [the instructions](https://github.com/haghish/github#2-installing-github-module)).
If they are feasible, a few other options that don't require user changes could be: - `github version` has a special check for `github`. - `github version` (or any other...
Some random code I had lying around. Would need to be test. ``` mata /* *@brief Recursively removes folder with files it in it *@param path Directory path to remove...
They look nice! Do you have any licensing restrictions?
Is it [CC BY](https://creativecommons.org/licenses/by/4.0/)? I like both. The left one is probably more visible at small resolutions, though.
I just reconfirmed that the `net install` from GitHub it worked for me on Stata 14 on Windows (and I've done it previously on Linux). Might be something with Stata...
Can you check that you: - [ ] Have checked that the examples in the help work. - [ ] Are using the newest release (see [here](https://github.com/gvegayon/parallel/releases) for latest release...
It looks like you didn't uninstall the SSC version. Can you uninstall parallel and then install the latest from GitHub.
A simple example is ``` sysuse cars parallel: reg price mpg [aw=weight] ``` This happens because `parallel_do` uses `syntax` and doesn't catch `weight` or `= exp`. We should allow both....
If you uninstall and install the SSC version does everything work fine? With the GitHub version does example1 from the help work (I'm trying a non-append example)?