Hi
I am trying to use Table1 without much success
*** This is the error I get when I try to install table1
ssc install table1
checking table1 consistency and verifying not already installed...
installing into c:\ado\plus\...
file c:\ado\plus\next.trk already exists
r(602);
**** This is the error I get when I try to replace the supposedly existing table1
ssc install table1, replace
checking table1 consistency and verifying not already installed...
installing into c:\ado\plus\...
file c:\ado\plus\next.trk already exists
r(602);
*** This is what I get when I check which ssc packages have been installed [and table1 doesn't exist]
ado dir
[1] package reshape8 from http://fmwww.bc.edu/repec/bocode/r
'RESHAPE8': module to reshape while preserving variable labels
*** Similarly when I try to uninstall the table1
ssc uninstall table1
package not found
r(111);
**** I have also tried updating ssc packages and get this
. adoupdate, ssc
(note: adoupdate updates user-written files; type -update- to check for
updates to official Stata)
Checking status of installed packages...
[1] reshape8 at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
Does anyone have any ideas what the problem may be and how I can overcome it. Your advice would be much appreciated.
I am trying to use Table1 without much success
*** This is the error I get when I try to install table1
ssc install table1
checking table1 consistency and verifying not already installed...
installing into c:\ado\plus\...
file c:\ado\plus\next.trk already exists
r(602);
**** This is the error I get when I try to replace the supposedly existing table1
ssc install table1, replace
checking table1 consistency and verifying not already installed...
installing into c:\ado\plus\...
file c:\ado\plus\next.trk already exists
r(602);
*** This is what I get when I check which ssc packages have been installed [and table1 doesn't exist]
ado dir
[1] package reshape8 from http://fmwww.bc.edu/repec/bocode/r
'RESHAPE8': module to reshape while preserving variable labels
*** Similarly when I try to uninstall the table1
ssc uninstall table1
package not found
r(111);
**** I have also tried updating ssc packages and get this
. adoupdate, ssc
(note: adoupdate updates user-written files; type -update- to check for
updates to official Stata)
Checking status of installed packages...
[1] reshape8 at http://fmwww.bc.edu/repec/bocode/r:
installed package is up to date
(no packages require updating)
Does anyone have any ideas what the problem may be and how I can overcome it. Your advice would be much appreciated.
Comment