Open lav-patel opened 1 year ago
I'm getting the same error, this worked fine a couple of months ago. Maybe changes in Achilles or DataQualityDashboard outputs?
the AresIndexer::buildNetworkIndex() call does not work either
Error in `dplyr::select()`:
! Can't subset columns that don't exist.
✖ Column `CheckResults.EXECUTION_TIME` doesn't exist.
maybe is related to this? https://github.com/OHDSI/Ares/issues/199
using
remotes::install_github('ohdsi/DatabaseConnector@v5.1.0')
remotes::install_github('OHDSI/DataQualityDashboard@v1.4.1', force=TRUE)
I manage to run AresIndexer::augmentConceptFiles(releaseFolder = file.path(aresDataRoot, releaseKey))
with warning
Warning message:
There was 1 warning in `filter()`.
ℹ In argument: `!is.na(results$CONCEPT_ID) && results$FAILED == 1`.
Caused by warning in `!is.na(results$CONCEPT_ID) && results$FAILED == 1`:
! 'length(x) = 2970 > 1' in coercion to 'logical(1)'
I also manage to run
AresIndexer::buildNetworkIndex(sourceFolders = sourceFolders, outputFolder = aresDataRoot)
AresIndexer::buildDataQualityIndex(sourceFolders = sourceFolders, outputFolder = aresDataRoot)
but
AresIndexer::buildNetworkUnmappedSourceCodeIndex(sourceFolders = sourceFolders, outputFolder = aresDataRoot)
fails with
> AresIndexer::buildNetworkUnmappedSourceCodeIndex(sourceFolders = sourceFolders, outputFolder = aresDataRoot)
Error in `group_by()`:
! Must group by variables found in `.data`.
Column `CDM_TABLE_NAME` is not found.
Column `CDM_FIELD_NAME` is not found.
Column `SOURCE_VALUE` is not found.
Run `rlang::last_error()` to see where the error occurred.
Hope it helps!
cc @clairblacketer
also not all concepts seems to have been exported
when are the data/Synthea/20230216/concepts/measurement/concept_3015182.json
etc files created? with the Achilles::exportAO()
call?
maybe @fdefalco can help!
Describe the bug Running the code from ares docs**
To Reproduce Steps to reproduce the behavior:
Expected behavior should not have got following error:
Desktop (please complete the following information):