nz-social-wellbeing-agency / dataset_assembly_tool

Tool for creating analysis ready datasets from user specified input data.
9 stars 2 forks source link

Error on tests 'Trace data is not square' #2

Closed SamBuckman closed 2 years ago

SamBuckman commented 2 years ago

Hi, I just attempted to use this tool for the first time; I got as far as the third automated test, dbplyr helpers - manipulations, where it threw the error 'Internal error: Trace data is not square.' Any idea what this means? Cheers Sam

simon-anasta commented 2 years ago

Sorry, this is not one of the error that the tool throws. It is probably related to one of the underlying packages. The key packages are dbplyr, dplyr, DBI, and odbc.

If you are an IDI researcher, Stats NZ has already installed all the packages needed to run the tool. If you have installed other R packages, try going through and removing them.

If you are not an IDI researcher, you will find a list of package versions from when the tool was last updated in the documentation folder. Please compare against the versions of packages you have installed.

If neither of these options work, please provide a more detail on the error. Which test in dbplyr helpers - manipulation failed? Please provide all of the error text.

simon-anasta commented 2 years ago

Closing. Unable to reproduce. Can not progress without further details.