Displaying 20 results from an estimated 900 matches similar to: "pdf error msg"
2005 Jun 13
2
xmms plugin bug report - macOS 10.3, darwinports
Hi all -
I've just finished building flac in the "darwinports" environment
on MacOS 10.3.9.
The port maintainer (i've cc'd him) had disabled the xmms plugin build.
I wanted that, so I changed the portfile and built locally, yada yada.
I've run into three problems, only two of which I've seen reported
in the list archives here.
1) configure doesn't properly
2008 Jan 23
3
Problem with UL followed by OL
I got a problem with UL followed by by OL
when I using perl module "Text-Markdown-1.0.5".
I wrote the following markdown code.
- a
- b
1. 1
2. 2
I expected that Text-Markdown would produce the following HTML.
<ul>
<li>a</li>
<li>b</li>
</ul>
<ol>
<li>1</li>
<li>2</li>
</ol>
However, "Text-Markdown-1.0.5"
2009 Aug 13
3
DO NOT REPLY [Bug 6636] New: Deallocation of a pointer not malloced
https://bugzilla.samba.org/show_bug.cgi?id=6636
Summary: Deallocation of a pointer not malloced
Product: rsync
Version: 3.0.6
Platform: PPC
OS/Version: Mac OS X
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned at samba.org
ReportedBy: aaro at iki.fi
2005 Jun 14
0
xmms plugin bug report - macOS 10.3, darwinports
--- Dan Pritts <danno@umich.edu> wrote:
> Hi all -
>
> I've just finished building flac in the "darwinports" environment
> on MacOS 10.3.9.
>
> The port maintainer (i've cc'd him) had disabled the xmms plugin
> build.
>
> I wanted that, so I changed the portfile and built locally, yada
> yada.
>
> I've run into three problems,
2004 Sep 09
1
Confused about loading other packages from a package
In my package, I create a new method for plot with the following signature:
setMethod("plot", signature(x="marrayNorm", y="formula"), plot.ma)
where marrayNorm is a class defined in the marray package. After
building and installing my package, I get the following warnings when
I load my package (with library(maVis)):
Warning messages:
1: In the method signature
2005 Feb 05
2
Problem installing Hmisc (more info)
Frank Harrell suggested I re-post with information about the version of
R
Heres's the information:
> > version
> _
> platform powerpc-apple-darwin6.8
> arch powerpc
> os darwin6.8
> system powerpc, darwin6.8
> status
> major 2
> minor 0.1
> year 2004
> month 11
> day 15
> language R
Here's what happens
2004 Nov 01
2
Compilation error on mgcv_1.1-7 on OS X (10.3)
Greetings
I run into a compilation error when updating to mgcv_1.1-7 in R 2.0.0 on
OS X 10.3. Note that other pacakges have compiled nicely.
Some details are given below, but in short it looks like it's seeking for
/usr/local/lib/powerpc-apple-darwin6.8/3.4.2/
which I don't have. But I do have
/usr/lib/gcc/darwin/3.3
i.e a lower version of GCC in a different directory. More
2004 May 12
1
convert.times in chron, error when 59 < seconds < 60 (PR#6878)
Full_Name: Dennis Wolf
Version: 1.9.0
OS: Mac OS 10.3.3
Submission from: (NULL) (160.91.76.23)
platform powerpc-apple-darwin6.8
arch powerpc
os darwin6.8
system powerpc, darwin6.8
status
major 1
minor 9.0
year 2004
month 04
day
2005 Mar 24
2
problem with pdf() on Mac Os X
Hello R helpers,
I am quite new as a R user, and even more on a Mac Os. I am running R
under Emacs 21.3.30.5 through ESS.
I have some problems with the pdf() device : when sent to it, plots
don't come out with any
labels, titles or whatever written. I don't have that problem when
plots are sent to X11 or postscript devices.
As pdf is the native format on Mac Os X, i find it sad to
2004 Nov 15
2
Problems installing packages on MacOS with R 2.00
Dear all,
I have a problem installing a package required by Hmisc on MacOS 10.3.5
with R 2.00.
g77 -fno-common -g -O2 -c avas.f -o avas.o
g77 -fno-common -g -O2 -c rlsmo.f -o rlsmo.o
gcc -bundle -flat_namespace -undefined suppress -L/usr/local/lib -o
acepack.so ace.o avas.o rlsmo.o -L/usr/local/lib
-L/usr/local/lib/gcc/powerpc-apple-darwin6.8/3.4.2
2004 Mar 30
1
Console/command line output
Hi all,
I am working on Macos x 10.3 (Panther) to build a package consisting of
C/C++ code that is called from R. In the C/C++-sources I use several
commands to print info to the console:
std::cout << "info" << endl;
and:
Rprintf("info\n");
Both work fine when R is run on the command line but neither works when
running Raqau (I did check the preference boxes
2004 Sep 07
2
noncommutative addition: NA+NaN != NaN+NA
Hi guys.
Check this out:
> NaN +NA
[1] NaN
> NA + NaN
[1] NA
I thought "+" was commutative by definition. What's going on?
> R.version
_
platform powerpc-apple-darwin6.8
arch powerpc
os darwin6.8
system powerpc, darwin6.8
status
major 1
minor 9.0
year 2004
month 04
day 12
language R
>
(Both give NA under linux, so it looks
2005 Sep 12
2
heatmap question
I'm having trouble with the heatmap function in R. When I try and
heatmap something, my graphics window does not open. Does anyone
know if this is a glitch in the version of R that I'm using? I've
listed my version of R below, as well as a simple heatmap command.
I'm running the program on a Mac, OS 10 v 10.3.9. Any suggestions??
Thanks!
Peter
> version
_
2005 May 30
0
a question about read.marrayRaw
Hi, everyone,
I ran the test case in "Introduction to the Bioconductor
marrayInput package first. When I ran the session in (read.marrayRaw) I got the following error messages. Other sessions work well.
The functions and errors are labled with blue and red respectively.
>mraw <- read.Spot(path = datadir, layout = galinfo$layout, gnames = galinfo$gnames, target = swirlTargets)
Error
2004 Oct 23
2
R_LIBS and R Cocoa GUI for Mac OS X (PR#7308)
Full_Name: David Firth
Version: 2.0.0
OS: Mac OS 10.3.5
Submission from: (NULL) (81.178.234.156)
When running R in R Cocoa GUI 1.0 (v2004-10-14), I have
> Sys.getenv()[["R_LIBS"]]
[1] "/Users/david/Library/R"
> .libPaths()
[1] "/Users/david/Library/R/library"
[2] "/Library/Frameworks/R.framework/Resources/library"
The pasting of
2006 Dec 17
2
question
Dear R users,
I'am using marray and Limma packages to analyze genepix output.
1) how can I filter bad spots from my data (data contains 3 types of bad
spots).
my experiment contains 12 samples and the bad spot are not associated to the
same probes
2) how can I remove control probes from my data ?
I'm sorry, i'm new with R and I can't find answer in packages doc.
best regards,
2004 Nov 23
4
data.frame into vector
Hi
I want to extract a row from a data.frame but I want that object to
be a vector . After trying some different ways I end up always with a
data.frame or with the wrong vector. Any pointers?
x <- data.frame(a = factor(c('a',2,'b')), b = c(4,5,6))
I want to get
"a" "4"
I tried:
as.vector(x[1,])
a b
1 a 4
(resulting in a data.frame even after in my
2004 May 17
0
ld warning when installing packages with dll/so
Hi All,
When installing a package using C/Fortran routines I get a large of the
following ld warnings:
ld: warning multiple definitions of symbol _adler32
/Library/Frameworks/R.framework/R(adler32.o) definition of _adler32
/usr/lib/libz.1.dylib(adler32.o) definition of _adler32
ld: warning multiple definitions of symbol _BC
2004 Jun 11
1
qbinom(p, size, prob = 0, lower.tail = FALSE) hangs (PR#6972)
Full_Name: Jon McAuliffe
Version: 1.9.0
OS: Mac OS X 10.3.4
Submission from: (NULL) (64.166.16.252)
a call like qbinom(0.3, 10, prob = 0, lower.tail = FALSE) hangs R. prob = 0 does
not
look interesting, but it can be useful for completeness when qbinom is part of
other general routines.
please see PR#5900 (Accuracy-fixed).
jon.
--please do not edit the information below--
Version:
2003 Nov 26
0
pdf files, change in content
There seems to be something different about pdf files generated under
RAqua (1.8.1).
I am losing text.
I am not sure when things changed but, on Carbon 1.7, when files were
'drag and dropped' onto another application they worked fine. Now the
text is lost but the graphics are intact. However the text is there
when viewed with Acrobat.
On the other hand, if I output to an eps file and