Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JanDitzen committed May 21, 2021
1 parent ea1bfb1 commit fd7be4c
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ __Table of Contents__
1. [Testing known breakpoints](#21-testing-known-breakpoints)
2. [Testing unknown breakpoints](#22-testing-unknown-breakpoints)
3. [Options](#3-options)
4. [Saved Values](#4-saved-values)
5. [Examples](#5-examples)
6. [References](#6-references)
7. [How to install](#7-how-to-install)
8. [About](#8-authors)
4. [Note on Panel Data](#4-note-on-panel-data)
5. [Saved Values](#5-saved-values)
6. [Examples](#6-examples)
7. [References](#7-references)
8. [How to install](#8-how-to-install)
9. [About](#9-authors)

# 1. Syntax

Expand Down

4 comments on commit fd7be4c

@saptorshee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello,

There is a serious problem with the code, last month the code worked fine but now there is an error as follows:

unexpected end of file
(error occurred while loading xtbreak.ado)

The same error is repeated even if I try the example in the code, I have tried to delete all the files and re-install the package, still the problem persists. I am using Stata14 Mac.

Thank you.

@JanDitzen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Saptorshee,
thanks for your interest in xtbreak.

I opened a new issue for your problem which is here. The new version has a lot of extensions and changes. It might be possible that the new version uses some routines which are not supported by Stata 14. I checked with Stata 15, but I do not have Stata 14 any longer.

To track where the error occur, can you please type in Stata `set trace on', run xtbreak and then post the output in the issue from above. This would help me greatly.

Thanks!

Jan

@saptorshee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

. `set trace on'
. run xtbreak
file xtbreak.do not found
r(601);

@JanDitzen
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you try to do the following:
set trace on
xtbreak, version

Thanks!

Please sign in to comment.