Re: [Rd] Check for protection (was: table() and as.character() performance for logical values)

2025-04-11 Thread Paul McQuesten
For a long-term horizon, would it help R developers to use a naming convention? Perhaps, varName_PROT, or the inverse varName_UNPROT? Eventually, teach some linter about that? On Fri, Apr 11, 2025 at 10:40 AM Duncan Murdoch wrote: > On a tangent from the main topic of this thread: sometimes (es

Re: [Rd] range() for Date and POSIXct could respect `finite = TRUE`

2023-04-28 Thread Paul McQuesten
A tiny nit-pick: Seems to me that end date = NA would mean the event has not yet ended, whilst Inf would mean that the event is known to never terminate, ie: an eternal fact, or physical law. On Fri, Apr 28, 2023 at 10:12 AM Davis Vaughan via R-devel < r-devel@r-project.org> wrote: > Hi all, > >

Re: [Rd] [R] Open a file which name contains a tilde

2019-06-13 Thread Paul McQuesten
gt; On Wed, Jun 12, 2019 at 11:51 PM Gabriel Becker > wrote: > >> >> >> On Wed, Jun 12, 2019, 5:16 AM Paul McQuesten wrote: >> >>> @ Gabriel: >>> >>> "Avoid tilde in file names": >>> Not quite. >>> A tilde *suffix*

Re: [Rd] [R] Open a file which name contains a tilde

2019-06-12 Thread Paul McQuesten
@ Gabriel: "Avoid tilde in file names": Not quite. A tilde *suffix* is commonly used by *nix editors for backup files https://unix.stackexchange.com/questions/76189/what-does-the-tilde-mean-at-the-end-of-a-filename On Wed, Jun 12, 2019 at 2:43 AM Kurt Hornik wrote: > > Duncan Murdoch writes

Re: [Rd] Bug Report: read.table with UTF-8 encoded file imports infinity symbol as Integer 8

2019-02-07 Thread Paul McQuesten
Windows Notepad prefixes UTF-8 files with a Byte Order Mark (\UFEFF). Per https://en.wikipedia.org/wiki/Byte_order_mark, this is permitted in UTF-8, but not required. I suppose that there are other Windows programs which do likewise (in addition to Excel and Notepad). "The Unicode Standard permits

Re: [Rd] Dialect for shell scripts

2017-12-18 Thread Paul McQuesten
I do not have a dog in this fight, but I have to ask: How much person time is worthwhile to invest in supporting Solaris 10? It has been closed-source (Post-Oracle)

Re: [Rd] Bug: Issues on Windows with SFN disabled

2017-12-08 Thread Paul McQuesten
Does Windows allow creating a symlink to "C:/Program Files"? If so, R could install into the conventional Windows location, but use the symlink for all its access, yes? Windows 10 command = mklink On Fri, Dec 8, 2017 at 11:14 AM, Zach Bjornson wrote: > Thanks for fixing this! > > For what it's

Re: [Rd] Natural vs National in R signon banner?

2017-08-31 Thread Paul McQuesten
gards On Thu, Aug 31, 2017 at 5:45 PM, Duncan Murdoch wrote: > On 31/08/2017 6:37 PM, Paul McQuesten wrote: > >> Thanks, Duncan. But if it is not inappropriate, I feel empowered to argue. >> >> According to this definition, https://en.wikipedia.org/wiki/ >> Natural_la

[Rd] Natural vs National in R signon banner?

2017-08-31 Thread Paul McQuesten
The R signon banner includes this statement: Natural language support but running in an English locale Should that not say 'National' instead of 'Natural'? Meaning that LOCALE support is enabled, not that the interface understands human language? Please ignore this and forgive me if this is