Maarten van Kessel

Results 3 issues of Maarten van Kessel

Hi @schuemie, As discussed a proposal for the MetaData class for CohortMethod. I've implemented a first version of the class in R6. The code is available in the [R/R6-MetaData.R](https://github.com/OHDSI/CohortMethod/blob/R6-proposal/R/R6-MetaData.R) file,...

When parsing the arguments of `executDiagnostics()` [here](https://github.com/OHDSI/CohortDiagnostics/blob/main/R/RunDiagnostics.R#L216-L232), only default parameters will be passed to variable `callingArgsJson`. Here is an example showing this using an example function `foo()`: ``` r foo...

bug
good first issue

A new GiBleed dataset is always downloaded when getting the Eunomia ConnectionDetails with `Eunomia::getEunomiaConnectionDetails()`, even though both the zip,- and sqlite-file exist already. When running the the function it will...