Displaying 20 results from an estimated 10000 matches similar to: "How to change e-mail address"
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 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 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 Aug 27
1
Submit a R job to a server
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.
May I request you to provide me information on the following:
1. I have access to a server ( I have userid and pwd)
2. What are the packages I need to submit a job from Windows XP to this server? Should I need to install any package on this server before
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
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):
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 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
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)
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:
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.
2007 Jul 07
0
Calling R function in C
Hi R Users!
Thanks in advance.
I am using R-2.5.1 on Windows XP and I have installed all necessary tools such as perl and tools.exe.
I am trying to use sample(1:100, 3, rep=F) in C. How can I use this R function in C?
Once again thank you very much for your time.
Regards,
Debabrata (Deb)
Statistician
NSW Department of Commerce
Sydney, Australia.
2006 Jun 05
7
Building a UK based e-commerce store in rails
I have built a few sites with Rails, however I have been approached by a
company wanting an e-commerce / online shop built. I would love to build
one in rails with the knoweledge I now have. I have the agile book and
the pickaxe book they are my reference guide. However there is virtually
nothing on creating real world e-commerce sites in rails.
They will be selling to both businesses and the
2009 Sep 22
2
Pull Coefficients from MCMCpack models
Hi,
I've been testing some models with the MCMCpack library.
I can run the process and get a nice model "object". I can easily see
the summary and even plot it.
I can't seem to figure out how to:
1) Access the final coefficients in the model
2) Turn the coefficients into a model so I can then run predictions
using them.
A summary command will SHOW Me the coefficients, but
2006 Mar 16
10
Substruct Open Source E-Commerce Platform
Finally it''s here :)
The Rails app to do battle with the likes of Miva Merchant and OS Commerce!
I''m releasing Substruct 0.051 into the wild.
More information here:
http://dev.subimage.com/projects/substruct
Please check it out! I''d love to hear all of your thoughts - and I''m looking
for contributors!
--
seth at subimage interactive
2006 Feb 19
16
Open source rails e-commerce engine?
I''m pinging the list to see if anyone is working on an open-source
e-commerce engine based on Rails yet - something like OSCommerice I guess.
Anyone? Is there interest out there for such a thing?
I have such a product which has been extracted from real world code. It
currently runs 3 production rails sites in various shapes and forms,
implemented as a rails engine.
Basic feature list:
-
2001 Feb 06
2
music e-commerce using vorbis
Hi,
I am the CTO of an online e-commerce site selling signed underground
music. We're just about to begin with mp3 distribution by download. I have
looked into Ogg Vorbis, and it is interesting for us to both avoid the mp3
patent stuff (what's the legal status of Fraunhofer looking into any
possible patent infringements by Ogg?), and WMA. However, I still don't
think Ogg Vorbis is
2006 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
2014 Jan 03
2
[PATCH net-next 1/3] net: allow > 0 order atomic page alloc in skb_page_frag_refill
>> On Thu, 2014-01-02 at 16:56 -0800, Eric Dumazet wrote:
>>
>> Hmm... it looks like I missed __GFP_NORETRY
>>
>>
>>
>> diff --git a/net/core/sock.c b/net/core/sock.c
>> index 5393b4b719d7..5f42a4d70cb2 100644
>> --- a/net/core/sock.c
>> +++ b/net/core/sock.c
>> @@ -1872,7 +1872,7 @@ bool skb_page_frag_refill(unsigned int sz, struct