lint |
detects and corrects bad coding practices in Stata do-files. |
repado |
a command to handle ado-file dependencies |
repadolog |
Outputs a report of what commands are installed in the PLUS folder |
repkit |
Package command with utilities for the rest of the package |
reproot |
Command for managing root file paths. |
reproot_setup |
This command is used for short description. |
reprun |
This command is used to automate a reproducibility check for a single Stata do-file, or a set of do-files called by a main do-file. The command should be used interactively; reprun will execute one run of the do-file and record the state of Stata after the execution of each line. It will then run the entire do-file a second time and flag all potential reproducibility error caused by comparing the Stata state to the first run after each line. Debugging and reporting options are available. |