Displaying 20 results from an estimated 3000 matches similar to: "It seems that it is not the reason causing my problems"
2006 Mar 24
1
unable to start device JPEG in linux
r-help??
 When I want to use jpeg() in R-2.1.1 which is installed in linux platform to generate a jpeg file, the error occurs as following:
 
 > jpeg()
Error in X11(paste("jpeg::", quality, ":", filename, sep = ""), width,  : 
        unable to start device JPEG
In addition: Warning message:
unable to open connection to X11 display '' 
> capabilities()  
2004 Mar 15
2
make check on Solaris 8 fails due to plot
Dear all,
I am having trouble trying to install R-1.8.1 on a Sun Solaris 8
(Generic_108528-23 version) machine. The configuration was successful but
make check fails. I traced the the problem to the plot() function.
> 1 + 1
[1] 2
> capabilities()
    jpeg      png    tcltk      X11    GNOME     libz http/ftp  sockets
    TRUE    FALSE     TRUE     TRUE    FALSE     TRUE     TRUE     TRUE
 
2001 Sep 07
2
Command-line editing re-visited.
Quick summary:
	- I got command line editing to work (thanks to all who
	  responded to me),
	- but now my ``m'' key won't work in R (??!!??!!??),
	- and I can't find how to get command-line editing to
	  use vi syntax.
More detail:
This posting consists of (1) a summary and thanks, and (2) some new
questions.
Summary and thanks:
===================
I was having trouble
2005 Apr 27
1
tcl/tk problem
I have JUST started using R.  I am using R 2.0.1 on a mac (os x) to 
run another program (called GRASPER, Generalized Regression Analysis 
and Spatial Prediction for R).  When I try to run Grasper, I get an 
error for tcl/tk:
>  library(grasper)
Loading required package: mgcv
This is mgcv 1.1-8
Loading required package: MASS
Loading required package: tcltk
Error in dyn.load(x,
2003 Nov 19
3
X11/ graphics problem
Hello
I'm moving from using R 1.8 for Windows to using Linux (Redhat version 9)
and I cannot get any graphics. However everything else maths, models
equations is fine-- and much quicker. I built from the source file following
the commands in the install manual.
>plot(1:10, 1:10)
does nothing! So clearly I have a problem with X Windows.
> capabilities()
    jpeg      png    tcltk     
2005 Jun 06
2
make install on solaris 10
We have recently upgraded to Solaris 10 on a couple of sparc machines  
with the usual
mildly mysterious consequences for library locations, etc, etc.  I've  
managed to configure
R 2.1.0 for a 64 bit version with:
R is now configured for sparc-sun-solaris2.10
   Source directory:          .
   Installation directory:    /usr/local
   C compiler:                gcc -m64 -g -O2
   C++
2005 Dec 14
2
X11 png jpeg cledit false when running from script
Hello,
 
When launching R from a script, when queried it reports the following
capabilities as false: jpeg, png, x11 and cledit.  When R is run from a
terminal session, all of these capabilities are reported true.  R is
running on FC4. As the purpose of this script is to output the png file
to a browser, it is unable to complete because of this.  Any ideas are
appreciated.  We have an identical
2008 Sep 16
4
ubuntu hardy packages 32bit no tcltk support
Dear all,
I noticed that the r-base package for Ubuntu 8.04.1 do not have the
tcltk support compiled in. Would it be possible to correct this?
> echo "capabilities()" | R --no-save | tail -6
[Previously saved workspace restored]
> capabilities()
    jpeg      png    tcltk      X11     aqua http/ftp  sockets   libxml 
    TRUE     TRUE    FALSE     TRUE    FALSE     TRUE    
2010 Nov 08
2
incorrect DLL path for Rbitmap.dll on Windows
Hello,
I think there is a problem in recent devel builds of R on Windows with
various devices from the grDevices package.
For example:
> capabilities()
    jpeg      png     tiff    tcltk      X11     aqua http/ftp  sockets
    TRUE     TRUE     TRUE     TRUE    FALSE    FALSE     TRUE     TRUE
  libxml     fifo   cledit    iconv      NLS  profmem    cairo
    TRUE    FALSE     TRUE     TRUE 
2010 May 09
2
Non-zero exit status for survival package
I'm running R 2.11 on Karmic. I'm having difficulty installing quite a
few packages with the returned error message of "installation of package
"[whatever the packages happens to be]" had non-zero exit status. I know
this message sometimes is caused by incorrect or missing java packages
and the like. I generally don't have issues with the installation of R
or R packages
2013 Jul 15
1
Problem with plot in several cases, font issue?
Dear all,
I am having problem on plots in R for some cases.
For example:
> plot( 1:10 )
> text( 1:10, letters[1:10], cex = 1)
works well but :
> plot(1:10)
> text(1:10, letters[1:10], cex = 0.9)
returns :
Erreur dans text.default(1:10, letters[1:10], cex = 0.9) :
   impossible de charger la police X11
-adobe-helvetica-%s-%s-*-*-%d-*-*-*-*-*-*-*, de face 1 et de taille 11
(sorry
2009 Oct 01
1
X11 Problems
Hi all,
I'm having trouble getting x11 to work with R.  (This is on Debian 
testing.)  I installed r-base and r-base-dev, and then 
r-cran-cairodevice.  I also tried installing the Cairo package within R, 
which appears to work fine.
This what I'm seeing:
 > capabilities()
     jpeg      png     tiff    tcltk      X11     aqua http/ftp  sockets
     TRUE     TRUE     TRUE     TRUE   
2007 Feb 08
1
Impossible to get jpeg or png output
Hi,
When I want to output a png file, I have the following error message :
Error dans X11(paste("jpeg::", quality, ":", filename, sep = ""), width,  :
        inpossible de d?marrer le p?riph?rique JPEG
De plus : Warning message:
impossible d'ouvrir le fichier JPEG 'Test.jpeg'
or in english
Error in X11(paste("jpeg::", quality, ":",
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
2009 Sep 14
1
setting plotting device
Hi All,
I have recently *re*-installed R-2.9.1 in my Linux machine. Since then, 
I am unable to plot using the usual interactive device.
 > plot(1:10)
This plots in a pdf file "Rplots.pdf" in my working directory.
 > sessionInfo()
R version 2.9.1 (2009-06-26)
i686-pc-linux-gnu
locale:
2013 Oct 21
2
png(type='cairo'): point symbols without boarders are not anti-aliased?
Hi,
It seems that anti-aliasing in png(type = 'cairo') is not well
supported for the point symbols without boarders, e.g. pch = 16. The
Cairo package works well, though. You can compare png() with
CairoPNG():
png(): http://i.imgur.com/8niB3jX.png
CairoPNG(): http://i.imgur.com/FZBJOxm.png
f = function(dev, ..., main = '') {
  dev(...)
  plot(c(1, 2, 1, 2), c(1, 1, 2, 2),
2010 Apr 17
2
grid.cap() requires more time?
Dear all,
I am puzzled by the following behavior of the new grid.cap() function,
which appears to run out of time when capturing the output of a
graphic. It works fine if I introduce a Sys.sleep(1) before executing
more code,
library(grid)
quartz()
grid.circle(gp=gpar(fill="black"))
gg <- grid.cap()
dev.new()
grid.raster(gg) ## completely blank
gg[gg!="white"] ## indeed
2008 Apr 03
1
X11 image problem in R-2.8.0 Under development / R-2.7
I apologize if this is too obscure to reproduce, or some idiosyncratic 
aspects of my system. If I create a plot, e.g.,
 > plot(1:10)
I get a graphics device as expected. I then click on the 'zoom' box on 
my X11 window, so the window expands to occupy the entire screen. The 
plot is redrawn at the scale of the large window, but is clipped to the 
   'unzoomed' size. I only
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
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