search for: grdevices

Displaying 20 results from an estimated 3842 matches for "grdevices".

2005 Nov 11
1
undefined symbol in grDevices.so
Hello I'm trying to use rpy with latest R (2.2.0), but unfortunately it seems there is some kind of undefined symbol in grDevices.so (utf8locale) Within python, this message appears: >>> import rpy Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/usr/local/lib/R/library/grDevices/libs/grDevices.so': /usr/local/lib/R/library/grDevices/libs/grDevices.so: und...
2010 Aug 31
1
Where can I download/install grDevices
Hi folks, Debian 504 64 bit grDevices is NOT on Debian repo $ apt-cache search r-cran | grep grDevices no printout On R $ sudo R > install.packages("grDevices", dependencies=TRUE)) Warning in install.packages("grDevices") : argument 'lib' is missing: using '/usr/local/lib/R/site-library' ---...
2005 May 06
1
R on Macintosh OSX Tiger
...e some advice? (PS: I checked the bug list first but a search on "Tiger" turned up nothing so I hope it's OK to post here.) Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/ R.framework/Resources/library/grDevices/libs/grDevices.so': dlopen(/Library/Frameworks/R.framework/Resources/library/grDevices/ libs/grDevices.so, 6): Library not loaded: /usr/lib/libxml2.2.dylib Referenced from: /System/Library/Frameworks/AppKit.framework/ Versions/C/AppKit Reason: Incompatible library version: AppKit req...
2006 Nov 15
0
segfault in AIX
...ECT_MODE is 32 in the build environment). The source is the patched version of 2.4.0, downloaded yesterday. Configure options were --prefix, --srcdir, --x-includes, --x-libraries, and --without-readline. Compiler flags were -O2. The make step fails with a segfault when it's building package grDevices. Here's the last part of the make output: ----- building package 'grDevices' mkdir ../../../library/grDevices mkdir ../../../library/grDevices/R mkdir ../../../library/grDevices/po mkdir ../../../library/grDevices/afm mkdir ../../../library/grDevices/enc mkdir ../../../library/grDevic...
2007 Jul 02
0
relocation error in grDevices.so
...n("bvec", bvec) result = rpy.r("solve.QP(Dmat, dvec, Amat, bvec=bvec)") print result['solution'] and get this error: Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/opt/app/R-2.1.1-gcc-3.4.1/lib/R/library/grDevices/libs/grDevices.so': ld.so.1: python: fatal: relocation error: file /opt/app/R-2.1.1-gcc-3.4.1/lib/R/library/grDevices/libs/grDevices.so: symbol R_NilValue: referenced symbol not found Loading required package: grDevices Error in dyn.load(x, as.logical(local), as.logical(now)) :...
2016 May 23
3
R without graphics
Is it possible to configure and build an R without any graphics support. I..e no grDevices or graphics packages? I tried "--with-x=no --with-cairo=no --with-grDevices=no --with-graphics=no" but it is still building grDevices. My problem is that I am using experimenting with a compiler that cannot compile the Objective-C file, qdCocoa.m, and I don't need graphics for...
2005 May 02
1
MacOS X 10.4 build problem
...graphics mkdir ../../../library/graphics/R mkdir ../../../library/graphics/demo mkdir ../../../library/graphics/po mkdir ../../../library/graphics/man Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Users/billn/Public/R/R-2.1.0/ build/library/grDevices/libs/grDevices.so': dlopen(/Users/billn/Public/R/R-2.1.0/build/library/grDevices/libs/ grDevices.so, 6): Symbol not found: __cg_jpeg_resync_to_restart Referenced from: /System/Library/Frameworks/ ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/ Versions/A/ImageIO...
2007 Jun 25
1
R-2.5.0 compilation problem on Linux powerpc
Hello everybody,I am having an error while compiling R-2.5.0 on Linux powerpc. This is what I see when I do a make: gcc -std=gnu99 -shared -L/usr/local/lib -o grDevices.so chull.o devNull.o devPicTeX.o devPS.o devQuartz.o init.o ../../../../library/grDevices/libs/grDevices.so is unchanged make[5]: Leaving directory `/home/vivekv/sw_alg/R-2.5.0/src/library/grDevices/src' make[4]: Leaving directory `/home/vivekv/sw_alg/R-2.5.0 /src/library/grDevices/src' Wa...
2011 Apr 14
1
trouble with \SweaveOpts{grdevice=...}
...[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8 [7] LC_PAPER=en_US.UTF-8 LC_NAME=C [9] LC_ADDRESS=C LC_TELEPHONE=C [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C attached base packages: [1] stats graphics grDevices utils datasets methods base -- Do you know how to read? http://www.alienetworks.com/srtest.cfm http://goodies.xfce.org/projects/applications/xfce4-dict#speed-reader Do you know how to write? http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail
2013 Aug 19
2
Problemas con ggsave(paste('img/',plotName,'.png', sep='')
...nuevo en R, le ruego disculpa por mi *Ignorancia*. Estoy corriendo la siguiente instruccion, ggsave(paste('img/',plotName,'.png', sep='') y resulta el error: ggsave(paste('img/',plotName,'.png', sep='') Saving 7.32 x 4.87 in image Error in grDevices::png(..., width = width, height = height, res = dpi, : unable to start png() deviceIn addition: Warning messages:1: In grDevices::png(..., width = width, height = height, res = dpi, : unable to open file 'img/StreetRobberyKde2d.png' for writing2: In grDevices::png(..., width = width,...
2018 Sep 14
1
Possible bug with chromatic adaptation in grDevices::convertColor
It appears that the chromatic adaptation feature of `grDevices::convertColor`is broken, and likely has been for many years.? While a little surprising, it is an obscure enough feature that there is some possibility this is actually broken, as opposed to user error on my part.? If it turns out to the latter, I apologize in advance for spamming this list. Consid...
2006 Feb 08
2
Using .onUnload() to unload compiled code
...but it appears to me that the compiled code is not being unloaded when the package is detached(). Am I misunderstanding something? Best, Jim > search() [1] ".GlobalEnv" "package:methods" "package:stats" "package:graphics" [5] "package:grDevices" "package:utils" "package:datasets" "Autoloads" [9] "package:base" > stats:::.onUnload function (libpath) library.dynam.unload("stats", libpath) <environment: namespace:stats> > getLoadedDLLs()...
2009 Feb 13
2
Identifying graphics files produced by R
Oftentimes, I see graphs on the web that *look* like they've been produced by R, but I can never be sure. Or can I? I notice that PostScript files include a "%%%Creator: R Software" line, but do R graphics drivers encode any identifying information in GIF or PNG files more commonly used on the web? And of so, would such evidence necessarily be obliterated in post-processing (e.g
2013 Aug 19
1
Error in grDevices
...timados usuarios de R: Estoy corriendo el código de aqui: http://www.r-bloggers.com/visualizing-baltimore-2-vacant-property-and-some-more-crime/ y al correr la función ggsave(paste('img/',plotName,'.png', sep='') resulta el error: Saving 7.32 x 4.87 in image Error in grDevices::png(..., width = width, height = height, res = dpi, : unable to start png() deviceIn addition: Warning messages:1: In grDevices::png(..., width = width, height = height, res = dpi, : unable to open file 'img/StreetRobberyKde2d.png' for writing2: In grDevices::png(..., width = width,...
2019 Apr 01
2
New grDevices::hcl.colors()
Hi everyone, I wanted to draw your attention to a new post on the developer.R-project.org blog: https://developer.R-project.org/Blog/public/2019/04/01/hcl-based-color-palettes-in-grdevices/ A new function grDevices::hcl.colors() greatly extends the color palette functionality available in base R. Also, the defaults in the heatmap functions image() and filled.contour() have been adapted accordingly. Feedback is welcome, especially regarding potential problems with the changed def...
2005 Jul 04
1
r version 2.1.0 and graphics in mac os 10.3.9
...line help, or 'help.start()' for a HTML browser interface to help. Type 'q()' to quit R. [Previously saved workspace restored] Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ grDevices.so': dlcompat: dyld: /Library/Frameworks/R.framework/Resources/bin/exec/R version mismatch for library: /usr/local/lib/libxml2.2.dylib (compatibility version of user: 9.0.0 greater than library's version: 8.0.0) Loading required package: grDevices Error in dyn.load...
2016 Jan 27
0
symbol name conflict in grDevices on linux
It appears that grDevices (and perhaps other R libraries) is built without passing C_VISIBILITY to PKG_CFLAGS (-fvisibility=hidden), while other libraries (e.g. utils) do use the flag. This results in potential crashes on linux in situations like using embedded R in another application that happens to export a symbol named...
2008 Mar 29
1
A patch for extending pdf device to embed popup text and web links
...t("http://www.bioconductor.org") dev.off() -------------------------------------------------------------------------------- patch to Revision: 44977 Last Changed Date: 2008-03-29 -------------------------------------------------------------------------------- diff -r -c R.org/src/library/grDevices/NAMESPACE R/src/library/grDevices/NAMESPACE *** R.org/src/library/grDevices/NAMESPACE 2008-03-29 23:36:12.000000000 +0900 --- R/src/library/grDevices/NAMESPACE 2008-03-30 01:40:49.000000000 +0900 *************** *** 4,10 **** if(tools:::.OStype() == "windows") { useDynLib(grDevic...
2012 Mar 14
1
cannot load shared object /usr/lib/R/library/grDevices/libs//cairo.so
...root on my test server (xampp for Linux) and found that a pdf file is created instead (Rplots.pdf) I checked xampp's error log and found these, I think it is the reason why a png graph is not created by using php's exec() command. "unable to load shared object '/usr/lib/R/library/grDevices/libs//cairo.so': /usr/lib/i386-linux-gnu/libfontconfig.so.1: undefined symbol: FT_Select_Size" I notice that there are two forward slashes in "..grDevices/libs//cairo.so" whereas it should be just "..grDevices/libs/cairo.so" I am wondering if this is a problem. Also...
2015 Jul 14
2
Use cairo fallback resolution greater than 72dpi in cairo_pdf and cairo_ps in grDevices
Dear all, In grDevices R functions cairo_pdf and cairo_ps it is mentioned that when transparency (alpha channels) are used in vector output, it will rasterize the PDF or postscript exported graph at a resolution of 72 dpi : https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/cairo.html You can see the problem i...