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

Everything related to the development of modules in jamovi
Post Reply
dr_Primus
Posts: 29
Joined: Wed Dec 20, 2017 12:07 pm

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

Post 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 5251 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)
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

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

Post by jonathon »

cool, thanks for reporting. i'll take a look.

jonathon
User avatar
jonathon
Posts: 2613
Joined: Fri Jan 27, 2017 10:04 am

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

Post by jonathon »

try that (uninstall deathwatch, and reinstall it)

with thanks
dr_Primus
Posts: 29
Joined: Wed Dec 20, 2017 12:07 pm

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

Post by dr_Primus »

Thanks. Will try it when I return to work.
dr_Primus
Posts: 29
Joined: Wed Dec 20, 2017 12:07 pm

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

Post by dr_Primus »

Everything works now!
Great work
Post Reply