RegiStream R port v3.0.1 is available. Important update for R users. This one-time fix may be a bit messy and require a manual reinstall of RegiStream and autolabel. After that, future versions should auto-notify in your R session and update cleanly.
  1. Docs
  2. autolabel
  3. Releases

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 installs alongside the registream core package, which it requires at runtime. Install both with:

net install registream, from("https://registream.org/install/stata/registream/latest") replace
net install autolabel,  from("https://registream.org/install/stata/autolabel/latest")  replace

To pin a specific version of autolabel, replace latest with the version number.

VersionInstallDownload
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
VersionInstallDownload
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/")
VersionInstallDownload
Loading…