Re: [R] Need help with time series

2025-01-14 Thread CALUM POLWART
acf wants a time series, so tries to make one: as.ts(myts) Time Series: Start = 19357 End = 20027 Frequency = 1 [1] 24957 NA NA NA NA NA NA NA NA NA [11] NA NA NA NA NA NA NA NA NA NA [21] NA NA NA NA

[R] Need help with time series

2025-01-14 Thread Naresh Gurbuxani
For below data, I find strange results in basic time series analysis. Why does acf() function find missing values? When crossprod(xmat) is invertible, why does arima() find system exactly singular? Thanks, Naresh x <- c(24957, 10577, -18516, 2940, -1458, 32704, -26697, -46902, 48413, -11937,

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread Ivan Krylov via R-help
В Tue, 14 Jan 2025 14:23:54 + "Huseni, Sadamhusen" пишет: > ###***Session information from Linux version 8 > R version 4.4.1 (2024-06-14) > Platform: x86_64-redhat-linux-gnu > Running under: Red Hat Enterprise Linux 8.10 (Ootpa) > > Matrix products: default > BLAS/LAPACK: /usr/lib64/libopen

[R] [R-pkgs] Announcing geneviewer v0.1.10 Now Available on CRAN

2025-01-14 Thread Niels van der Velden
Dear all, I am happy to announce that {geneviewer*}* v0.1.10 is now on CRAN. *{geneviewer}* is an R package for plotting gene clusters and transcripts. It imports data from GenBank, FASTA, and GFF files, performs BlastP and MUMmer alignments, and displays results on gene arrow maps. The package o

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread Huseni, Sadamhusen
Hi Ivan, I am sharing the session information as below. Also, I will be sharing the code which is utilized to do parallel computing. Note: we are using different version of R on Linux version 7 & 8. ###***Session information from Linux version 8 R version 4.4.1 (2024-06-14) Platform: x86_64-redh

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread akshay kulkarni
Dear Jan, Seems like it is. Can one search for posts without the posters name? Like in stack overflow? THanking you, Yours sincerely, AKSHAY M KULKARNI From: R-help on behalf of Jan van der Laan Sent: Tuesday, January 14, 2025 3:09 PM To: r-he

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread Jan van der Laan
On 1/14/25 10:07, akshay kulkarni wrote: dear Ivan, THe present problem had been encountered by me also about 1 and a half years ago. You had solved the issue then. Can't we search this mail list according to some keywords? It helps people with problems already solved in t

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread akshay kulkarni
dear Ivan, THe present problem had been encountered by me also about 1 and a half years ago. You had solved the issue then. Can't we search this mail list according to some keywords? It helps people with problems already solved in the mailing list. THanking you, Yours sincerel

Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread Ivan Krylov via R-help
Dear Sadam, В Mon, 13 Jan 2025 14:34:20 + "Huseni, Sadamhusen" пишет: > Issue Observed: The script hangs and does not complete execution > post-update. Previously, it took around two hours; now it runs for > over 17 hours without finishing. Do you still have the RHEL 7 machine? Could you pl

[R] Regarding Issue Running Parallel Computing on Linux RHEL version 8

2025-01-14 Thread Huseni, Sadamhusen
Hi Team, I am writing to bring to your attention an issue we have encountered following the recent update of our Linux server from RHEL 7 to RHEL 8. We have an R script designed to create demand forecasts utilizing parallel computing on the Linux server. Before the version update, the script e