You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Philippe,
I am revisiting zooimage. I found some bugs when creating the zidb files.
Before, you mentioned that we only needed to have ZI1 or ZI5 in the zim files, but now, after running the makeZidb() function, the data are transformed into the ZI1 version every time, no matter what I add into the first line in the zim files, and description file.
I also tried to specify the type of zooimage version I wanted to use with the function zidbMakeAll, but I got many error messages and could not produce the zidb file. Here are a few examples.
zidbMakeAll(".",type = "ZI5", delete.source = FALSE, replace = TRUE)
Creation Progress: 1 on 1 Warning in checkFileExists(zimfile, extension = "zim", force.file = TRUE) :
file not found: ./done_ZI1.zim
Warning in zidDatMake(zidir, type = type, replace = replace) :
no '_dat1.zim', '_dat3.zim', or '_dat5.zim' file!
Warning in zidbMake(samples[item], zisfile = zisfiles[item], type = type, :
problem when creating the RData file
Warning message:
In zidbMakeAll(".", type = "ZI5", delete.source = FALSE, replace = TRUE) :
0/1 items were correctly processed (see .last.batch)
The text was updated successfully, but these errors were encountered:
Hi Philippe,
I am revisiting zooimage. I found some bugs when creating the zidb files.
Before, you mentioned that we only needed to have ZI1 or ZI5 in the zim files, but now, after running the makeZidb() function, the data are transformed into the ZI1 version every time, no matter what I add into the first line in the zim files, and description file.
I also tried to specify the type of zooimage version I wanted to use with the function zidbMakeAll, but I got many error messages and could not produce the zidb file. Here are a few examples.
The text was updated successfully, but these errors were encountered: