Closed cgrandin closed 11 months ago
In load_ss_files()
load_ss_files()
model$ctl <- readLines() should be replaced with r4ss::SS_readctl()
model$ctl <- readLines()
r4ss::SS_readctl()
this may cause unforeseen bugs so care has to be taken
readLines(ctl) is here https://github.com/pacific-hake/hake-assessment/blob/266026b16ce6e21a711021750339f88ca8d71d07/R/run-retrospectives.R#L140
readLines(ctl)
In
load_ss_files()
model$ctl <- readLines()
should be replaced withr4ss::SS_readctl()
this may cause unforeseen bugs so care has to be taken