Displaying 20 results from an estimated 700 matches similar to: "R-alpha: Postscript bug ..."
1997 Apr 24
0
R-beta: Re: R-0.49 -- '1 bit' patch for postscript bug
Since it is now deep night in NZ, and the two R&R's did not yet send it to
this list :
!!>> The postscript bug mentioned in 0.49 has a "1 bit" patch:
Replace '0' by '1' in one place of the source and recompile, i.e.,
type 'make' again in $RHOME, i.e. the directory which should end in .../R-0.49
>> Date: Thu, 24 Apr 1997 21:35:41 +1200
1997 Apr 24
1
R-alpha: R-0.49 Patch #1
This patch corrects the broken postscript graphics driver.
If you have already done it by hand ignore this.
Apply this patch within the R-0.49 directory.
The patch is also at the auckland.ftp site and soon at mirrors.
Ross
*** src/unix/PostScript.c.orig Thu Apr 24 21:28:27 1997
--- src/unix//PostScript.c Thu Apr 24 21:28:51 1997
***************
*** 160,166 ****
if(!MatchKey(buf, "C
2003 May 25
0
surprising behaviour of "bgroup": sets all in greek letters (PR#3099)
Let me summarize the bug reported by Ulf Martin on R-help with the same
subject line.
The code
plot(1:10)
text(1, 9, expression(F == bgroup("{", x, "")))
results in greek letters, which is not expected here.
That happens if the user tries to set only a left delimeter, the same with:
text(2, 8, expression(F == bgroup("{", x, ".")))
or
2004 Aug 12
4
truly object oriented programming in R
Good morning! I recently implemented a KD tree in JAVA for faster
kernel density estimation (part of the code follows). It went well. To
hook it with R, however, has proved more difficult. My question is: is
it possible to implement the algorithm in R? My impression seems to
indicate no as the code requires a complete class-object framework that
R does not support. But is there an R package or
2006 Apr 11
0
Incompatible update to splancs
>From version 2.01-17, splancs, a package for spatial point pattern
analysis, depends on package sp.
Because both packages have defined a bounding box function bbox(), the
bbox() method in sp has been given priority, and the default object for
dispatch is an array with two or more columns (as in splancs until now).
However, the deprecated splancs function returned a non-closed rectangle
of
2006 Apr 11
0
Incompatible update to splancs
>From version 2.01-17, splancs, a package for spatial point pattern
analysis, depends on package sp.
Because both packages have defined a bounding box function bbox(), the
bbox() method in sp has been given priority, and the default object for
dispatch is an array with two or more columns (as in splancs until now).
However, the deprecated splancs function returned a non-closed rectangle
of
2012 Mar 16
1
ggmap crash
Not sure if this is the right place to report this, but:
Am using ggmap to generate a map of a bounding box from 161
latitude/longitude pairs and the code crashes R (in ess). Data is at
http://analysis.d8u.us/~hdiwan/plotSource.csv and the code to read it
is below. I'm not sure if ess, emacs, ggmap, R, or my laptop is to
blame. Here's the code:
> rmc <-
2013 Feb 21
2
error with bbox for k12hat (splancs) bivarite k-function
Hello,
I am trying to conduct a bi-variate ripley's k using the k12hat function in
the splancs package (found here
http://rss.acs.unt.edu/Rdoc/library/splancs/html/k12hat.html). Although, I
receive an error when getting to the bboxx part of the code:
poly <- list(x=c(fire4$X, nar4$X), y=c(fire4$Y, nar4$Y))
plot(seq(5,80,5), sqrt(k12hat(fire4), as.points(nar4),
2012 Jan 09
1
Open Street map problem
Dear all,
I would like to use R to create a map , with some points with no copyright. I am trying to use the open street map interface of Rgooglemaps package.
It seems that I am getting internal server error
source('make2DaysMaps.R')
[1] "http://tile.openstreetmap.org/cgi-bin/export?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png"
versuche URL
2014 Apr 24
0
Assert crash with latest HG ddf374a36057
Hello,
Latest HG assert crashes with
imap(user): Panic: file mail-storage.c: line 1836
(mailbox_transaction_begin): assertion failed: (box->opened)
Full backtrace is attached.
Thanks,
e-frog
-------------- next part --------------
Core was generated by `dovecot/imap'.
Program terminated with signal SIGABRT, Aborted.
#0 0xb775d424 in __kernel_vsyscall ()
(gdb) bt full
#0 0xb775d424 in
2011 Dec 07
2
How to scale arrows to approximately fill a plot region?
In a variety of graphic applications, I plot some data, together with
arrows representing variables
or linear transformations of variables as vectors in the same space, as
in a biplot.
In my applications, the scale of the arrows is arbitrary -- all that
matters is relative length.
I'd like to blow them up or shrink them to fit the available space in
the plot.
The origin is typically at
2012 Jul 12
2
trellis margin sizes in absolute units
Dear R users,
I have a lot of experience with traditional R graphics, but I decided to turn to trellis as
it was recommended for spatial graphs by the sp package. In traditional R graphics
I always first set the size of the device region absolute units (e.g. mm) and then I
firmly fix the inner margins with mai and the outer margins with oma also in absolute units.
What is left from the device
2009 May 18
1
S4 method dispatch and namespaces: why is default method selected
Hi,
I ran into the following peculiarity involving S4 method dispatch and
namespaces.
I develop a package which have a namespace and which depends on 'pixmap'
package, which itself does not have a namespace.
Now, in my package I have a class which has a slot for objects from
class "pixmap" and I
want to have a "plot" method for this new class. Not to clutter the
2013 Jul 07
0
Libvirt and Glusterfs
Hi,
I'm trying to use qemu native glusterfs integration with
libvirt. It's all working well from the qemu side, but libvirt fails to
start a domain with a gluster drive or attach a drive.
I have exactly
the same error as this person:
https://www.redhat.com/archives/libvirt-users/2013-April/msg00204.html
[1]
I use qemu 1.5.1 with glusterfs 3.4 beta 4 and libvirt
1.0.6.
[root@bbox ~]#
2007 Dec 13
4
access to databases in puppet - best practice?
Hello!
In my puppet configuration I need to get some data from database.
Ie.: I''ve got information about my all hosts in db - thier name, mac
addresses, ip addresses, what to backup from this host etc. For now
it''s just .xml file, but it could be sql db, or ldap directory. Then,
using this small "database", I want to generate configuration using
puppet - ie.:
2023 Oct 13
1
rnrfa package problems
R help email
Hello I?m trying to work my way through the rnrfa package
RJ-2016-036.pdf (r-project.org)
<https://journal.r-project.org/archive/2016/RJ-2016-036/RJ-2016-036.pdf>
I?ve got it loaded OK and can access the data by the catalogue() command -
gives me a tibble with names, grid refs etc
allStations <- catalogue()
allStations
This works OK
But when I try to run the example
2014 Sep 29
0
Imap: Panic: UID 13737 lost unexpectedly from INBOX
Hi,
today I got an panic in imap proccess.
Details are:
Dovecot Version:
ii dovecot-core 2:2.2.13-1~auto+74 amd64 secure POP3/IMAP server - core files
ii dovecot-dbg 2:2.2.13-1~auto+74 amd64 secure POP3/IMAP server - debug symbols
ii dovecot-imapd 2:2.2.13-1~auto+74 amd64 secure
2011 Aug 02
2
SSO's availability
Hello all,
I will introduce myself,
I'm french, about 34 years old and works for a mechanic company.
I've discovered linux in 2006 and I'm really enjoyed by all the things
that can be done with.
Now this is questions :
Is it possible to configure a system of authentication based on SSO
samba (and certainly ldap and lot of others things) ?
Is it possible to do this without any
2011 Dec 09
1
rgl.postscript() failure when saving a scene
Dear all,
I write to the community to know if other people
expierenced the same problem. I want to save a rgl
scene where I plotted a 3d cloud of spheres whose
radius is set proportional to a given variable and
coloured by another group variable and with 95%
ellipsoids for distribution of any group.
I had no problem at all for coding but I had two
problem when saving the scene (in any format)
2012 Feb 15
0
spplot settings
I want to use spplot function for plotting data on wold map
spplot.points(obj, zcol = names(obj), ..., names.attr,
scales = list(draw = FALSE), xlab = NULL, ylab = NULL, aspect =
mapasp(obj,xlim,ylim),
panel = panel.pointsplot, sp.layout = NULL, identify = FALSE, formula,
xlim = bbexpand(bbox(obj)[1, ], 0.04), ylim = bbexpand(bbox(obj)[2, ],
0.04))
in this function I would like to set