Displaying 7 results from an estimated 7 matches for "genpact".
Did you mean:
enact
2025 Jan 14
2
Regarding Issue Running Parallel Computing on Linux RHEL version 8
Dear Sadam,
? Mon, 13 Jan 2025 14:34:20 +0000
"Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:
> 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 please share the
sessionInfo() output at least from th...
2025 Jan 14
1
Regarding Issue Running Parallel Computing on Linux RHEL version 8
...raphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_3.6.0
Thanks,
Sadam
-----Original Message-----
From: Ivan Krylov <ikrylov at disroot.org>
Sent: Tuesday, January 14, 2025 1:53 PM
To: Huseni, Sadamhusen <Sadamhusen.Huseni at genpact.com>
Cc: r-help at R-project.org
Subject: Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8
>
Dear Sadam,
? Mon, 13 Jan 2025 14:34:20 +0000
"Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:
> Issue Observed: The script hangs and doe...
2025 Jan 14
1
Regarding Issue Running Parallel Computing on Linux RHEL version 8
...list.
THanking you,
Yours sincerely,
AKSHAY M KULKARNI
________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Ivan Krylov via R-help <r-help at r-project.org>
Sent: Tuesday, January 14, 2025 1:52 PM
To: Huseni, Sadamhusen <Sadamhusen.Huseni at genpact.com>
Cc: r-help at R-project.org <r-help at R-project.org>
Subject: Re: [R] Regarding Issue Running Parallel Computing on Linux RHEL version 8
Dear Sadam,
? Mon, 13 Jan 2025 14:34:20 +0000
"Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:
> Issue Observed...
2025 Jan 13
1
Regarding Issue Running Parallel Computing on Linux RHEL version 8
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 executed successfully within approximately two hours. However, since updating to RHEL 8, the script has
2025 Jan 21
0
Regarding Issue Running Parallel Computing on Linux RHEL version 8
? Mon, 20 Jan 2025 13:45:25 +0000
"Huseni, Sadamhusen" <Sadamhusen.Huseni at genpact.com> ?????:
> Error in as.data.frame.default(x[[i]], optional = TRUE) :
> cannot coerce class ?"call"? to a data.frame
> Calls: write.table ... data.frame -> as.data.frame ->
> as.data.frame.default
The underlying issue is that somehow the code gave a function cal...
2011 Jul 07
1
Taking inputs from the user
Hi,
I am currently a new user in R and was working on the randomForest package. I am trying to predict price points using this statistical package. The issue is that I need to setup a tool so that I can give it to Sales Executive who can plug in the necessary variables and get the output. Is there a way to do that ?? They don't have R on their systems and I doubt they are going to install it.
2011 Oct 13
0
Issues with gvisMotionChart
Hi,
I've just been introduced to this wonderful chart making tool from Google and I've already stumbled. When I am trying to execute this code below, and I double-click to open the html file I cannot see the chart at all !!
M <- gvisMotionChart(Fruits, "Fruit", "Year")
cat<http://inside-r.org/r-doc/base/cat>(M$html$chart,