Re: [Rd] Querying from R if '--quiet' had been set

2025-06-27 Thread Dirk Eddelbuettel
Thanks to Martin for additional off-list discussion; this is now addressed 'both ways' as I did file bug report #18913 with the short patch but also have a short check in .Rprofile serving the same purpose: ## interactive sessions get a fortune cookie (needs fortunes package) quiet <- an

Re: [Rd] Querying from R if '--quiet' had been set

2025-06-27 Thread Dirk Eddelbuettel
On 27 June 2025 at 17:21, Martin Maechler wrote: | > Dirk Eddelbuettel | > on Fri, 27 Jun 2025 09:22:36 -0500 writes: | | > The interactive() predicate is helpful in scripted environments. I sometimes | > also invoke R with '--quiet' and am unable to suppress messages from

Re: [Rd] Querying from R if '--quiet' had been set

2025-06-27 Thread Martin Maechler
> Dirk Eddelbuettel > on Fri, 27 Jun 2025 09:22:36 -0500 writes: > The interactive() predicate is helpful in scripted environments. I sometimes > also invoke R with '--quiet' and am unable to suppress messages from my own > startup code as I cannot test if this flag was

[Rd] Querying from R if '--quiet' had been set

2025-06-27 Thread Dirk Eddelbuettel
The interactive() predicate is helpful in scripted environments. I sometimes also invoke R with '--quiet' and am unable to suppress messages from my own startup code as I cannot test if this flag was set or not. (I can work around it by setting an additional environment variable, but that is clun

Re: [Rd] %in% very slow for Date class since R 4.3

2025-06-27 Thread Martin Maechler
> Enrico Schumann > on Fri, 27 Jun 2025 15:42:47 +0200 writes: > On Thu, 26 Jun 2025, Dirk Eddelbuettel writes: >> On 25 June 2025 at 07:11, Kurt Hornik wrote: >> | > hormutz screed writes: >> | >> | Thanks. Makes sense to me, needs some discussion in R Core

Re: [Rd] infelicity with axTicks

2025-06-27 Thread Martin Maechler
I've had a busy time the past week, so this just comes now, (and as "top-reply", unusually for me, and this list in general..). I've been the one adding axTicks() to R a long time ago, and also axisTicks(); these are related but really have different goals and in particular, - axTicks () i

Re: [Rd] %in% very slow for Date class since R 4.3

2025-06-27 Thread Enrico Schumann
On Thu, 26 Jun 2025, Dirk Eddelbuettel writes: > On 25 June 2025 at 07:11, Kurt Hornik wrote: > | > hormutz screed writes: > | > | Thanks. Makes sense to me, needs some discussion in R Core ... > > Nice to see this in NEWS [1]: > > CHANGES IN R-devel BUG FIXES > > ‘ %in% set’ has beco