Skip to content

Commit

Permalink
Change 'Model number' to 'Hayes model number' in model number table
Browse files Browse the repository at this point in the history
  • Loading branch information
maltelueken committed Oct 9, 2023
1 parent c367df2 commit 44c15ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/classicProcess.R
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ procModelGraphSingleModel <- function(modelOptions, globalDependent, options) {
modelNames <- sapply(options[["processModels"]], function(mod) mod[["name"]])

modelNumberTable$addColumnInfo(name = "model", title = "Model", type = "string" )
modelNumberTable$addColumnInfo(name = "modelNumber", title = "Model number", type = "integer" )
modelNumberTable$addColumnInfo(name = "modelNumber", title = "Hayes model number", type = "integer" )

modelNumberTable[["model"]] <- modelNames
modelNumberTable[["modelNumber"]] <- modelNumbers
Expand Down

0 comments on commit 44c15ac

Please sign in to comment.