Displaying 20 results from an estimated 186 matches for "colorspace".
Did you mean:
colourspace
2008 May 21
1
colorspace package does not compile on ubuntu 7.04 32 bit
Hi everyone,
I am trying to install colorspace (needed as part of my favourite ggplot2)
on R v 2.7.0 running under ubuntu 7.04. The package is provided as source
files and the compilation fails as below.
I suspect this might be a problem with gcc v3/v4 incompatibility (or
anything else), but I don't really know how to resolve it. Any advice...
2008 Aug 22
1
Building colorspace on RHEL5
Dear all,
I'm having problems installing the colorspace package on Red Hat
Enterprise Linux 5:
* Installing *source* package 'colorspace' ...
** libs
gcc -std=gnu99 -I/usr/lib/R/include -I/usr/lib/R/include
-I/usr/local/include -fpic -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m32 -ma...
2007 Sep 27
1
problem loading hexbin associated package colorspace
I have lots of data that I need to display, and I think hexbin would
be good for it.
However, I cannot load one of the requried packages associated with
the hexbin package:
> library(hexbin)
Loading required package: colorspace
Error in loadNamespace(package, c(which.lib.loc, lib.loc), keep.source = keep.source) :
in 'colorspace' methods for export not found: [, coords, plot
Error: package 'colorspace' could not be loaded
> library(colorspace)
Error in loadNamespace(package, c(which.lib.loc, li...
2006 Mar 02
1
extracting RGB values from a colorspace class object
Greetings,
After pouring over the documentation for the 'colorspace' package, I have not
been able to figure out how the plot() method converts colorspace coordinates
to RGB values for display on the screen. I am convert between colorspaces
with the various as() methods... but cannot seem to find a way to extract RGB
(i.e. for displaying on a computer scree...
2017 Jul 05
0
unable to collate and parse R files for package ‘colorspace’
When attempting to install the ?colorspace? package on RedHat Linux I get the following error. Any help would be appreciated.
Rob
Rob Kabacoff, Ph.D.
Professor, Quantitative Analysis Center
Wesleyan University
> install.packages("colorspace")
Installing package into ?/home/rkabacoff/R/x86_64-redhat-linux-gnu-library/3.3?
(a...
2011 Jan 30
1
updating r-cran- packages on a new Ubuntu lucid system
...pplication/x-gzip' length 1104510 bytes (1.1 Mb)
opened URL
==================================================
downloaded 1.1 Mb
* installing *source* package ???vcd??? ...
** R
** data
** moving datasets to lazyload DB
** demo
** inst
** preparing package for lazy loading
Error : package 'colorspace' was built before R 2.10.0: please re-install it
ERROR: lazy loading failed for package ???vcd???
* removing ???/usr/lib/R/site-library/vcd???
* restoring previous ???/usr/lib/R/site-library/vcd???
The downloaded packages are in
???/tmp/RtmpihHKKK/downloaded_packages???
Warning message:
In ins...
2011 Nov 11
2
Win upgrade pb (virus)
....x
First thing I moved the win-library from 2.12 to 2.14 and executed a
update.packages(ask='graphics',checkBuilt=TRUE)
(Swiss mirror).
This aborts with the console message:
Error in if (any(diff)) { : missing value where TRUE/FALSE needed
And the antivirus (AVG) pops up complaining that colorspace.dll contains
the virus Win32/Heur
I cannot ignore the thread because update.packages has already crashed
when I can reach the antivirus dialogbox to push the "ignore" button.
To continue I had to remove the colorspace and ggplot2 packages.
Is it a known problem? What else can I do (exc...
2007 Aug 19
2
Installing dependent packages
Hi all,
When installing ggplot2 on with install.packages("ggplot2", dep = T),
the colorspace dependency doesn't get installed (see below for
transcript from R session). The relevant lines from my description
file are:
Depends: R (>= 2.4), grid, reshape (>= 0.8.0), proto, splines, MASS,
RColorBrewer, colorspace
Suggests: quantreg, Hmisc, mapproj, maps
Have I done something wron...
2007 Dec 06
1
[R] color palette from red to blue passing white (shifted from R-help)
...irst.
Nicholas
Martin Maechler wrote:
>>>>>> "Paul" == Paul Murrell <p.murrell at auckland.ac.nz>
>>>>>> on Wed, 05 Dec 2007 08:53:10 +1300 writes:
>
> Paul> Hi
> Paul> Achim and I have been looking at tidying up the colorspace package (see
> Paul> http://r-forge.r-project.org/projects/colorspace/) to fix a few
> Paul> inaccuracies, PLUS the possibility of declaring R's internal color space
> Paul> to be sRGB.
>
> Paul> I have started an RFC on the r-developer site
>...
2012 Oct 26
0
colorspace: interactive HCL palette chooser
Dear useRs,
we have just released a new version (1.2-0) of the "colorspace" package:
http://CRAN.R-project.org/package=colorspace
In addition to the infrastructure for transforming colors between
different color spaces (RGB, HSV, HCL, and various others) and support for
different types of color palettes (qualitative, sequential, diverging),
there is now a new gra...
2012 Oct 26
0
colorspace: interactive HCL palette chooser
Dear useRs,
we have just released a new version (1.2-0) of the "colorspace" package:
http://CRAN.R-project.org/package=colorspace
In addition to the infrastructure for transforming colors between
different color spaces (RGB, HSV, HCL, and various others) and support for
different types of color palettes (qualitative, sequential, diverging),
there is now a new gra...
2014 Dec 08
2
CRAN packages mis-using \donttest : falsy
Hi all,
anyone has an idea how I could fix this?
\donttest{
## Set colors from colorspace package with a fallback
col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5)
}
The problem is that this makes R CMD check freak out
(http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/falsy-00check.html)
if the colorspace package is not declared as a depen...
2005 Nov 08
3
[Theora-dev] Re: OggYUV
...ncludes as a subset those needed for RGB. Much more detailed
>information is available from Charles Poynton's Color and Gamma FAQs:
>http://www.poynton.com/Poynton-color.html
>If you wish to do any serious video work, you should at a minimum
>undestand these.
>
>
In terms of colorspaces, it seems to me that the only way to completely
describe the colorspace is to provide the transform matricies to or from
some reference colorspace. Is this a valid statement?
>For a lossless codec, the luxury of a "small number of useful formats"
>may not be advisable. I can'...
2006 Feb 15
0
File Column and Colorspaces
Hi all,
is there a way to automatically convert uploaded images to an RGB
colorspace? I have a small intranet app, in which people can upload
images. Sometimes a large 300dpi CMYK image intended for print sneaks
in and causes trouble...
Many thanks in advance,
Nicky
2005 Nov 08
0
OggYUV
On Tue, Nov 08, 2005 at 03:33:57PM -0500, John Koleszar wrote:
>
> In terms of colorspaces, it seems to me that the only way to completely
> describe the colorspace is to provide the transform matricies to or from
> some reference colorspace. Is this a valid statement?
Except there are not enough colorspaces in use to need to do this, as far as
I've read at least.. a set o...
2008 May 30
5
color management spec
...eate the list.
I'd like to hear other opinions on that.
thanks
tom
-------------- next part --------------
Color Management Spec
-----------------------
Overview:
Each window can have a color profile attached. This profile is used by the
compositing manager to perform automatic colorspace tranformations.
_NET_COLOR_PROFILE window property
This property specifies the profile. The only type currently supported is
'ICC', it specifies that the data is an ICC profile. Other profile types
may be added at a later time. Profiles are inherited from the parent window.
App...
2019 Apr 02
2
New grDevices::hcl.colors()
...'ve reproduced Ross Ihaka's notes on color, on my personal website:
https://sites.google.com/site/spurdlea/exts/ihaka_r_stats_787_10_color.pdf
(This has been reproduced with permission).
Another good article is:
https://www.r-project.org/conferences/DSC-2003/Proceedings/Ihaka.pdf
And the colorspace package vignette is also a good resource:
https://cran.r-project.org/web/packages/colorspace/vignettes/hcl-colors.pdf
These are good resources for people interested in mathematical or
statistical graphics.
Abs
[[alternative HTML version deleted]]
2014 Dec 08
0
CRAN packages mis-using \donttest : falsy
On 08/12/2014 9:40 AM, G?bor Cs?rdi wrote:
> Hi all,
>
> anyone has an idea how I could fix this?
>
> \donttest{
> ## Set colors from colorspace package with a fallback
> col <- try(colorspace::rainbow_hcl(5), silent = TRUE) %||% rainbow(5)
> }
>
> The problem is that this makes R CMD check freak out
> (http://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/falsy-00check.html)
> if the colorspace packa...
2005 Nov 08
1
[Theora-dev] & OggYUV
...should be able to say here's some YUY2 data and
OggStream could figure out how to encode that to Theora by using an
intermediate filter.
>Um, other formats? I don't grok your statement. This is what I'm talking about:
>
>[Theora] -> Theora plugin -> [OggYUV:420] -> Colorspace Plugin -> [OggYUV:444] -> Media Player
>
>The current design of OggStream lets you build a chain, if needed, to decode.
>
Agreed. I'm focusing on the encode side:
[Opaque] -> Import plugin -> [Arbitrary raw format] -> Colorconvert
Plugin -> [OggYUV:420] -> Theora...
2012 Jan 24
4
Virus Infection in colorspace_1.1-1.zip (R x64 2.14.1)
I keep finding the Win32\Huer virus in colorspace_1.1-1.zip for R x64 2.14.1
running MS Windows 7. As a result I am not able to use rattle or
ChemometricsWithR. I have tried several different mirrors with the same
result. Fortunately AVG has caught and quarantined the problem, but the
colorspace package is not available.
I can use the packa...