Page 1 of 1

[RESOLVED] Death watch (Survival analysis) error - Linux

Posted: Mon May 28, 2018 5:13 pm
by dr_Primus
There is a bug in survival analysis add on on Linux version of jamovi
I normally used the death watch addon on Mac OS X High Sierra

Since I have my old computer, i decided to bring it to work so I don't have to carry my laptop.
First of all... I couldn't install it the normal way... Had to sideload it.

Okay... everything seems OK, but when I load a file I have been working on, and click the analysis, it seems that package gridextra is missing
error.png
error.png (85.78 KiB) Viewed 5342 times
Here is the debug code
Debug

Error in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called ‘gridExtra’

eval(ev)
eval(expr, envir, enclos)
private$.plot(image, theme = t$theme, ggtheme = t$ggtheme, ...)
ggfortify:::autoplot.survfit
get(name, envir = asNamespace(pkg), inherits = FALSE)
asNamespace(pkg)
getNamespace(ns)
tryCatch(loadNamespace(name), error = function(e) stop(e))
tryCatchList(expr, classes, parentenv, handlers)
tryCatchOne(expr, names, parentenv, handlers[[1]])
value[[3]](cond)

Re: Death watch (Survival analysis) error - Ubuntu Linux 18.

Posted: Mon May 28, 2018 9:30 pm
by jonathon
cool, thanks for reporting. i'll take a look.

jonathon

Re: Death watch (Survival analysis) error - Ubuntu Linux 18.

Posted: Mon May 28, 2018 11:12 pm
by jonathon
try that (uninstall deathwatch, and reinstall it)

with thanks

Re: Death watch (Survival analysis) error - Ubuntu Linux 18.

Posted: Thu May 31, 2018 10:38 am
by dr_Primus
Thanks. Will try it when I return to work.

Re: Death watch (Survival analysis) error - Ubuntu Linux 18.

Posted: Tue Jun 05, 2018 8:14 pm
by dr_Primus
Everything works now!
Great work