Trying to get the examples of the above mentioned ado-package to run without luck. I've tried different folder options. Would appreciate if someone could try the same commands - maybe it's a local problem.
Code:
net inst eda, from(http://wbuchanan.github.io/eda)
ssc install tuples //three dependencies listed in the package
ssc install spineplot
ssc install estout
sysuse auto.dta, clear //trying to run example from the package
eda, r(`"`c(pwd)'/edaexamples"') o("minexample") comp
//varlist not allowed
//r(101);

Comment