>Vincent Chouraki wrote: >> >> >> When I'm using Hmisc's latex() function with ctable=TRUE on a >>summary.formula with method="reverse" object and saving in a .tex file, >> the latter contains an unwanted empty line which makes compilation fail. >> >> >>... Example removed >> > >Vincent, > >I checked it and think it is a bug. I have forwarded this to the maintainer, >Thomas Dupong, with a cc to Frank Harrell. > >Dieter
Thank you! I'm using this code in the meantime write ( readLines ( "test.tex" ) [ readLines ( "test.tex" ) != "" ] , file = "testbis.tex" , sep = "\n" ) ________________________________ Vincent Chouraki, Interne de santé publique, INSERM UMR 744, Institut Pasteur de Lille, France, Site web : www.santepub-lille.fr [[alternative HTML version deleted]]
______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.