search for: grdevices

Displaying 20 results from an estimated 3865 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' ---...
2024 May 03
1
grDevices segfault when building R4.4.0 on RHEL 9.1.
Hi all, I seem to be getting segfaults when attempting to build R 4.4.0 on RHEL 9.1 (5.14.0-162.23.1.el9_1.x86_64). Interestingly, it seems to build ok on Rocky 9.1 and 9.3. This is the trace: make[3]: Entering directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' building package 'grDevices' make[4]: Entering directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' all.R is unchanged make[4]: Leaving directory '/home/esteva.m/R/R-4.4.0/src/library/grDevices' make[4]: Entering directory '/home/esteva.m/R/R-4.4.0/src/li...
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)) :...
2024 Nov 20
1
grDevices::bringToTop is documented but not available: A bug?
There is help for grDevices::bringToTop but the function is not present. > bringToTop() Error in bringToTop() : could not find function "bringToTop" > grDevices::bringToTop() Error: 'bringToTop' is not an exported object from 'namespace:grDevices' > getAnywhere(bringToTop) no object named ?...
2024 Nov 21
1
grDevices::bringToTop is documented but not available: A bug?
...ows and ?windowsFonts, document the functions as being Windows-only. - ?msgWindow and ?windows.options have the same issue as ?bringToTop. Maybe someone remembers the intention of that move... Duncan Murdoch On 2024-11-20 1:09 p.m., ressw at meer.net wrote: > > > There is help for grDevices::bringToTop but the function is > not present. > >> bringToTop() > Error in bringToTop() : could not find function "bringToTop" >> grDevices::bringToTop() > Error: 'bringToTop' is not an exported object from 'namespace:grDevices' >> getAnywhe...
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...
2024 Oct 31
2
Error compiling 87283 on Windows 10 using Rtools4.4 6335-6327
When compiling R, the build fails after byte compiling grDevices with the following error: byte-compiling package 'grDevices' make[4]: *** [../../../share/make/lazycomp.mk:9: ../../../library/grDevices/R/grDevices.rdb] Error 139 make[3]: *** [Makefile.win:23: all] Error 2 make[2]: *** [Makefile.win:34: R] Error 1 make[1]: *** [Makefile:18: all] Error 2...