lsms-worldbank / labeller

Spot and fix common problems with variable and value labels🏷
https://lsms-worldbank.github.io/labeller/
0 stars 0 forks source link

`lbl_assert_have_varlbl` is not a recognized command #30

Open arthur-shaw opened 7 months ago

arthur-shaw commented 7 months ago

Steps to replicate

* install from dev
local tag "dev"
net install labeller,  from("https://raw.githubusercontent.com/lsms-worldbank/labeller/`tag'/src") replace force

* try to run
gen v1 = .
lbl_assert_have_varlbl, varlist(*)

Get this error message


. lbl_assert_have_varlbl, varlist(*)
command lbl_assert_have_varlbl is unrecognized
r(199);

A (beta-tester) colleague encountered this:

image

This is a blind guess, but this command is the only one whose ado file has a different name than the command itself.

kbjarkefur commented 7 months ago

Done in fe8a1f19900dea41944ce47309f70da68f2e98e3