Photos of graphs will not come up if the folder containing the model is moved from its original location. In the HTML file, I will click a photo of a graph and it will pop up saying "ERR_FILE_NOT_FOUND" only after moving the directory containing the graphs.
Steps to reproduce the bug
library(SDMtune)
modelReport(
model = object_model,
folder = "folder",
test = object_test,
type = "cloglog", # default output type
response_curves = TRUE,
jk = TRUE,
verbose = TRUE
)
Describe the bug
Photos of graphs will not come up if the folder containing the model is moved from its original location. In the HTML file, I will click a photo of a graph and it will pop up saying "ERR_FILE_NOT_FOUND" only after moving the directory containing the graphs.
Steps to reproduce the bug
Session information
Additional information
No response
Reproducible example