I'm hoping someone is willing to help me test the latest version of my gtools package on a Mac; it has already been tested on Windows and Linux so I don't expect any issues, but I would like to be sure before submitting an update to SSC. To do this, please uninstall gtools and install the latest version:
Please make sure it says version 1.10.1 is installed. Then, from a fresh Stata session, run
On my local machine this took about an hour and a half. It creates a log file in the current directory with the results; please attach the log here or send it to me. Thanks in advance to anyone willing to help!
Code:
cap noi net uninstall gtools local github https://raw.githubusercontent.com net install gtools, from(`github'/mcaceresb/stata-gtools/master/build/) replace gtools
Code:
do https://raw.githubusercontent.com/mcaceresb/stata-gtools/master/build/gtools_tests.do
Comment