Murray Logan

Results 8 comments of Murray Logan

would you consider replacing lines 322 - 326, with something like: ``` (call-process-shell-command ebuku-buku-path nil t nil (mapconcat 'identity (list "--np" "--nc" "--db" ebuku-database-path "--sall" (mapconcat 'identity args " ")...

With the above, if the keyword? is given in quotations, then the phrase will be maintained

Please bare in mind, I am not very proficient in elisp and therefore, the above suggestion might not be appropriate for some reason - although it seemed to work in...

Will do - thanks

Ok. Will give that approach a try - thanks

I wonder whether a similar issue is at play for models with `family = gaussian(link = 'log')`. For models with this family, I dont seem to be able to obtain...

Thanks for looking into this... ``` 18: stop("Discrete value supplied to continuous scale", call. = FALSE) 17: train_continuous(x, self$range) 16: self$range$train(x) 15: train(..., self = self) 14: scales[[i]][[method]](data[[var]][scale_index[[i]]]) 13: FUN(X[[i]],...

Thanks for your reply. The motivation is simply to return to a previous "Version" of the code in order to re-run the code as it was at that point (to...