Gábor Csárdi

Results 2417 comments of Gábor Csárdi

A shot in the dark, try using Rtools42, see the options here: https://github.com/r-lib/actions/tree/v2-branch/setup-r#inputs

We don't install Rtools42 by default because Rtools40 is already installed on the VM and it takes a long time to install Rtools42. Rtools40 usually works, except if you build...

Yes, I am afraid that we would need more than this, e.g. 25 should probably turn this off. Plus yeah, tests as well.

Right, sorry, but they use the same binary state, i.e. 6 is also slow blink now, not fast blink. I suppose that is not intentional. Maybe we can set `blink`...

> That's intentional as they got turned off by the same code (25). But you cannot use the same code in the state, then cli would rewrite fast blink to...

I could not find a terminal that supports blinks, so I am going to close this now.

We could give a warning message in `test_that_cli()` if a newer theme is available.

I would very much like to help you, but I am not entirely sure what you expect from me. Your statements are correct, cli does use parts of the utf8lite...

I see. You can't remove any code in this case I am afraid: - one file (`utf8.c`) was heavily modified from the original. - the header file only contains fragments...

Did you try specifying the older package with a URL? E.g. ``` url::https://cloud.r-project.org/src/contrib/Archive/cli/cli_1.0.0.tar.gz ```