Description: Do not use kableExtra::kable_styling
Author: Dirk Eddelbuettel <edd@debian.org>
Forwarded: no
Last-Update: 2023-04-13

--- r-cran-rms-6.6-0.orig/DESCRIPTION
+++ r-cran-rms-6.6-0/DESCRIPTION
@@ -7,8 +7,7 @@ Maintainer: Frank E Harrell Jr <fh@fharr
 Depends: R (>= 3.5.0), Hmisc (>= 4.8-0)
 Imports: methods, survival, quantreg, ggplot2, SparseM, rpart, nlme (>=
         3.1-123), polspline, multcomp, htmlTable (>= 1.11.0),
-        htmltools, MASS, cluster, digest, colorspace, kableExtra,
-        knitr, grDevices
+        htmltools, MASS, cluster, digest, colorspace, knitr, grDevices
 Suggests: boot, tcltk, plotly (>= 4.5.6), mice, rmsb, nnet, VGAM,
         lattice
 Description: Regression modeling, testing, estimation, validation,
--- r-cran-rms-6.6-0.orig/NAMESPACE
+++ r-cran-rms-6.6-0/NAMESPACE
@@ -34,7 +34,7 @@ import(multcomp)
 importFrom(htmlTable, htmlTable, txtRound)
 importFrom(htmltools, HTML)
 importFrom(knitr, kable)
-importFrom(kableExtra, kable_styling)
+#importFrom(kableExtra, kable_styling)
 
 importFrom(grDevices, dev.off, gray, grey, png, rgb, contourLines)
 importFrom(graphics, abline, axis, boxplot, hist, legend,
--- r-cran-rms-6.6-0.orig/R/latex.cph.s
+++ r-cran-rms-6.6-0/R/latex.cph.s
@@ -53,8 +53,8 @@ latex.cph <-
     for(j in 1 : ncol(s)) s[, j] <- round(s[, j], dec)
     as.character(
       knitr::kable(s, format='html',
-                   align='r', row.names=FALSE) |>
-      kableExtra::kable_styling(full_width=FALSE)   )
+                   align='r', row.names=FALSE)) #|>
+      #kableExtra::kable_styling(full_width=FALSE)   )
   }
   
   ss <- f$surv.summary
