OHDSI / ResultModelManager

RMM is an R package designed to handle common ohdsi results data management functions by providing a common API for data model migrations and definitions
https://ohdsi.github.io/ResultModelManager/
Apache License 2.0
3 stars 3 forks source link

Optional is misspelled in DataModel.R #60

Closed chrisknoll closed 1 month ago

chrisknoll commented 1 month ago

https://github.com/OHDSI/ResultModelManager/blob/develop/R/DataModel.R#L40-L43

    if (!"optional" %in% colnames(tableSpecs)) {
      tableSpecs$otpional <- "no"
    }

should be tableSpecs$optional <- "no"

azimov commented 1 month ago

This issue is now resolved in the develop branch and will be closed after the next release