I'm trying to load the 'survminer' package in R, but this package depends on the 'cmprsk' package which is not available for version 3.5.2.
I have already tried using code similar to below.
packageurl <- "http://cran.r-project.org/src/contrib/Archive/cmprsk/cmprsk_2.2-8.tar.gz"
install.packages("https://CRAN.R-project.org/package=cmprsk", contriburl=NULL,
type="source")
install.packages('cmprsk', dependencies=T)
I need to install and load 'cmprsk' into R