Closed callistosp closed 2 years ago
If I pass a model name that includes a valid file extension, e.g. new_model(file.path(MODEL_DIR, "001.ctl")), I get an error. However, I would like bbr to just ignore the extension in this case.
new_model(file.path(MODEL_DIR, "001.ctl"))
bbr
Problem
If I pass a model name that includes a valid file extension, e.g.
new_model(file.path(MODEL_DIR, "001.ctl"))
, I get an error. However, I would likebbr
to just ignore the extension in this case.