Displaying 20 results from an estimated 69 matches for "cledit".
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 setup running on FC3 and ther...
2001 Sep 07
2
Command-line editing re-visited.
...ecalcitrant in R; if I quit R and go back
to the Unix shell, ``m'' works fine.)
(b) Thomas Vogels suggested
> Once you fire up the newly built R, you can verify that the readline
> library was picked up correctly using the capabilities function:
>
> R> capabilities("cledit")
> cledit
> TRUE
When I did
> capabilities("cledit")
I got
logical(0)
The help on capabilities evinced no reference to ``cledit''.
Is something missing here?
(c) Thomas Vogels also asked
> If you are Emacs averse, why do you use ^P instead of Esc k ?...
2008 Sep 16
4
ubuntu hardy packages 32bit no tcltk support
...ble 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 TRUE TRUE
fifo cledit iconv NLS profmem cairo
TRUE FALSE TRUE TRUE TRUE TRUE
Best regards,
Ulrich
--
______________________________________________________________________
Ulrich Leopold
Resource Centre for Environmental Technologies, Public Research Centre
Henri Tudor, Techno...
2006 Mar 24
1
unable to start device JPEG in linux
...width, :
unable to start device JPEG
In addition: Warning message:
unable to open connection to X11 display ''
> capabilities()
jpeg png tcltk X11 http/ftp sockets libxml fifo
FALSE FALSE TRUE FALSE TRUE TRUE TRUE TRUE
cledit IEEE754 iconv
TRUE TRUE TRUE
X11 device is existed in this machine, would you suggest me how to resolve this problem.
Many thanks for your help and it will be greatly appreciated!
= = = = = = = = = = = = = = = = = = = =
Haiyan Pan
hypan at scbit.org
Tel: 021-64363311...
2004 Mar 15
2
make check on Solaris 8 fails due to plot
...nfiguration 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
libxml fifo cledit IEEE754 bzip2 PCRE
TRUE TRUE TRUE TRUE TRUE TRUE
> plot( 1:10 )
Bus Error
and R terminates to the shell prompt. I have searched the archives with no
success. Can anyone kindly help me fix the problem or at least show me how
to get more information about the error...
2010 Nov 08
2
incorrect DLL path for Rbitmap.dll on Windows
...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 TRUE TRUE FALSE
> jpeg()
Error in jpeg() : unable to start jpeg() device
In addition: Warning messages:
1: In jpeg() : Unable to load Rbitmap.dll
2: In jpeg() : opening device failed
In the GUI version, a dialog...
2010 May 09
2
Non-zero exit status for survival package
...F-8
LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods
base
loaded via a namespace (and not attached):
[1] tools_2.11.0
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
libxml fifo cledit
TRUE TRUE TRUE TRUE TRUE FALSE TRUE TRUE
TRUE TRUE TRUE
iconv NLS profmem cairo
TRUE TRUE TRUE TRUE
2013 Jul 15
1
Problem with plot in several cases, font issue?
...s times (with more complicated graphics).
I'm working on ubuntu 12.04 with R 3.0.1 (2013-05-16).
The capabilities function returns me:
jpeg png tiff tcltk X11 aqua http/ftp sockets
TRUE TRUE TRUE TRUE TRUE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE TRUE FALSE TRUE
I think this may be an issue with my installation, but I could not
figured out what was the missing package.
I tried this on other computers. I did not see the same bug.
Thanks in advance for the he...
2013 Oct 21
2
png(type='cairo'): point symbols without boarders are not anti-aliased?
...Devices utils datasets methods base
loaded via a namespace (and not attached):
[1] Cairo_1.5-2 tools_3.0.2
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
TRUE TRUE TRUE TRUE TRUE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE TRUE TRUE TRUE
Regards,
Yihui
--
Yihui Xie <xieyihui at gmail.com>
Web: http://yihui.name
Department of Statistics, Iowa State University
2215 Snedecor Hall, Ames, IA
2005 Sep 22
1
It seems that it is not the reason causing my problems
...quot;capabilities()", and it displayed indentical results to the "right" ones described in your letter, that is:
"> capabilities()
jpeg png tcltk X11 http/ftp sockets libxml fifo
TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
cledit IEEE754 iconv
TRUE TRUE TRUE"
And I can not pass the "make check" all the same. Is there any other possible reasons which could cause this depressing problem?
Thanks!
Sincerely yours,...
2007 Feb 08
1
Impossible to get jpeg or png output
...EG peripheral
Warning message:
impossible to open the file JPEG 'Test.jpeg'
I've checked the capabilities which give :
> capabilities()
jpeg png tcltk X11 http/ftp sockets libxml fifo
TRUE TRUE FALSE TRUE TRUE TRUE TRUE TRUE
cledit iconv NLS
TRUE TRUE TRUE
So I don't understand why I can't have a jpeg file ( or png file because
I've the same problem to)
Any Idea ?
Thx a lot
2009 Oct 01
1
X11 Problems
.... 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 FALSE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE TRUE TRUE TRUE
> x11()
Error in X11(d$display, d$width, d$height, d$pointsize, d$gamma,
d$colortype, :
unable to start device X11cairo
In addition: Warning message:
In x11() : unable to open connection to...
2009 Jun 17
1
Unable to use jpeg(), png() etc.....
..., :
unable to start device PNG
In addition: Warning message:
In png() : no png support in this version of R
> capabilities()
jpeg png tiff tcltk X11 aqua http/ftp sockets
FALSE FALSE FALSE FALSE TRUE FALSE TRUE TRUE
libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE FALSE TRUE TRUE FALSE FALSE
It's not really a problem because i use cairo but i would like to know the source of this error.
I checked the library as proposed in previous post :
https://stat.ethz.ch/pipermail/r-help/20...
2009 Sep 14
1
setting plotting device
...ats graphics grDevices utils datasets methods base
> dev.cur()
null device
1
> capabilities(what = NULL)
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 FALSE
> dev.interactive()
[1] FALSE
Before re-installation, everything was working perfectly.
Please suggest, how do I set the interactive device as default?
Thank in advance,
Regards,
Utkarsh
[...
2012 Oct 10
2
history() does not work?
Hi,
> history()
gives Error in savehistory(file) : no history available to save
although I can scroll throu history with C^uparrow an C^downarrow.
How can I make history() work and/or show the current history in a file,
so that I can choose from previous commands?
The web did not throw up anything useful.
TIA --Christian
--
Christian W. Hoffmann,
CH - 8915 Hausen am Albis,
2003 Nov 19
3
X11/ graphics problem
...e 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 X11 GNOME libz http/ftp sockets
FALSE FALSE FALSE FALSE FALSE TRUE TRUE TRUE
libxml fifo cledit IEEE754 bzip2 PCRE
TRUE TRUE TRUE TRUE TRUE TRUE
I'm guessing from manuals etc that X11 is the problem. I've tried starting R
with
R --gui='X11'
but to no avail!
I've also had a look at the requirements under R/bin/linux/redhat/9/i386--
but I&...
2020 Apr 30
2
problem with `viridis` on Ubuntu 20.04
Il 30/04/20 01:39, Dirk Eddelbuettel ha scritto:
>
> On 30 April 2020 at 01:24, Samuele Carcagno wrote:
> | I've hit a bug on Ubuntu 20.04. The issue occurred both with the R
> | version that shipped with Ubuntu last week, and it is occurring now with
> | the CRAN packages from one of the mirros (deb
> | http://cran.mirror.garr.it/mirrors/CRAN/bin/linux/ubuntu/
> |
2005 Apr 27
1
tcl/tk problem
...for 'tcltk'
Error: package 'tcltk' could not be loaded
However, tcl/tk appears to be there:
> capabilities()
jpeg png tcltk X11 GNOME libz http/ftp sockets
TRUE TRUE TRUE TRUE FALSE TRUE TRUE TRUE
libxml fifo cledit IEEE754 bzip2 PCRE
TRUE TRUE TRUE TRUE TRUE TRUE
Does anyone know of a solution to this?
Thanks,
Jennifer Skene
2010 Apr 17
2
grid.cap() requires more time?
...r(gg) ## OK
gg[gg!="white"]
I tried to see if the problem was limited to the quartz() device but
for some reason the x11() device is not working for me in this R
version,
capabilities(what = NULL)
jpeg png tiff tcltk X11 aqua http/ftp
sockets libxml fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE FALSE TRUE TRUE
TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE
Warning message:
In doTryCatch(return(expr), name, parentenv, handler) :
unable to load shared library
'/Library/Frameworks/R....
2008 Apr 03
1
X11 image problem in R-2.8.0 Under development / R-2.7
...UTF-8;LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
> capabilities()
jpeg png tcltk X11 aqua http/ftp sockets libxml
TRUE TRUE TRUE TRUE FALSE TRUE TRUE TRUE
fifo cledit iconv NLS profmem cairo
TRUE TRUE TRUE TRUE TRUE TRUE
Martin
--
Martin Morgan
Computational Biology / Fred Hutchinson Cancer Research Center
1100 Fairview Ave. N.
PO Box 19024 Seattle, WA 98109
Location: Arnold Building M2 B169
Phone: (206) 667-2793