[R] plot(aov, which=1) with different labels?

2024-06-19 Thread DynV Montrealer
I need to do a non-English report including the red line from plot(aov, which=1), which I don't know how to reproduce. I'm thinking that if I replace the labels that it would be good (so no English remains). What I have so far is almost what I need, the only thing that needs to change is what's rig

Re: [R] Bug with writeClipboard in {utils}

2024-06-19 Thread Rui Barradas
Às 11:12 de 18/06/2024, Barthelemy Tanguy via R-help escreveu: Hello, I'm encountering what seems to be a bug when using the `writeClipboard()` function in the R {utils} package. When I try to copy text to the clipboard, I notice that I get extra characters when I try to paste it (by hand with

Re: [R] Bug with writeClipboard in {utils}

2024-06-19 Thread Ivan Krylov via R-help
В Tue, 18 Jun 2024 10:12:04 + Barthelemy Tanguy via R-help пишет: > #> [1] "plot(AirPassengers)" "⤀攀" > #> [1] "plot(AirPassengers)" "\u0a00" > #> [1] "plot(AirPassengers)" "\xed\xb0\x80ư" Thanks for showing an example! I was able to reproduce it both with R-4.3.1 on Windows 7 and with a fr

[R] Bug with writeClipboard in {utils}

2024-06-19 Thread Barthelemy Tanguy via R-help
Hello, I'm encountering what seems to be a bug when using the `writeClipboard()` function in the R {utils} package. When I try to copy text to the clipboard, I notice that I get extra characters when I try to paste it (by hand with CTRL+V or with the `readClipboard()` function from R packages {

Re: [R] I have Problem using the Pipe Command

2024-06-19 Thread Richard O'Keefe
You can get an external 1TB hard drive for NZD 60 if you shop around. That's USD 37 or GBP 29. How much data do you have and how valuable? You don't need a whole 'nother laptop to backup! If you did, you could get a 2nd-hand laptop adequate for the purpose for NZD 150 (USD 92, GBP 72). Again, how m

[R] PROBLEM RESOLED::code for year month day hr format

2024-06-19 Thread Jibrin Alhassan
The help I sought on code for year month day and hr format for solar wind hourly data has been resolved. Thank you all for your time, patience and wonderful contributions. Jibrin Alhassan. On Mon, Jun 17, 2024, 9:26 PM Jibrin Alhassan wrote: > Hello Rui, > Thanks for your kind and unrelenting

Re: [R] Integration of functions with a vector argument

2024-06-19 Thread Levine, Michael
Dear Ivan, Sorry for my slow response. Your advice works well; however, as you predicted, the time it takes to obtain any results is completely unacceptable (for example, a sequence of integrations we discussed is done once per iteration and even one iteration takes about 2 hours to complete).

Re: [R] I have Problem using the Pipe Command

2024-06-19 Thread Ogbos Okike
Dear Martin, I agree with you. I am anxious to upgrade. But I am afraid of losing some data on my only one system. I do not have enough backup. I am planning to buy a backup laptop before venturing to upgrade. But if there is any possibility of upgrading without losing my documents/data, I would

[R] I have Problem using the Pipe Command: PROBLEM SOLVED!

2024-06-19 Thread Ogbos Okike
Dear Eric, This is too great! I quickly changed |> to %>% and it worked like margic. Ben suggested that earlier but I thought I had to open the installed 'magrittr' with gedit in order to edit it. Following your pointers now, I simply changed the |> in my code to %>% to I have great success and pe

Re: [R] I have Problem using the Pipe Command

2024-06-19 Thread Martin Maechler
> Duncan Murdoch > on Tue, 18 Jun 2024 12:25:49 -0400 writes: > On 2024-06-18 12:17 p.m., Ben Bolker wrote: >> You probably have to update your R version. The native pipe |> wasn't >> introduced until R version 4.4. R.version.string (among others) will >> tell you wha

Re: [R] I have Problem using the Pipe Command

2024-06-19 Thread Eric Berger
So all is good. You are successfully using the R pipe %>% (before it became part of R). If you want to use the newer pipe that is part of R, i.e. |> instead of %>% you will have to install a more recent version of R. Your previous email with sessionInfo() showed that you are using R version 3.4.4