search for: cairodevice

Displaying 20 results from an estimated 88 matches for "cairodevice".

2010 Jul 20
1
Building rattle on Solaris 10u7 X86
...sults are : 1. Package XML and pmml can be built. 2. Package RGtk2 can be built but can’t be installed because the installer can’t find GTK on Solaris, but it seems GTK has been preinstalled on Solaris 10, but I don’t know how to configure it. 3. There are errors when building the cairoDevice package , the error message is -bash-3.00$ R CMD INSTALL cairoDevice * installing to library '/opt/R/R2-11-1/lib/R/library' * installing *source* package 'cairoDevice' ... checking for pkg-config... pkg-config configure: creating ./config.status config.status: creating src/Makevars...
2011 Jun 09
1
cairoDevice on Windows: succesful installation but does not load
Hi! I've tried to install playwith on Windows XP but, > install.packages("cairoDevice") trying URL 'http://cran.at.r-project.org/bin/windows/contrib/2.13/cairoDevice_2.15.zip' Content type 'application/zip' length 52371 bytes (51 Kb) opened URL downloaded 51 Kb package 'cairoDevice' successfully unpacked and MD5 sums checked The downloaded packages are...
2009 May 25
2
cairoDevice.dll error, but it exists..?
...Wanted then to run, to evaluate the visualization features: >data(iris) >library(latticist) >latticist(iris) However, i tested my desktop and laptop and get the following error after typing latticist(iris): latticist(iris) Loading required package: playwith Loading required package: cairoDevice Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared library 'C:/Users/luna/Documents/R/win-library/2.9/cairoDevice/libs/cairoDevice.dll': LoadLibrary failure: The specified module could not be found. Error: package 'cairoDevice' could not be loaded...
2010 Jul 12
1
errors from update.packages()
Running R.2.11.1, debian linux, I tried to update.packages as root within R and get errors for cairoDevice and latticeExtra I don't know how to fix. For cairoDevice, I don't know what gtk+2.0 is; for latticeExtra, I'm surprised that R cannot find RColorBrewer built for R 2.10+ What to do? > old.packages() Package LibPath Installed Built cairoD...
2009 Nov 19
0
strange crashes caused by 'cairoDevice' and 'tcltk' dialogues
Dear developers I get some strange crashes when 'cairoDevice' and 'tcltk' are both loaded in the same R vanilla session. When executing the following in that order require(relimp) require(cairoDevice) showData (iris) I get a crash with the following message (see R-relimp-cairoDevice.txt): The program 'R' received an X Window System erro...
2008 Jul 28
1
equivalent to "require" for imports? (cairoDevice)
Hi R-devel I use the packages RGtk2 and cairoDevice. The cairoDevice package has a few stand-alone functions, plus "asCairoDevice" which depends on RGtk2 and calls require(RGtk2). So cairoDevice lists RGtk2 under "Suggests" in the DESCRIPTION file. It can not Import RGtk2 because that would force all users to install RGtk2. The...
2010 Mar 22
4
Playwith on Mint
...ll.packages("playwith") Warning in install.packages("playwith") : argument 'lib' is missing: using '/usr/local/lib/R/site-library' --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done also installing the dependency ‘cairoDevice’ trying URL 'http://cran.at.r-project.org/src/contrib/cairoDevice_2.10.tar.gz ' Content type 'application/x-gzip' length 39058 bytes (38 Kb) opened URL ================================================== downloaded 38 Kb trying URL 'http://cran.at.r-project.org/src/contri...
2010 Jul 09
1
installing packages over ssh without X forwarding
Hi, Is it possible to install packages without the testing if installed package can be loaded? I need to install bunch of packages on multiple computers over ssh. Some packages witch interact with X11 display cannot be installed in this way. for example after: > install.packages('cairoDevice',dep=T) I get (...) *** installing help indices ** building package indices ... ** testing if installed package can be loaded Error : .onLoad failed in loadNamespace() for 'cairoDevice', details: call: fun(...) error: GDK display not found - please make sure X11 is running ERROR: lo...
2008 Apr 29
1
Annoying bug in package cairoDevice
I sent this to R-Help and the listed maintainer of cairoDevice, I hope that was the right thing to do. For some reason, Cairo_png puts a box around a figure when you call plot.new. It looks like box was called with black and a transparent background. Example: > library(cairoDevice) > Cairo_png('cairo.png') > plot.new() > dev.off() null dev...
2018 Apr 15
1
RQDA/RGtk2 Installation Problem
...ld help me to fix this. I really would love to be able to use RQDA! Thanks in advance for your help. Ryoko ******************************************************** > install.packages('RQDA') --- Please select a CRAN mirror for use in this session --- also installing the dependencies ?cairoDevice?, ?gWidgetsRGtk2?, ?RGtk2? Packages which are only available in source form, and may need compilation of C/C++/Fortran: ?cairoDevice? ?RGtk2? Do you want to attempt to install these from sources? y/n: y installing the source packages ?cairoDevice?, ?gWidgetsRGtk2?, ?RGtk2?, ?RQDA? trying URL &...
2011 Mar 01
2
can't open Cairo device
Dear list, in R under wheezy the following error occurs: > library(cairoDevice) > Cairo() Error in Cairo() : Graphics API version mismatch It seems to be Debian-specific, as I tried the same under OpenSUSE 11.3 and it worked. I tried installing cairoDevice via `apt-get install r-cran-cairodevice' and with `install.packages("cairoDevice")' in R (witho...
2006 Sep 21
0
cairoDevice 1.2 on CRAN
The cairoDevice package has recently been released on CRAN. cairoDevice is an R graphics device based on the cairo (http://www.cairographics.org) vector graphics library. It is distinguished from many other devices in its ability to render high quality anti-aliased graphics. It is available on all three major...
2006 Sep 21
0
cairoDevice 1.2 on CRAN
The cairoDevice package has recently been released on CRAN. cairoDevice is an R graphics device based on the cairo (http://www.cairographics.org) vector graphics library. It is distinguished from many other devices in its ability to render high quality anti-aliased graphics. It is available on all three major...
2008 Apr 29
0
Annoying bug (?) in package cairoDevice
I apologize for sending this twice, I didn't realize that gmail helpfully defaulted to rich formatting. For some reason, Cairo_png puts a box around a figure when you call plot.new. It looks like box was called with black and a transparent background. Example: > library(cairoDevice) > Cairo_png('cairo.png') > plot.new() > dev.off() null device 1 The boarder is narrow, so it's hard to see with a stand-alone image viewer. If you paste the png onto a white background it's quite clear. Admittedly, the default for par("bg") is transpa...
2008 Mar 12
1
gracefully handing a library load error
I have an R program I am attempting to use to generate some SVGs. I've been using the cairoDevice library. When running a session not connected to an X session (like if I'm sshed in), attempting "library(cairoDevice)" causes: *** caught segfault *** address 0x8, cause 'memory not mapped' Traceback: 1: .C("R_gtk_setEventHandler", PACKAGE = "cairoDevice&qu...
2010 Jan 16
0
'tcltk' crashes related to event-loops (PR#14187)
--0016e6d464cff5d753047d482362 Content-Type: text/plain; charset=UTF-8 I am experiencing some regular crashes on Debian Linux, 32- and 64-bit, involving 'tcltk' and 'cairoDevice' or 'RGtk2'. They make it very difficult to use tcltk interfaces (Rcmdr) and GTK+ ones (rattle, playwith, etc.) in the same R session. NOTE: Before you continue, please read NOTE2 located towards the end of the message. To reproduce you need to load 'tcltk' and 'cairoDevi...
2013 Nov 05
4
R y had non-zero exit status
...ay otro error que aún no intenté solucionar, que es desde RStudio (aunque creo que instale algo de gtk ...), es el siguiente: > rattle() Installing package into ?/home/javier/R/x86_64-pc-linux-gnu-library/3.0? (as ?lib? is unspecified) probando la URL 'http://cran.rstudio.com/src/contrib/cairoDevice_2.19.tar.gz' Content type 'application/x-gzip' length 39787 bytes (38 Kb) URL abierta ================================================== downloaded 38 Kb * installing *source* package ?cairoDevice? ... ** package ?cairoDevice? successfully unpacked and MD5 sums checked checking for pkg...
2013 Nov 05
2
R y had non-zero exit status
...RStudio (aunque >> creo que instale algo de gtk ...), es el siguiente: >> >>> rattle() >> Installing package into ?/home/javier/R/x86_64-pc-linux-gnu-library/3.0? >> (as ?lib? is unspecified) >> probando la URL >> 'http://cran.rstudio.com/src/contrib/cairoDevice_2.19.tar.gz' >> Content type 'application/x-gzip' length 39787 bytes (38 Kb) >> URL abierta >> ================================================== >> downloaded 38 Kb >> >> * installing *source* package ?cairoDevice? ... >> ** package ?cairoDevic...
2011 Mar 01
2
problems with playwith
hello, i tried to run playwith but : > library(playwith) Loading required package: lattice Loading required package: cairoDevice Loading required package: gWidgetsRGtk2 Loading required package: gWidgets Error in inDL(x, as.logical(local), as.logical(now), ...) : unable to load shared object 'H:/R/cran/RGtk2/libs/i386/RGtk2.dll': LoadLibrary failure: The specified procedure could not be found. Failed to load RG...
2009 Jan 16
1
interrupting R from a GUI
list(...), I am looking for a way to interrupt R from a callback: specifically, to interrupt plotting (typically on a cairoDevice, but would be good if it worked with other devices too). Of course, one can interrupt R nicely from the console with Ctrl-C (or Esc in Rgui), but I need to do it from a GUI. Callbacks run in a new thread, so obviously stop() etc will not work. I tried to look into how Rgui does it... https://svn.r-...