survminer icon indicating copy to clipboard operation
survminer copied to clipboard

Error in .standalone_types_check_dot_call(ffi_standalone_check_number_1.0.7,

Open DavidH-hub opened this issue 1 year ago • 0 comments

When I used the packages "survival" and "survminer" to draw the survival plot of BRCA patient from TCGA, it is OK before. However, suddenly, I encountered a mistake never seen before. Here is the code:

sfit <- survfit(Surv(time, event)~N_NKT_state, data=BRCA_survival) print(sfit) ggsurvplot(sfit, conf.int=T, pval=TRUE)

Error in .standalone_types_check_dot_call(ffi_standalone_check_number_1.0.7, : object 'ffi_standalone_check_number_1.0.7' not found.

Who can help me to solve this problem? Thanks!!!

DavidH-hub avatar Mar 23 '23 15:03 DavidH-hub