Closed jlehtoma closed 8 years ago
Currently, groupnames()<- does the following:
groupnames()<-
Check that the keys actually are found in codes
This should be the other way around; check that the codes are found in the keys.
Fixed in 9b842b9054a09f40c63d58b912174512a3c143a0
Currently,
groupnames()<-
does the following:Check that the keys actually are found in codes
This should be the other way around; check that the codes are found in the keys.