joaquinanguera / aceR

An R package for processing ACE data
MIT License
3 stars 14 forks source link

output issues with the proc_by_module and proc_ace_complete functions #50

Open joshvolponi opened 1 month ago

joshvolponi commented 1 month ago

Error code: _Error in out$proc[[1]] : subscript out of bounds In addition: Warning message: In proc_by_module(., app_type = apptype, output = "wide", verbose = verbose) : Unsupported modules found. They will not be processed.

monicathieu commented 1 month ago

Hi! What do the data look like by the time they are going into proc_by_module() here? If the user can run load_ace_bulk() on their raw data, and then print the resulting dataframe output to console, that may help diagnose whether this is a user-side or code-side issue.

I wonder if every single module is getting tagged as "unknown" in this data? If so, this error may occur because proc_by_module() is failing to extract the expected demographic column names when there are no recognized modules.