You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error when trying to use gtools' -gcollapse- command:
file env_set_macosx.plugin not found
(error occurred while loading gcollapse.ado)
r(601);
Simple example re-producing the error:
. ado uninstall gtools
I am on a 2016 MacBook with OSX (macOS Sierra). Just saw that you mention the compatibility issue in your README -- sorry for overlooking this. I ran the gtools package on a Unix-based server the other day and it worked great.
I get the following error when trying to use gtools' -gcollapse- command:
file env_set_macosx.plugin not found
(error occurred while loading gcollapse.ado)
r(601);
Simple example re-producing the error:
. ado uninstall gtools
package gtools from https://raw.githubusercontent.com/mcaceresb/stata-gtools/master/build
^
(package uninstalled)
. net install gtools, from(https://raw.githubusercontent.com/mcaceresb/stata-gtools/master/build/)
checking gtools consistency and verifying not already installed...
installing into /Users/USER/Library/Application Support/Stata/ado/plus/...
installation complete.
. sysuse auto
(1978 Automobile Data)
. gcollapse (mean) price, by(make)
file env_set_macosx.plugin not found
(error occurred while loading gcollapse.ado)
r(601);
The text was updated successfully, but these errors were encountered: