survfit formula

Hi, everyone!
After update R to 3.5.3 and all packages in R studio
survfit formula doesn't work for me anymore.
example:

fit <- survfit(Surv(time, status) ~ x, data = aml)
Error in survfitKM(X, newY, casewt, stype = stype, ctype = ctype, id = id,  : 
  object 'Csurvfitkm' not found

In any examples what I have tried.
Thank you.

Have you tried uninstalling and reinstalling survival package? I have installed on rstudio cloud and I cant reproduce your issue.

Also, this question is cross-posted on SO
https://stackoverflow.com/questions/55443290/formula-for-survfit-doesnt-work-after-update

Please make sure to follow our cross-posting policy

Sorry for cross-post. ( I didnt think that people can use/see also other forums - sorry again, common sense is not common:slightly_smiling_face:)
About my problem: Yes it help for me to unistall, but not only package, also all R and manualy folders(old versions too) and prefernse of user, also I reinstal R studio.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.