Re: [Rd] I changed my vignette's file name to lowercase, then realized the url was case-sensitive

2021-08-02 Thread Dominic Comtois
Oops, indeed I intended to use R-package-devel. Thx & have a nice day [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] I changed my vignette's file name to lowercase, then realized the url was case-sensitive

2021-08-01 Thread Dominic Comtois
be a viable one? Or is there maybe another, better solution? Thanks in advance Dominic Comtois, summarytools author & maintainer [[alternative HTML version deleted]] __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Inconsistency in vector printing depending on length

2014-05-16 Thread Dominic Comtois
power of ten in length it will need an extra space. I guess that > when it does this it doesn't check whether it will need to make an [index] > tag for the tail end of the vector. > > Bill Dunlap > TIBCO Software > wdunlap tibco.com > > > On Fri, May 16, 2014 at 1:41

[Rd] Inconsistency in vector printing depending on length

2014-05-16 Thread Dominic Comtois
ng a manual containing many examples and the misalignment of the [1]'s is visually problematic. For additional considerations, please see my stackoverflow post: http://stackoverflow.com/questions/23703126/fixing-inconsistent-spacing-after-in-output-of-knitted-document/ R version: 3.1.0 Regards,