Cannot install package "LTRCtrees" for management left-truncated, right censored and interval-censored survival data.

library(LTRCtrees)
Error in Library(LTRCtrees) : there is no package called'LTRCtrees'

Please recommend me. Thank you in advance.

One of the dependencies, the Icens package, has been removed from CRAN, but you can install it from Bioconductor and then try to install LTRCtrees

if (!requireNamespace("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("Icens")

Note: Please do not post screenshots, they are considered a bad practice here, post formatted code instead, here you can find how to do it.

Thank you for your recommend. I already can run package "LTRCtrees" by installation package"Icens". Now it can install Icens from CRAN. Moreover, thank you for feedback about screenshots.

If your question's been answered (even by you!), would you mind choosing a solution? It helps other people see which questions still need help, or find solutions if they have similar problems. Here’s how to do it:

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.