Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overall total codes not respected when using createArgusInput() #304

Open
bernhard-da opened this issue Mar 11, 2025 · 1 comment
Open
Assignees
Labels

Comments

@bernhard-da
Copy link

If not explicitely specified, tau-Argus uses Total as the code for the overall total in hierarchical definitions when using batch-file as input. Codes for overall totals that are different are currently ignored in sdcTable when preparing the inputs for tau argus, so a definition of a dimensional variable such as

hier_create(root = "totalxy", nodes = c("x", "y", "z"))

will lead to an error when reading the argus-solution (via runArgusBatchFile) back into R.

The solution is to specify the total code for each dimensional variable using syntax <TOTCODE> "code" in metadata file inputs.

@bernhard-da bernhard-da self-assigned this Mar 11, 2025
@bernhard-da
Copy link
Author

fixed in sdcTools/sdcTable@5f14aae and will be in next CRAN-version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant