Displaying 20 results from an estimated 11000 matches similar to: "Submit a R job to a server"
2009 Mar 12
4
Windows binary version of DPpackage
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.8.1 on Windows XP.
This has reference to the package “DPpackage”. The binary version is
available on Mac OS, but I am using Windows XP.
May I request you to assist me in the followings:
How can I prepare Windows binary of DPpackage from source?
2. Is there any possibility
2009 Sep 14
1
64-bit binary for Windows
Dear R Users,
Thanks in advance.
I am currently using R-2.9.1-win32.exe on Windows XP.
Is there any 64 bit binary on Windows XP?
Once again, thank you very much for the time you have given.
Regards,
Deb
******************************************************************************
This email message, including any attached files, is confidential and
intended solely for the use of
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.8.1 on Windows XP.
I like to save Trellis Plots on A3 size paper (Portrait and
Landscape).
Currently, I am using the following command to save a Trellis Plot in
pdf [This is an example code]:
pdf("D:/Analysis/test.pdf")
dataFile <- expand.grid(xo=
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 02
1
R and GNU gcc for OpenMP
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
May I request you to assist me on the following:
I have downloaded Rtools29.exe and installed it today 02 Sep 2009 and I have also provided the appropriate path variable for Rtools.
I have checked the version of gcc compiler in Rtools.exe is 4.2.1.
I have checked (in http://gcc.gnu.org/) the latest available gcc
2009 Sep 30
1
How to change e-mail address
Hi!
Thanks in advance.
I know this is not the right place to send this message. But I have tried to do so by sending e-mail to the addresses r-help-request@r-project.org and r-announce-request@stat.math.ethz.ch. But no success. I am getting messages such as "Your message to R-help awaits moderator approval".
I need your assistance on above.
I am an user of r-help. My e-mail
2009 Jul 08
1
Density value over 1 using density function
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
In the plot, the density value displays over 1. How can I explain it?
library(urca)
plot(density(Raotbl1[, 1]))
Once again, thank you very much for the time you have given.
I am looking forward for your reply.
Regards,
Deb
******************************************************************************
This email
2007 Feb 04
1
Fwd: Re: Calling C code from R
Hi!
Thanks in advance.
Thanks to all of you who have responded to me on above. This is one of the responses I received on above.
I have installed perl (with path C:\Perl\bin\;) an MinGW (with path C:\MinGW\bin; C:\MinGW;).
At the Command Prompt (C:\R-2.4.0\bin) I have typed:
C:\R-2.4.0\bin>Rcmd SHLIB useC1.c
(No error and useC1.dll file has not been created)
2009 Jul 02
0
MCMCpack: Selecting a better model using BayesFactor
Dear R users,
Thanks in advance.
I am Deb, Statistician at NSW Department of Commerce, Sydney.
I am using R 2.9.1 on Windows XP.
This has reference to the package “MCMCpack”. My objective is to
select a better model using various alternatives. I have provided here
an example code from MCMCpack.pdf.
The matrix of Bayes Factors is:
model1 model2 model3
model1 1.000 14.08
2009 Jul 12
0
Installing Eclipse Plug-In for R: "StatET"
Dear R users,
Thanks in advance.
I am using R 2.9.1 on Windows XP.
I am trying to install above, but faced problem.
I have described the steps below.
1. I like to install locally. That means I like to install after downloading the required files into my hard drive.
2. Java Runtime Environment (JRE 1.5.0-07) is installed
3. I have downloaded eclipse-SDK-3.5-win32.zip
- installed
2009 Oct 27
1
WAR file installation
Hi Friends,
Currently i am using R-2.9.1. I am new to R and i am in learning stage.
Can any one tell me whether R allows WAR file installation?
Other concerns i have are:
1. Does R allows WAR file installation?
2. Does R has a web server or application server concept?
3. Can we create login credentials in R?
Kindly clarify these things...
Regards,
Madana
--
View this message in context:
2007 Feb 01
2
Calling C code from R
Hi!
Thanks in advance.
I am using R-2.4.0 on Windows XP. I am trying to create dll file.
My C code:
/* useC1.c */
void useC(int *i) {
i[6] = 100;
}
I have tried to create useC1.dll.
C:\R-2.4.0\bin>R CMD SHLIB useC1.c
'perl' is not recognized as an internal or external command, operable program or batch file.
Then I have tried:
2007 Jul 04
1
Calling C Code from R
Hi R Users,
Thanks in advance.
I am using R-2.5.1 on Windows XP.
I am trying to call C code (testCX1.C) from R. testCX1.c calls another C code (funcC1.c) and returning a value to testCX1.c. I like to have this value in R.
My steps are below:
1. R CMD SHLIB testCX1.c funcC1.c (at command propmt)
2. It creates testCX1.dll with warning (but testCX1.dll works):
2012 Apr 28
1
Unable to install rggobi in R 2.15
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
--------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build "D:\\DPF\\Rggobi\\rggobi"
*
2012 Apr 27
1
Unable to compile & install rggobi
I am currently using R 2.15.0 with R Tools 2.15 (in Windows XP). I downloaded the source for RGgobi and extracted it to a folder.
Then I tried compiling and installing with the following command and got an error message:
------------------------------------------------------------------------------------------------------------------
D:\Work\tmp>R CMD INSTALL --build
2007 Aug 21
2
Stacked Bar
Hi R Users!
Thanks in advance.
I am using R-2.5.1 on Windows XP.
I am trying to do a stacked bar plot, but could not get through the following problem. The code is given below.
1. How can I provide 15 different colors for each method with 15 Rows?
2. How can I put the legend in a particular position (eg., in the top or bottom or right or left)? How can I put legend using a number
2018 Sep 29
5
Step-by-Step Tutorial: How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud
Good morning from Singapore,
You can read my step-by-step tutorial on How to Setup Your Own e-Commerce Online Store using WooCommerce 3.4.5, Wordpress 4.9.8, and CentOS 1805 (LAMP) in Amazon AWS Cloud at any one of my two redundant blogs. My blogs were configured in RAID 1 mirroring array.
2009 Aug 13
3
shading between two smoothed curves
I have a set of 52 weekly values, one is the desired high lake stage for
a week, and the other is the desired low lake stage for each week. It
looks like this:
week
High
Low
1
16
14.5
2
16
14.5
3
15.95
14.45
4
15.84
14.34
5
15.73
14.23
6
15.61
14.11
7
15.5
14
8
15.38
13.88
9
15.25
13.75
10
15.13
13.63
....
52
15
13.5
I can plot out two nice curves
2012 Feb 16
0
[JOB] Software Engineer (Java/Ruby) - New York City
This is a full time, on-site, salaried Software Engineer position
located in New York City paying to $120,000 depending on experience +
benefits. No telecommuting allowed. US Citizens or Green Card holders
only please. Local candidates only. Thank you.
Our client is building a unique enterprise-class advertising platform.
Their shaking up the e-commerce industry with a big idea: enabling e-
2010 Sep 14
2
Multiple CPU HowTo in Linux?
Hello all,
I upgraded my R workstation, and to my dismay, only one core appears to
be used during intensive computation of a bioconductor function.
What I have now is two dual-core Xeon 5160 CPUs and 10 GB RAM. When I
fully load it, top reports about 25% user, 75% idle and 0.98 short-term
load.
The archives gave nothing helpful besides mention of snow. I thought of
posting to HPC, but this system