search for: nmark

Displaying 6 results from an estimated 6 matches for "nmark".

Did you mean: mark
2025 May 23
1
Bug in prettyNum
...decimal.mark=decimal.mark, zero.print=zero.print, - drop0trailing=drop0trailing, ...) + replace.zero=replace.zero, drop0trailing=drop0trailing, ...) } ## be fast in trivial case, when all options have their default, or "match" nMark <- big.mark == "" && small.mark == "" && (notChar || decimal.mark == input.d.mark) This e-mail transmission may contain confidential or legally privileged information that is intended only for the individual or entity named in the e-mail address. If you are...
2025 May 23
1
Bug in prettyNum
...nterval=small.interval, decimal.mark=decimal.mark, zero.print=zero.print, - drop0trailing=drop0trailing, ...) + drop0trailing=drop0trailing, replace.zero=replace.zero, + ...) } ## be fast in trivial case, when all options have their default, or "match" nMark <- big.mark == "" && small.mark == "" && (notChar || decimal.mark == input.d.mark) -- Best regards, Ivan
2025 May 26
1
Bug in prettyNum
...mark=decimal.mark, zero.print=zero.print, > - drop0trailing=drop0trailing, ...) > + drop0trailing=drop0trailing, replace.zero=replace.zero, > + ...) > } > ## be fast in trivial case, when all options have their default, or "match" > nMark <- big.mark == "" && small.mark == "" && (notChar || decimal.mark == input.d.mark) > -- > Best regards, > Ivan > ______________________________________________ > R-devel at r-project.org mailing list > https://stat...
2025 May 27
1
Bug in prettyNum
...- drop0trailing=drop0trailing, ...) > > + drop0trailing=drop0trailing, replace.zero=replace.zero, > > + ...) > > } > > ## be fast in trivial case, when all options have their default, or > "match" > > nMark <- big.mark == "" && small.mark == "" && (notChar || > decimal.mark == input.d.mark) > > > > -- > > Best regards, > > Ivan > > > ______________________________________________ > > R-devel at r-proje...
2025 May 23
1
Formatting zeroes with prettyNum
...decimal.mark=decimal.mark, zero.print=zero.print, - drop0trailing=drop0trailing, ...) + replace.zero=replace.zero, drop0trailing=drop0trailing, ...) } ## be fast in trivial case, when all options have their default, or "match" nMark <- big.mark == "" && small.mark == "" && (notChar || decimal.mark == input.d.mark) -----Original Message----- From: Howard, Tim G (DEC) <tim.howard at dec.ny.gov> Sent: Friday, 23 May 2025 13:18 To: Marttila Mikko <mikko.marttila at orionpharma.com&g...
2025 May 23
1
Formatting zeroes with prettyNum
You fed it two characters, "dash" and "space" and it only wanted one character so it truncated to the first character and warned you that that's what it did. If you had your space before the dash, it would have used that as your replacement character > prettyNum(0, zero.print = " - ", replace = TRUE) [1] " " Warning message: In .format.zeros(x,