froot ☆ China, 2023-08-01 09:13 (56 d 22:47 ago) (edited by on 2023-08-01 11:23) Posting: # 23688 Views: 491 |
|
bGUI.r: line 486: svalue(dataset.file)<- basename(svalue(dataset.file)) ----- I don't know why get basename of dataset.file first ,then use it to set xxdf. I think xxdf should use dataset.file's fullpath. so i recommend: xxdf<- svalue(dataset.file) if not fix this code, the data file should be put in work directory. otherwise bear fail to find it. Edit: Text BBCoded; see also this post #10. Merged with a later (now deleted post). You can edit your original post for 24 hours. [Helmut] |