Re: [R] Unable to make bitmapdll files on windows 7 64 bit machine

2010-04-24 Thread arnholtat
Thanks for all of the replies. For me at least, it turns out I had to manually set permissions in the bitmap folder, and the three folders (jpeg-8a, libpng, and libtiff). Works fine now. Alan- - Original Message - From: Duncan Murdoch Date: Friday, April 23, 2010 4:48 am Subject: Re:

[R] Unable to make bitmapdll files on windows 7 64 bit machine

2010-04-22 Thread arnholtat
I am trying to build a windows 32 bit version of R 2.11.0 from source on a machine running windows 7 - 64 bit while running as the machine's administrator. I am able to run "make all recommended"...However, once I attempt to build the bitmap files I get the following: C:\Rsource\R-2.11.0\src\gn

[R] Histogram with different colors for different portions

2007-12-30 Thread arnholtat
Dear Rusers, I would like to color different sections of a histogram different colors. I have an example that was done by "brute force" given below. Has anyone implemented something like this in general? If not, any suggestions/pointers on how to write a general function to do so would be most ap