Displaying 20 results from an estimated 1000 matches similar to: "Unexpected difference in Bounding Box of PDF graphics between (PR#9072)"
2006 Jul 11
1
invalid alignment error in R-2.4.0
Hi
I thought I'd pass one of my package through R CMD check with R-2.4.0
with the following result (it's clean under R-2.3.1):
[snip]
>
> # histogram of the fourth power:
> hist(out^4, col="gray")
*** caught bus error ***
address 0x12, cause 'invalid alignment'
Traceback:
1: sort(x, partial = c(half, half + 1))
2: sum(sort(x, partial = c(half, half +
2008 May 21
6
this.initialize has no properties error in Prototype Code
Hi All,
I''m a super newbie with Prototype and am trying to implement my first
solution using it.
This is my code:
var span = ''totalViews'' + video_id;
var params = ''video_id='' + video_id;
Ajax.Response(''trackVideo.php'',
{
method: ''post'',
parameters: params,
onSuccess: function(transport)
{
2005 Oct 17
1
fax - conversion problem
I am having a strange problem.
On one * box I setup the fax recive, via spandsp -app_rxfax
I have no problem here.
On a second box I did the same. The resulting PDF appear "corrupt".
If I transmit the same fax to both * box, the tiff files received are the
same.
A deeper analysis shows the only problem is the width and heigth of the
document
In the first PDF, I see
2005 Mar 10
1
R_alloc with more than 2GB (PR#7721)
Full_Name: Wolfgang Huber
Version: R-devel_2005-03-10
OS: alphaev68-dec-osf4.0f
Submission from: (NULL) (62.253.128.15)
This report concerns allocation of large (>2^31 byte) chunks of memory with
R_alloc. I suspect it is a bug/typo but please don't hate me if it's actually a
feature:
In R, I can happily create large matrices:
> a= matrix(0, nrow=191481, ncol=3063)
> dim(a)
[1]
2014 Apr 01
1
tincd gives kernel general protection ip error.
On a recently formatted debiann 7 server, I'm running tinc1.1pre9 and
running in to this type of error every 3-4 days.
Mar 31 19:35:26 MediaBox kernel: [256033.433285] tincd[3301] general
protection ip:406961 sp:7fff9e763b20 error:0 in tincd[400000+28000]
I initially had compiled tinc1.1pre9 creating a static binary using musl
libc. Thinking it must have been an issue with musl I
2007 Mar 06
2
SVG and tooltips, hyperlinks
Dear all,
is there a good way to create SVG plots with R whose elements have
titles (tooltips) or act as hyperlinks?
I am using the RSvgDevice package, which works great - but it doesn't
seem to support the notion that plot objects have titles or are act as
hyperlinks, so I am helping myself by giving the objects funny unique
colors and then postprocessing the .svg file.
I wonder
2010 Jan 16
1
"Too many raster images" in devPS.c
Hi,
I am finding the recently added [1] functionality of embedding raster
images into plots on R devices very useful! Thanks to Paul Murrell and
others for providing that. I noted that in
https://svn.r-project.org/R/trunk/src/library/grDevices/src/devPS.c
a macro is defined: #define MAX_RASTERS 64, and consequently, I get
Error in grid.Call.graphics("L_raster", x$raster, x$x, x$y,
2009 Feb 25
1
Unexpected side effect of the ":::" operator on the value of isGeneric
Hi,
when running the following on a fresh R,
library("IRanges")
annotation
showMethods("annotation")
Biobase:::annotation
showMethods("annotation")
I get (see the "^^^^^" marked output at the bottom):
> library("IRanges")
Carico il pacchetto richiesto: 'IRanges'
The following object(s) are masked from package:base :
2007 Dec 02
1
sd(NA)
Dear Prof. Ripley
I noted a change in the behaviour of "cov", which is very reasonable:
## R version 2.7.0 Under development (unstable) (2007-11-30 r43565)
> cov(as.numeric(NA), as.numeric(NA), use="complete.obs")
Error in cov(as.numeric(NA), as.numeric(NA), use = "complete.obs") :
no complete element pairs
whereas earlier behavior was, for example:
## R
2007 Mar 09
1
pdf device bounding box?
dear R wizards: I have a very simple suggestion/question. Would it
be easy to change the pdf device so that it adds a BoundingBox around
its output? (Under R 2.4.1, this seems not to be the case, because
epstopdf under linux complains. Fortunately, it still works
correctly.)
This is not a big deal, but it would be nice if R did so, if only to
help some pdf programs that are less adept at
2008 Jun 07
1
strange (to me) p-value distribution
I'm working with a genomic data-set with ~31k end-points and have
performed an F-test across 5 groups for each end-point. The QA
measurments on the individual micro-arrays all look good. One of the
first things I do in my work-flow is take a look at the p-valued
distribution. it is my understanding that, if the findings are due to
chance alone, the p-value distribution should be uniform. In
2007 Jan 15
0
Advanced course R programming and Bioconductor in Cambridge UK 30.3.+1.4.
Dear R users & developers,
Seth Falcon and Martin Morgan are teaching
Advanced R Programming and Bioconductor 30 March - 1 April 2007 at the
Wellcome Trust Genome Campus, Hinxton, Cambridge, UK.
This two-day course focuses on programming skills required to develop
software for statistical analysis of high-throughput genomic data using
R and Bioconductor. Lectures and practical sessions
2007 Jan 28
0
"[", .local and S4 methods (was: "[" operator and indexing ambiguity)
Dear Tony,
thanks for the tip with "nargs", when suitably applied, this answers the
problem.
The behaviour of "nargs" in S4 methods has some subtleties compared to
that in normal functions, as shown in the example below. I admit that
this is what had earlier created some confusion about the semantics of
"nargs". From the perspective of "nargs" and its
2020 May 30
1
Current thinking on backups ?
I run a pair of dovecot servers for personal small domains with several
layers of backup in place ...
- The two dovecot servers replicate to each via a Tinc vpn mesh. That
gives email resiliency.
- All mail is replicated via offlineimap to a 3rd server over that Tinc
vpn. It's on the mesh, it has space, so why not ?
- All mail is replicated as well as via mbsync to a zfs dataset on my
2006 Jun 26
0
(PR#9035) apparent problem in how PDF evaluates its arguments
It was already in the process of being changed, hence the first seven
lines of the function. That lapply is no longer needed and has been
removed (but was not yet committed).
We do normally ask that problems with R-devel ('Under development
(unstable)') not be sent to R-bugs: as is quite often the case this is
something that is under active development.
On Mon, 26 Jun 2006, Peter
2004 Nov 18
1
Declaration of RuleThickness() in src/main/plotmath.c (PR#7380)
Full_Name: Wolfgang Huber
Version: R-2.0.1
OS: HP-UX B.11.23 ia64
Submission from: (NULL) (81.104.215.6)
Hi,
I hope I am not missing something basic... I am using a somewhat exotic compiler
and OS, but if I understand what I am seeing the problem is more general:
In src/main/plotmath.c, the following function is defined
/* Thickness of rules */
static double RuleThickness()
{
return
2006 Jun 26
1
apparent problem in how PDF evaluates its arguments (PR#9035)
Full_Name: Wolfgang Huber
Version: 2.4.0 (2006-06-24 r38403)
OS: i686-pc-linux-gnu
Submission from: (NULL) (134.60.107.160)
The simple example script below fails in the call to makepdf1 with
"Error in eval(expr, envir, enclos) : object "p" not found"
I believe this is a problem in the pdf() function, having to do with the line:
lapply(Call, function(x) eval.parent(x, 2))
2011 Oct 17
1
Portrait and Lanscape PDF in the one document
People,
I want to create a multi-page PDF doc and the pdf command works fine if
I only use Portrait OR Landscape but how do I create a document that
contains BOTH sorts of pages? Is it possible? - I couldn't find info
about it.
Thanks,
Phil.
--
Philip Rhoades
GPO Box 3411
Sydney NSW 2001
Australia
E-mail: phil at pricom.com.au
2018 Apr 07
0
Fast tau-estimator line does not appear on the plot
You need to pay attention to the documentation more closely. If you don't
know what something means, that is usually a signal that you need to study
more... in this case about the difference between an input variable and a
design (model) matrix. This is a concept from the standard linear algebra
formulation for regression equations. (Note that I have never used RobPer,
nor do I regularly
2018 Sep 20
2
A different error in sample()
FWIW, I suspect this is related to the function R_unif_index that was
introduced in src/main/RNG.c around revision 72356, or the way this
function is used in do_sample in src/main/random.c.
20.9.18 08:19, Wolfgang Huber scripsit:
> Besides wording of the documentation re truncating vs rounding, there is
> something peculiar going on with the fractional part of n:
>
> >