Re: [R] removing dates from xts object..

2022-07-25 Thread akshay kulkarni
Dear Joshua, Thanks a lot... Yours sincrely, AKSHAY M KULKARNI From: Joshua Ulrich Sent: Tuesday, July 26, 2022 2:20 AM To: akshay kulkarni Cc: R help Mailing list Subject: Re: [R] removing dates from xts object.. On Mon, Jul 25, 2022 at 3:

Re: [R] problems in R in RHEL....

2022-07-25 Thread Jeff Newmiller
Search for "Redhat" here: https://www.r-project.org/mail.html. On July 25, 2022 11:35:39 AM PDT, akshay kulkarni wrote: >Dear members, > I am using R in the latest version of RHEL, in an > AWS z1d instance. I have the following questions: > > > 1. Previously, when I st

Re: [R] removing dates from xts object..

2022-07-25 Thread akshay kulkarni
Dear joshua, THanks for the reply If I have a list of dates, it should be like this right? y <- x[!(index(x) %in% dates)] where dates is a character vector of dates. Thanking you, Yours sincrely, AKSHAY M KULKARNI From: Joshua Ulrich Se

[R] removing dates from xts object..

2022-07-25 Thread akshay kulkarni
Dear members, I have: > head(testOHLC) HINDUNILVR.NS.Open HINDUNILVR.NS.High HINDUNILVR.NS.Low HINDUNILVR.NS.Close 2007-01-02 217.80 219.00215.45 216.40 2007-01-03 217.00 217.65

Re: [R] Problem installing R 4.2 on Ubuntu 20-04

2022-07-25 Thread Micha Silver
Just a guess: On 25/07/2022 17:43, Witold E Wolski wrote: I am failing to get R 4 installed on Ubuntu. I am following the instructions given here: https://cran.r-project.org/bin/linux/ubuntu/ These are the errors I am getting: parallels@ubuntu-linux-20-04-desktop:~/Downloads/fragpipe/bin$ sud

Re: [R] Problem installing R 4.2 on Ubuntu 20-04

2022-07-25 Thread Bert Gunter
Better posted on R-sig-debian, I think. Cheers, Bert On Mon, Jul 25, 2022 at 7:44 AM Witold E Wolski wrote: > I am failing to get R 4 installed on Ubuntu. I am following the > instructions given here: > https://cran.r-project.org/bin/linux/ubuntu/ > > These are the errors I am getting: > > par