Function reference

Functions Description
lint 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 sets up and modifies the settings file used in reproot
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.
repscan Detect the use of commands linked to common reproducibility failures in Stata do-files.