Displaying 20 results from an estimated 55 matches for "kleiweg".
2000 Dec 22
5
(HP-UX) scan: last line gets duplicated (PR#790)
...m = hppa2.0-hp-hpux10.20
arch = hppa2.0
os = hpux10.20
system = hppa2.0, hpux10.20
Actually, all binaries are PA-RISC1.1
status =
major = 1
minor = 2.0
year = 2000
month = 12
day = 15
language = R
Search Path:
.GlobalEnv, package:mva, package:ctest, Autoloads, package:base
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subj...
2006 Oct 31
4
'make check' fails on d-p-q-r-tests (PR#9326)
'make check' fails on d-p-q-r-tests:
> ##-- non central Chi^2 :
> xB <- c(2000,1e6,1e50,Inf)
> for(df in c(0.1, 1, 10))
+ for(ncp in c(0, 1, 10, 100)) stopifnot(pchisq(xB, df=df, ncp=ncp) == 1)
Error: pchisq(xB, df = df, ncp = ncp) == 1 is not all TRUE
Execution halted
Here is some more testing:
xB <- c(2000,1e6,1e50,Inf)
for(df in c(0.1, 1, 10)) for(ncp in c(0, 1,
2002 Oct 01
1
Unsolved symbols: meet_ Tcl_EvalObjv (PR#2090)
Running 'make check' I get two errors:
running code in 'mva-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: meet_ (code) from /users1/kleiweg/R-1.6.0-source/library/cluster/libs/cluster.sl
running code in 'tcltk-Ex.R' .../usr/lib/dld.sl: Unresolved symbol: Tcl_EvalObjv (code) from /users1/kleiweg/R-1.6.0-source/library/tcltk/libs/tcltk.sl
Version:
platform = hppa2.0-hp-hpux10.20
arch = hppa2.0
os = hpux10.20
system = hppa...
2001 Jan 05
2
Why doesn't as.vector() return a vector?
...V
a b
1 1 4
2 2 5
3 3 6
> attributes(V)
$names
[1] "a" "b"
$row.names
[1] "1" "2" "3"
$class
[1] "data.frame"
> as.vector(as.matrix(F))
[1] 1 2 3 4 5 6
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...
2001 Jan 12
2
CRAN unavailable?
Again, CRAN and all of its mirrors are unreachable. My
impression is this happens quite often. What is going on?
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...
2001 Oct 12
1
MASS: isoMDS and sammon
...ical interfaces to sammon()
and isoMDS() ?
I think all that would be needed is to change this:
isoMDS <- function(d, y=cmdscale(d, 2), maxit=50, trace=TRUE)
{
...into this:
isoMDS <- function(d, y, k=2, maxit=50, trace=TRUE)
{
if(missing(y)) y <- cmdscale(d, k=k)
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subje...
2001 Dec 19
1
dots and ldots in R 1.4.0
...ing R Extensions".
When I did `R CMD check' in R version 1.3.1 all was fine.
With R version 1.4.0 I get :
* checking for undocumented arguments in \usage ... WARNING
Undocumented arguments in documentation object `FOO':
[1] "..."
Am I doing something wrong?
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subje...
2001 Jan 23
1
Re: Sys.time dumps core at start-up (PR#822)
Peter Kleiweg skriver...
> R dumps core if the first command I use is Sys.time():
>
> > Sys.time()
> Segmentation fault (core dumped)
(peter) ~ R -d gdb
[snip]
GDB 4.16 (i386-redhat-linux), Copyright 1996 Free Software Foundation, Inc...
(gdb) run
Starting program: /usr/local/R/lib/R...
2001 Sep 02
0
Install problems R 1.3.1 on HP-UX (PR#1084)
...C compiler: cc -D_HPUX_SOURCE +DA1.1 +DS1.1 -Wp,-H16000 -I/opt_local/opt/readline/include -I/opt_local/opt/tk/include -I/opt_local/opt/tcl/include -I/opt_local/opt/jpeg6/include -I/opt_local/opt/png/include -I/opt_local/opt/ncurses/include -I/opt_local/opt/zlib/include -I/users1/kleiweg/R-1.3.1-source -L/opt_local/opt/readline/lib -L/opt_local/opt/tk/lib -L/opt_local/opt/tcl/lib -L/opt_local/opt/jpeg6/lib -L/opt_local/opt/png/lib -L/opt_local/opt/ncurses/lib -L/opt_local/opt/zlib/lib -L/users1/kleiweg/R-1.3.1-source -Aa
C++ compiler: c++ -g -O2
FORTRAN co...
2001 Dec 18
2
isoMDS: core dump (PR#1221)
I'm not sure this belong here...
Package: MASS
Version: 6.2-8
I get a core dump when I call isoMDS with an incorrect argument
for y. With d as an object of class "dist":
> isoMDS(d,2)
Program received signal SIGSEGV, Segmentation fault.
0x40229e43 in VR_mds_init_data () at MASS.c:157
--please do not edit the information below--
Version:
platform = i586-pc-linux-gnu
2000 Aug 15
2
Compiling R on HP-UX
...y to link R libraries.
I compiled R using gcc version 2.7.2.3 on Linux 2.0.36 and had
no problems.
And another thing: "configure" on HP-UX says it can't use
tcl/tk, but it can on Linux. But my Linux and the HP-UX
machine have identical versions of tcl and tk installed.
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...
2000 Dec 20
1
Shortcut for dev.copy2eps
...dev.copy2eps(file=file, width=width, height=height, ...)
}
This doesn't work:
> data(cars)
> plot(cars)
> ps()
Error in device(...) : Object "width" not found
Can anyone tell me what's going on?
I'm using R version 1.1.0 on Linux.
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...
2004 Jan 16
1
feature request: multi-language support
Could it be possible for packages to have manuals in multiple
languages?
I'm not saying all manuals should be in multiple languages, but
I think there should be a mechanism for package writers to add
manuals in multiple languages, if they think it useful.
--
Peter Kleiweg
2005 Oct 06
1
Building packages on Windows fails
...lling demos
installing data files
latex: not found
installing man source files
installing indices
cat: d:/R-2.2.0/library/*/CONTENTS: No such file or directory
make[2]: *** [indices] Error 1
make[1]: *** [all] Error 2
make: *** [pkg-iL04] Error 2
*** Installation of iL04 failed ***
--
Peter Kleiweg
2002 Oct 01
1
X11 font at size 22 could not be loaded
...ring installation. I will
try to find out what could be wrong with my fonts.
However, so far I haven't noticed any font problems with other
programs. If R can't load the font it wants, shouldn't it
continue with the next best thing, instead of stopping with an
error message?
--
Peter Kleiweg
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat....
2005 Jul 07
2
Brewer colours
...h=16)
axis(1, at=0:1)
axis(2, at=0:1, las=1)
par(fig=c(0,1,0.75,0.9), plt=c(0.08,0.97,0,1), new=TRUE)
midpoints <- barplot(rep(1,n), col=hsv.v, border=FALSE, space=FALSE,
axes=FALSE)
axis(1, at=midpoints, labels=1:n, lty=0, cex.axis=0.6)
par(opar)
}
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
2003 Sep 30
2
dump/source problem with hclust object (PR#4361)
library(mva)
data(USArrests)
hc <- hclust(dist(USArrests), "ave")
plot(hc) # OK
dump(c("hc"), "tst")
rm(hc)
source("tst")
plot(hc) # Error in plot.hclust(hc) : invalid dendrogram input
The same problem occurs with dput/dget
--please do not edit the information below--
Version:
platform =
2000 Dec 26
1
More on scan: extra field at end of line
...get two extra fields, both NA. Not what I'd want. And I can't
drop the NA's, because there could be other NA's, not resulting
from this comma-EOL combination.
I suggest, the proper action for scan would be to treat the
combination sep plus newline as a single separator.
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subje...
2000 Dec 29
1
dev.copy2eps: position of figure on page
...erhaps the papersize as set as an argument by the
user). It won't matter for EPS-inclusion were on the paper
the figure is, as long as the boundingbox is set correctly.
I redefined dev.copy2eps in my ~/.Rprofile with the above line
replaced by:
oc$paper <- "default"
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subje...
2001 Jan 09
1
Setting fontsize in dev.copy2eps
...elements? For instance, can I enlarge
dashpatterns? Is there an easier solution?
So, these are my problems:
1. I can't seem to set the fontsize with dev.copy2eps
2. I don't really want to set the fontsize with
dev.copy2eps. The fontsize is OK. The legend box is too
small.
--
Peter Kleiweg
http://www.let.rug.nl/~kleiweg/
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subjec...