[Rd] small bug in formatC?

David Hugh-Jones d@vidhughjone@ @ending from gm@il@com
Thu Oct 25 18:46:47 CEST 2018


formatC(0.0001, digits = 3, format = "f", zero.print="< 0.01")
Error in strrep(" ", nc - i1) : invalid 'times' value

The problem, if it is one, is in .format.zeros:
.format.zeros("0.000", "xxxxxx")
Error in strrep(" ", nc - i1) : invalid 'times' value

R version 3.5.1.


David

	[[alternative HTML version deleted]]



More information about the R-devel mailing list