labinfo-lncc-br / MosViR

3 stars 1 forks source link

Error finding models #1

Open LanderDC opened 3 months ago

LanderDC commented 3 months ago

Hi,

I'm trying out your package, but I'm encountering an error:

Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
  cannot open compressed file '/models_class1_1000_12.rda', probable reason 'No such file or directory'

I think it is related to following line in appmodels.R where MosVir should be MosViR: https://github.com/labinfo-lncc-br/MosViR/blob/1e33e0f93eb6f8b229dbca0af9b6d7c9db004e7d/R/appmodels.R#L20

LanderDC commented 2 months ago

In addition, following R packages were also required but not mentioned in the vignette nor automatically installed: caret, kernlab and randomForest.