Re: [R] Restoration of "rite" package of R as R-script editor or the like

2022-05-24 Thread Sorkin, John
An interesting thread that perhaps, at this time, needs to be put to bed. j From: R-help on behalf of Avi Gross via R-help Sent: Tuesday, May 24, 2022 10:25 PM Cc: r-help@r-project.org Subject: Re: [R] Restoration of "rite" package of R as R-script edit

Re: [R] Restoration of "rite" package of R as R-script editor or the like

2022-05-24 Thread Avi Gross via R-help
This is changing from a discussion about the rite of passage for non-programmers using the defunct "rite" editing software by a software wright who no longer writes, to talking about finding the right software for the purpose. Kidding and wordplay aside, both public and private software is not

Re: [R] Restoration of "rite" package of R as R-script editor or the like

2022-05-24 Thread Gabor Grothendieck
Soren Hojsgaard had also written a tcltk based editor R package and although it is deprecated too it may be simpler than rite in which case it is more likely to work. Contact him (he has other packages on CRAN) and see if he would send it to you and if it fits your needs. On Sun, May 22, 2022 at

Re: [R] How to improve accuracy of output?

2022-05-24 Thread Rui Barradas
Hello, I cannot reproduce this print behavior, with digits=14, there are 14 digits printed. x <- c(98.718527356108, 103.10265923704) x #> [1] 98.71853 103.10266 old_dig <- options(digits = 14) x #> [1] 98.718527356108 103.102659237040 options(old_dig) Maybe there's something else going

Re: [R] How to improve accuracy of output?

2022-05-24 Thread Andrew Simmons
I think you have to use print(df$price, digits = 14) On Tue, May 24, 2022, 10:01 maithili_shiva--- via R-help < r-help@r-project.org> wrote: > Dear Forum > In my code, I am trying to compute Value at risk. > I have an issue as mentioned below: > I have defined > > > options(digits = 14) > But my

[R] How to improve accuracy of output?

2022-05-24 Thread maithili_shiva--- via R-help
Dear Forum In my code, I am trying to compute Value at risk. I have an issue as mentioned below: I have defined  options(digits = 14) But my output is something like >  df$price [1] 98.7185273         103.10265923  However, if use Excel, I get values as 98.718527356108 103.1026592370

Re: [R] need R installer(urgent)

2022-05-24 Thread Xinling Zhang
Yes, they are. Thank you very much. Best, Xinling On Sat, May 21, 2022 at 11:18 PM Ivan Krylov wrote: > On Thu, 19 May 2022 11:36:02 -0700 > Xinling Zhang wrote: > > > Could you send me one of the R installers? I searched online and > > couldn't find any of them. > > On any CRAN mirror, when y