Displaying 20 results from an estimated 6000 matches similar to: "problem with png"
2012 Jan 18
1
png cairo device problems on Mac 10.6.8
Hi all,
I have been having problems generating png files on a Mac running OS X 10.6.8.
Here's a simple example
> png("foo.png", type = "cairo"); plot(1:10); dev.off();
null device
1
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
The resultant file is of size 0 Kb.
Is this the proper place to report this issue? Or should
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi,
Could you help me to install the rgl package on Solaris 10 x86?
I tried and got the following error messages.
When I compiled my R as 64bit, I used the SUN ProW compilers.
However, gcc seems to being used below as well as missing some information.
Thank you in advance,
Dongseok
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
*
2009 Jun 17
1
Unable to use jpeg(), png() etc.....
Hello,
I 've just re-installed R 2.9.0 on ubuntu 9.04.
I do not understand why I am unable to use simple device function such as jpeg(), png()...
> png()
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, :
unable to start device PNG
In addition: Warning message:
In png() : no png support in this version of R
> capabilities()
jpeg
2001 Nov 02
1
png and jpeg libs for Solaris
I'm also having trouble installing R 1.3.1 on Solaris and getting png
and jpeg support.
It looks like perhaps the png and jpeg libraries I installed weren't
built with all the support R needs.
If that's the case I'd appreciate confirmation. Or perhaps there's
something else I can do?
(with all the details I've included this message is rather long)
Thanks
-Don
I did
2003 Jun 12
1
Problems for runing R in BATCH to generate PNG/JPEG files
Hello all:
After I compile the R-1.7 with the follows in
Linux7.3:
configure --with-x --with-jpeglib --with-libpng
--x-includes=/usr/X11R6/include
--x-libraries=/usr/X11R6/lib
and make and make install. The R is able to generate
PNG/JPEG files from the command line. However, when I
put the same commands in a batch file and run:
R --gui BATCH R.Batch.file
It gave me a error in the
2006 Apr 03
1
(no subject)
Would greatly appreciate some help. During R installation, we are
getting the following error message:
'-lX11 is not found...' when doing gcc compile.
The machine is an Opteron 64. I did some looking around and found
similar problems in which the advise was:
a. make sure SDK is installed
b. another had to modify the variable PKG_CONFIG_PATH
Does anyone have some
2009 May 05
4
problem with rgl package
Dear R People:
Here is something strange. I'm using Ubuntu 9.04 with R 2.9.0.
I need to have the rgl package. Here are my results from installing:
> install.packages("rgl")
Warning in install.packages("rgl") :
argument 'lib' is missing: using '/usr/local/lib/R/site-library'
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk
2010 Mar 05
1
Redhat Linux Install
I just installed R on Redhat Linux at work for the first time and have two
questions.
1. I tried to install R to have png and cairo capabilities and was
unsuccessful. Before running make, I ran ./configure --with-libpng=yes
--with-x=no --with-cairo=yes --with-readline-yes . R installed fine, but
when I run R and type capabilities()
> capabilities()
jpeg png tiff tcltk
2003 Sep 08
1
png support
Hi all,
It's me again with compiling questions :)
Even though I have libpng and zlib:
rpm -q libpng
libpng-1.2.2-8
and
rpm -q zlib
zlib-1.1.4-8.8x
my newly-compiled R doesn't support png.
> No png support in this version of R
Anyone knows why?
Thanks,
-Jose
--
Jose Quesada, PhD.
quesadaj at psych.colorado.edu Research associate
http://lsa.colorado.edu/~quesadaj
2014 Jun 26
1
Compiling R-3.1.0 on debian with libpng/libjpeg
Dear r-developers,
I currently face an issue while compiling R from source on a debian wheezy. When running the configure script (particularly with --enable-R-shlib --prefix=/packages/R/3.1.0/) I get a Makefile and the output
...
Interfaces supported: X11
External libraries: readline
Additional capabilities: PNG, JPEG, NLS
Options enabled: shared R library, shared
2006 Oct 23
1
Hi,about the png device
Hi,
i have a problem with png device
that is my error log
"> png(file="figure1.png");plot(significant,type="scatter");dev.off()
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize,
:
unable to start device PNG
In addition: Warning message:
unable to open connection to X11 display '' "
i searched the mailing
2009 Dec 27
0
problems in building R with libpng/cairo/jpeg
Hi,
I'm installing R 2.10.1 under Linux but I don't know why my
installation does not support png/cairo/jpeg:
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
FALSE FALSE FALSE FALSE FALSE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE TRUE FALSE
2008 Dec 17
1
Problems with graphical devices, e.g., png(), pdf(): blurry graphical output
On my current home system, I am getting undesirable output from
graphical devices such as png() and pdf(). The graphical output is
blurry. I haven't experienced the problem on other systems. As you
will see from the attached text file (more information on this file
below), the problem does not occur when type='Xlib' is forced. The
blurriness is more severe with bitmap output (yes, I am
2011 Feb 15
0
Relationships between png resolution, axis.text$cex trellis setting, and paddings
Dear R-users,
I was wondering if somebody could shed some light on the relationships
existing between the resolution of a png device, the axis.text$cex trellis
setting, and the paddings of the actual graph. In the following code, I
create a custom trellis theme that set (among other thing) axis.text$cex to
1 instead of the default 0.8. Then a lattice graph is created and exported
to three png
2006 Jan 09
2
Problem installing from source: no CONTENTS files
I've just had the error below while trying to install a package from
source under R2.2.1 and Windows XP. I recall encountering this
sporadically in the past. It is a pretty confusing message and took me
quite some time to figure out; I've seen queries about it on the R site
search, but couldn't find a reply. There's an attempted diagnosis and
suggested cure below.
2011 Nov 18
2
libpng warning: Application built with libpng-1.2.26 but running with 1.5.2
Hi,
I have a problem on my mac when trying in R to produce png images.
I am getting this warnings with the ArrayQualityMetrics package:
> arrayQualityMetrics(rma_fatBody, outdir="normData", force =T)
The report will be written into directory 'normData'.
KernSmooth 2.23 loaded
Copyright M. P. Wand 1997-2009
(loaded the KernSmooth namespace)
libpng warning: Application built
2005 Jul 01
1
MPlayer problem
Hi,
I have installed MPlayer from dag repo on my CentOS 4.1 and codecs from
MPlayer site.
When I try to watch some movie file I get an error:
-----------------------------------------------------------------------
Error opening/initializing the selected video_out (-vo) device.
-----------------------------------------------------------------------
When I start MPlayer from console (gmplayer
2008 Dec 29
1
X11 PNG Error
Hi All,
I am running R 2.6.0 on an Ubuntu 8.04 with Rserve on a machine.
I send R commands from a Windows computer to the R machine and a few
commands require the creation of plots on png devices.
I often get the following error:
Error in X11(paste("png::", filename, sep = ""), width, height, pointsize, :
unable to start device PNG
I've solved this error at times by
2011 Apr 18
4
How to get R to compile with PNG support
Dear R devel list,
Good morning; I'm with the Sage (http://www.sagemath.org) project.
(Some of you might have seen my talk on this at last summer's useR
conference).
We have some rudimentary support for using R graphics in various
cases, which has proved useful to many of our users who want to go
back and forth between R and other capabilities within Sage.
Unfortunately, the way we
2007 Jan 11
3
R graphics with Linux (libpng)
Hello,
I'm trying to adapt some R code that works on Windows so that it will work
on a Linux machine.
The command :
png("myFile.png", width=600, height=600)
fails claiming that it is impossible to establish a connection with X11.
(Error messages are in French, so I'm not pasting them here!)
I have libpng installed:
>rpm -qa libpng*
libpng-1.0.12-2