Downloads
autolabel releases
Every published version of autolabel for Stata, Python, and R, with direct download links and per-version install snippets.
Stata
autolabel for Stata ships in the bundled registream Stata package
alongside registream core and datamirror. Install the
latest release with one command:
net install registream, from("https://registream.org/install/stata/latest") replaceTo pin a specific version, replace latest with the version number.
| Version | Install | Download |
|---|---|---|
| Loading… | ||
Python
Install the autolabel module via PyPI. The metapackage registream
pulls in registream-core and registream-autolabel
together; install registream-autolabel directly if you only want
the labeling layer.
pip install registream
# or, autolabel only:
pip install registream-autolabel| Version | Install | Download |
|---|---|---|
| Loading… | ||
R
autolabel for R is hosted in a CRAN-format repository at
https://registream.org/r/. Pending CRAN submission, install
directly from the RegiStream repo:
install.packages("autolabel", repos = "https://registream.org/r/")| Version | Install | Download |
|---|---|---|
| Loading… | ||