I would like to use dcolumn
to align table columns in a texreg
output, as recommended in the user guide for texreg
.
However, dcolumn
seems not available for the current version of R:
> install.packages("dcolumn")
Warning in install.packages :
package ‘dcolumn’ is not available (for R version 3.4.3)
Any solution/recommendation for an alternative approach? (Tables will be compiled with knitr in RStudio.)
dcolumn is not an R package (CRAN) but it is a LaTex package (CTAN). Have you tried calling the dcolumn package in your markdown file?
here example with beamer: