Martijn Schuemie

Results 183 comments of Martijn Schuemie

He shoots.. he scores! Thanks! Setting `rtools-version: '42' fixed the issue. For completeness, here's the relevant entry in my yaml: ``` - uses: r-lib/actions/setup-r@v2 with: r-version: ${{ matrix.config.r }} rtools-version:...

Related to this: 4. [The output folder defaults to a folder in the current working directory](https://github.com/OHDSI/DataQualityDashboard/blob/master/R/execution.R#L170). So even when the user does not specify a folder, a folder is automatically...

Is DQD ready for review for inclusion in HADES?

Other HADES packages do allow you to provide either `connectionDetails` or a `connection` (see for example [CohortDiagnostics](https://github.com/OHDSI/CohortDiagnostics/blob/main/R/RunDiagnostics.R#L119-L120)). It would make sense to add it here as well, but a challenge...

Could you provide the output of your `makeCovariateIdsToExclude()` function? (including the type, like 'numeric')

Weird, that should work. There were no warnings about running out of temp space? Could you try setting the Andromeda temp folder to some specific folder you have access to?...

Sorry for not following up. Has this issue been resolved?

The error message indicates there's something in the data that prevents the model from being fitted. Unfortunately, it is hard to say exactly what it is. It could for example...

If we decide to do this, perhaps we could borrow from [this resource](https://gist.github.com/janikvonrotz/6e27788f662fcdbba3fb).