Re: [R] anyone having trouble accesing CRAN?

2023-11-15 Thread Uwe Ligges
Yes, the sysadmins at WU Vienna are upgrading the CRAN master. The mirrors should not be affected. Best, Uwe Ligges On 15.11.2023 20:25, Rui Barradas wrote: Às 19:13 de 15/11/2023, Christopher W. Ryan via R-help escreveu: at https://cran.r-project.org/ I get this error message:

Re: [R] Cannot calculate confidence intervals NULL

2023-11-15 Thread Bert Gunter
I believe the problem is here: cor1 <- cor(x1, y1, method="spearman") cor2 <- cor(x2, y2, method="spearman") The x's and y's are not looked for in data (i.e. NSE) but in the environment where the function was defined, which is standard evaluation. Change the above to: cor1 <- with(d, cor(x1,

Re: [R] Cannot calculate confidence intervals NULL

2023-11-15 Thread Ivan Krylov
On Wed, 15 Nov 2023 20:53:54 + (UTC) varin sacha via R-help wrote: > # Sample the data >   d <- data[indices, ] >   >  # Calculate the Spearman correlation coefficients for every sample >   cor1 <- cor(x1, y1, method="spearman") >   cor2 <- cor(x2, y2, method="spearman") You're sampling the

[R] Cannot calculate confidence intervals NULL

2023-11-15 Thread varin sacha via R-help
R-Experts, Here below my R code working without error message but I don't get the results I am expecting. Here is the result I get: [1] "All values of t are equal to 0.28611928397257 \n Cannot calculate confidence intervals" NULL If someone knows how to solve my problem, really appreciate.

Re: [ESS] ess, noweb and polymode

2023-11-15 Thread Tyler Smith via ESS-help
Hi Laurent, I haven't used `ess-goto-chunk` before, but it sounds quite useful. I think you could get something similar with the `swiper` package. You can install `swiper` via `package-list-packages. It requires the `ivy` package, which should get installed automatically when you install

Re: [R] anyone having trouble accesing CRAN?

2023-11-15 Thread Christopher W. Ryan via R-help
Ah, thanks all. Guess I missed the message before they started the maintenance. --Chris Ivan Krylov wrote: > On Wed, 15 Nov 2023 14:13:00 -0500 > "Christopher W. Ryan via R-help" wrote: > >> Anyone seeing similar? > > Same for me. > > While it worked, CRAN website had the following message:

Re: [ESS] How can one tell rlang not to mess up R session in ESS ?

2023-11-15 Thread Dirk Eddelbuettel via ESS-help
For completeness, and without any time yet to dig into Lionel's nord modification, and as a friend who saw thread asked: what I ended up doing was following the hint about cli and NO_COLOR and now (conditionally) set ## No color from cli inside emacs ##

[ESS] ess, noweb and polymode

2023-11-15 Thread LaurentEss via ESS-help
Dear ESS-list, Installing emacs to do literate programming, I have just discovered that noweb-mode doesn't exist anymore. It has been replaced by polymode if I well understood. So, I install from MELPA : ess, polymode, poly-R, poly-markdown, poly-noweb and I placed in my .emacs.el the

Re: [R] anyone having trouble accesing CRAN?

2023-11-15 Thread Rui Barradas
Às 19:13 de 15/11/2023, Christopher W. Ryan via R-help escreveu: at https://cran.r-project.org/ I get this error message: = Secure Connection Failed An error occurred during a connection to cran.r-project.org. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The

Re: [R] anyone having trouble accesing CRAN?

2023-11-15 Thread Ivan Krylov
On Wed, 15 Nov 2023 14:13:00 -0500 "Christopher W. Ryan via R-help" wrote: > Anyone seeing similar? Same for me. While it worked, CRAN website had the following message: >> The CRAN Admin Team will perform system upgrades during the period >> Wednesday November 15 until Thursday November 16,

Re: [R] anyone having trouble accesing CRAN?

2023-11-15 Thread Duncan Murdoch
Yes, they posted a message about this recently. There's some maintenance happening and CRAN will be unavailable for a while. I can't find that message, but I think it was 2 or 3 days of downtime. Duncan Murdoch On 15/11/2023 2:13 p.m., Christopher W. Ryan via R-help wrote: at

[R] anyone having trouble accesing CRAN?

2023-11-15 Thread Christopher W. Ryan via R-help
at https://cran.r-project.org/ I get this error message: = Secure Connection Failed An error occurred during a connection to cran.r-project.org. PR_END_OF_FILE_ERROR Error code: PR_END_OF_FILE_ERROR The page you are trying to view cannot be shown because the

Re: [R] kindly unsubscribe

2023-11-15 Thread Bert Gunter
Please see the bottom of this and every message for the link to unsubscribe. -- Bert On Wed, Nov 15, 2023 at 10:25 AM Saikat Dutta Chowdhury < saikatduttachowdh...@gmail.com> wrote: > -- > Saikat Dutta Chowdhury > Mobile: 8017650842 > > [[alternative HTML version deleted]] > >

[R] kindly unsubscribe

2023-11-15 Thread Saikat Dutta Chowdhury
-- Saikat Dutta Chowdhury Mobile: 8017650842 [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide

Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-15 Thread Bert Gunter
... and note also that there may be clipping options you can change/set to approximate your desiderata. -- Bert On Wed, Nov 15, 2023 at 9:02 AM Bert Gunter wrote: > Well, as no one else has offered an answer ... > > I haven't looked at this closely, but could it not simply be the case that >

Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-15 Thread Bert Gunter
Well, as no one else has offered an answer ... I haven't looked at this closely, but could it not simply be the case that the aspect ratio set by "Landscape Mode" just differs from that of your display device? -- i.e., it is impossible to have the figure displayed in landscape ratio *and*