Skip to content

Commit

Permalink
Fix paths (#59, #57)
Browse files Browse the repository at this point in the history
  • Loading branch information
LSYS committed Apr 4, 2024
1 parent df998c9 commit ac0dba5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/datasets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

## Scripts

* [`txt2macro.ado`](https://github.com/LSYS/rbStata/blob/main/datasets/txt2macro.ado) is an `ado` utility that converts the `dta` files listed in `manifest.txt`into a Stata `macro`.
* [`getdata.do`](https://github.com/LSYS/rbStata/blob/main/datasets/getdata.do) downloads the `dta` files listed in `manifest.txt` from Stata 17.
* [`testopen.do`](https://github.com/LSYS/rbStata/blob/main/datasets/testopen.do) tests and check that the downloaded `dta` files from Stata 17 cannot be opened in Stata 13.
* [`opentest-log.txt`](https://github.com/LSYS/rbStata/blob/main/datasets/opentest-log.txt) logs the output from `opentest.do`.
* [`testopen-converted.do`](https://github.com/LSYS/rbStata/blob/main/datasets/testopen-converted.do) tests and check that and the converted `dta` files (using the default saving prefix `-rbstata`, e.g., with `auto-rbstata.dta`) can indeed be opened in Stata 13.
* [`opentest-converted-log.txt`](https://github.com/LSYS/rbStata/blob/main/datasets/opentest-log.txt) logs the output from `opentest-converted.do`.
* [`txt2macro.ado`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/txt2macro.ado) is an `ado` utility that converts the `dta` files listed in `manifest.txt`into a Stata `macro`.
* [`getdata.do`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/getdata.do) downloads the `dta` files listed in `manifest.txt` from Stata 17.
* [`testopen.do`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/testopen.do) tests and check that the downloaded `dta` files from Stata 17 cannot be opened in Stata 13.
* [`opentest-log.txt`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/opentest-log.txt) logs the output from `opentest.do`.
* [`testopen-converted.do`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/testopen-converted.do) tests and check that and the converted `dta` files (using the default saving prefix `-rbstata`, e.g., with `auto-rbstata.dta`) can indeed be opened in Stata 13.
* [`opentest-converted-log.txt`](https://github.com/LSYS/rbStata/blob/main/assets/datasets/opentest-log.txt) logs the output from `opentest-converted.do`.

## Make
* To download the `dta` files shipped with Stata 17, type
Expand Down

0 comments on commit ac0dba5

Please sign in to comment.