Re: [Rd] Wishlist: axis( ) could take vector of colors (PR#7930)

2005-06-11 Thread ligges
ifferent colors as in: plot(1:10, xaxt="n") axis(1, at=c(2,5,8), labels=rep("", 3)) mtext(c(2,5,8), side=1, at=c(2,5,8), col=c("red", "green", "blue"), line=0.5) Uwe Ligges > Thanks, > Elizabeth Purdom

Re: [Rd] italic (PR#7932)

2005-06-15 Thread ligges
tical non-character-string annotation a math font is used that does not support italic/bold/bolditalic/plain. It seems to be worth adding this information to ?plotmath, such as: "(only for characters, but not for math font)". Uwe Ligges > > has the effect of italicizing 33 (w

Re: [Rd] write.table confused by rownames/colnames (PR#7941)

2005-06-15 Thread ligges
but the help page says a "logical" is allowed and gives a correpsonding "NA" example, hence it is a bug, either in the help page or in the code. I'd vote for changing the help and depreciating NA for col.names/row.names, because I do not know what NA is expected to do and

Re: [Rd] Cannot choose language for installing (PR#7971)

2005-06-26 Thread ligges
of R, you can define, e.g., an environment variable LANGUAGE=en Uwe Ligges > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] axTicks on a reverse ylog plot (PR#7973)

2005-07-08 Thread ligges
alculations and therefore replace axTicks calculations by stuff that is much more reliable. Opinions? The current equilogs default argument setting is inconvinient anyway, because it does not fit with the current device setting for real axis ticks (which can also be done in R, of course).

[Rd] pgamma(Inf, 1.1, 1.1) (PR#8001)

2005-07-08 Thread ligges
The call of pgamma(Inf, 1.1, 1.1) does not finish on my machines within 5 minutes... (both under Linux and Windows). Haven't looked in the sources yet. Thanks to Dietrich Trenkler for bringing this up in a private discussion. Uwe Ligges --please do not edit the information

Re: [Rd] Statistics (PR#8015)

2005-07-19 Thread ligges
rchives of the R-help list. This has been dicsussed there before. Uwe Ligges > looking forward to your reply > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel ___

Re: [Rd] WinXP GUI problem (PR#8018)

2005-07-20 Thread ligges
re clicking stuff - What menu items have you clicked on exactly? Uwe Ligges > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] WinXP GUI problem (PR#8018)

2005-07-20 Thread ligges
Sampo Etelavuori wrote: > Lainaus Uwe Ligges <[EMAIL PROTECTED]>: > > >>[EMAIL PROTECTED] wrote: >> >> >>>Full_Name: Sampo Etelavuori >>>Version: 2.1.1 >>>OS: Windows XP >>>Submission from: (NULL) (130.188.8.10) >>>

Re: [Rd] doesn't recognise ~ (PR#8096)

2005-08-25 Thread ligges
efore posting a bug (at least you .0 version of R, and in a next step (here not so important) your Windows). c) Try to start a clean version of R: I mean without loading some strange objects in your workspace or some packages that might break some important R properties. Uwe Ligges > _

Re: [Rd] R CMD check example problem (PR#8113)

2005-09-01 Thread ligges
I do not know whether this qualifies as a bug, but for simplicity let's say: "Don't use \code{} in an Example section where it does not make sense anyway." Best, Uwe Warnes, Gregory R wrote: > >>-Original Message- >>From: Uwe Ligges [mailto:[EMA

Re: [Rd] Rgui error (PR#8126)

2005-09-08 Thread ligges
ad the Section "R Bugs" in the R FAQ. Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] chron on windows (PR#8130)

2005-09-12 Thread ligges
I got on my R 2.0.1. on > Windows XP: > > >>dates("02/10/2002") > > [1] 02/10/92 Please upgrade both R and chron. It works perfectly with recent versions. Please read the FAQs and learn to check against recent versions of R (at least released version, these d

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread ligges
is correct, hence this is not a bug. Please read the docs on how to post bugs and how a bug is defined ... Uwe Ligges > > Can you please help me > Thank you > > Regards > Frank Wagner > > _

Re: [Rd] R crashes for large formulas in lm() (PR#8180)

2005-10-05 Thread ligges
2.2.0 beta (2005-09-27 r35682M) on WinNT 4.0, SP6. Let's make it reproducible: set.seed(123) x1 <- runif(1000) x2 <- runif(1000) x3 <- runif(1000) x4 <- runif(1000) x5 <- runif(1000) x6 <- runif(1000) x7 <- runif(1000) x8 <- runif(1000) y <- rnorm(1000) fit <- lm(y~(x1*x2*x3*x4*x5*x6*x7*x8)^2) Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] How do I install rbugs ? (PR#8183)

2005-10-06 Thread ligges
lable from CRAN, the current source tarball is: rbugs_0.3-1.tar.gz Uwe Ligges > All the best, > > Ulf Lindstr=F8m > > Forsker/Scientist > Havforskningsinstituttet/Institute of Marine Research > Avd. Troms=F8/Troms=F8 Branch > Sykehusveien 23 > PB 6404 > N-9294 Trom

Re: [Rd] quirk in "sample" (PR#8264)

2005-10-29 Thread ligges
two points, but one point! sample(x2, 1) always gives "3", but sample(x1, 1) gives a number between 1 and 3, as documented: "If x has length 1, sampling takes place from 1:x." See the Exmaple section how to circumvent the (for you!) undesired behaviour. Uwe Ligges >

Re: [Rd] bug in windows GUI/script editor (PR#8288)

2005-11-09 Thread ligges
[EMAIL PROTECTED] wrote: > On 11/8/2005 11:51 AM, [EMAIL PROTECTED] wrote: > >>Full_Name: Roberto Ugoccioni >>Version: 2.2.0 >>OS: Windows 2000 >>Submission from: (NULL) (193.203.232.5) >> >> >>Running Windows 2000 Professional, all patches up to nov 8, 2005. >> >> >> >>>version >> >> _

Re: [Rd] PPC package-ppc.read.raw.nobatch (PR#8316)

2005-11-16 Thread ligges
t; > Many thanks > > Martin Please report bugs in contributed R packages to the package maintainer rather than to R-bugs. The R Core members cannot do anything in such a case but have to clean up teh bug repository after you... Please note that the package you are talking about is probably n

Re: [Rd] .Call not counting parameters consistently (PR#8450)

2005-12-28 Thread ligges
Duncan Temple Lang wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Coincidentally, I am in the process of working on a related aspect of > symbol resolution. > > The issue is likely to be the caching of native symbols > that we do. We do not cache the registration information, > jus

Re: [Rd] problem unpacking R sources (PR#8492)

2006-01-16 Thread ligges
r.gz This is not a bug in R!!! The Statlib mirror is known to be broken. Please download from another mirror. Please check the archives before submitting a bug report! Uwe Ligges > Version info for tar and gunzip provided below (GNU legalese edited out), > along > with the e

Re: [Rd] install.packages hangs RGui with frozen rpwd process at (PR#13739)

2009-06-01 Thread ligges
Uwe Ligges wrote: > > > asto...@esica.com wrote: >> Full_Name: Allan Stokes >> Version: 2.8.1 >> OS: XP >> Submission from: (NULL) (24.108.0.245) >> >> >> I've just spent a hellish six hours trying to create my own R package >> wit

Re: [Rd] iconv.dll needed in addition to Riconv.dll for package XML (PR#13748)

2009-06-08 Thread ligges
Please install from the "CRAN extras" repository (where you will find a working copy) and do NOT report a bug in R that is not a bug in R but in a contributed package / the package repository. Best, Uwe Ligges osiander.meix...@hp.com wrote: > Full_Name: Osiander Meixner > Vers

Re: [Rd] Wishlist: install.packages to look for the newest version (PR#13852)

2009-07-24 Thread ligges
first patchlevel release of the next R version is out, e.g. at the time of the R-2.9.1 release the binary builds for R-2.8.x had been stopped). So please upgrade your version of R or compile yourself from sources for the R version you need the particular package for. Best wishes, Uwe Ligges groemp..

Re: [Rd] Error when adding package RMySQL (PR#14044)

2009-11-05 Thread ligges
ARE\MySQL AB' not found So you probably forgot to install MySQL? Why do you think this is a bug in the base R distribution? Note that bugs of contributed packages (if they are really bugs) should be reported to the corresponding package maintainer rather than to the R bug tracking system.

Re: [Rd] tm installation (PR#14193)

2010-01-26 Thread ligges
ackage to depend on R >= 2.10.0 (untested!). Uwe Ligges > downloaded 317 Kb > > * Installing *source* package ‘tm’ ... > ** libs > gcc -std=gnu99 -I/usr/share/R/include -fpic -g -O2 -c lazyTmMap.c -o > lazyTmMap.o > gcc -std=gnu99 -shared -o tm.so lazyTmMap.o -L/usr/

[Rd] plot.xy() with type="s" and huge data (PR#9629)

2007-04-23 Thread ligges
some overflow in plot.xy() which calls .Internal(plot.xy(xy, type, pch, lty, col, bg, cex, lwd, ...)) but I haven't investigated closely enough, submitting the bug report in case anybody can (and has time to) fix this before tomorrow. Uwe Ligges __

Re: [Rd] mirror's choice when installing a package for R-2.5.0 (PR#9643)

2007-04-30 Thread ligges
updating links etc. I know that checking mirrors and contacting mirror maintainers is on Fritz Leisch's ToDo list. For the meantime, you might want to use the Austrian mirror. 2. Peter is certainly already working to fix the bug tracking system's web frontend ... Uwe Ligges [EMAIL

Re: [Rd] Minor bug in lillie.test from nortest package (PR#9784)

2007-07-09 Thread ligges
s, but always to the package maintainer. Since you already found out that Juergen Gross is maintaining the package, there are several ways to find his e-mail address, the most easiest one is to type library(help=nortest) which tells you the maintainer's address. CCing to Juergen ... Uwe Ligg

Re: [Rd] R crashes while printing variable read from read.delim() (PR#10370)

2007-10-24 Thread ligges
eport on a recent version of R such as R-2.6.0 (even better R-patched or R-devel). We do not have "cdcr_flat_survival.dat". Hence we cannot reproduce. Thank you, Uwe Ligges > # results in stack overflow > > # bug reproduced in 2.4.1/linux and 2.5.1/windows... > > __

[Rd] bug in by.data.frame, R-2.6.1 (PR#10506)

2007-12-10 Thread ligges
tring R version 2.6.1 (2007-11-26) Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Re: library(forecast) (PR#11111)

2008-04-10 Thread ligges
The problem with tseries has been resolved for Win2k and R-2.6.x (as well as the one with Matrix), I hope. Please download a new version from CRAN master in roughly 12 hours from now (you have to wait for some syncing process before). Uwe Ligges

Re: [Rd] Bug in ci.plot(HH Package) (PR#11163)

2008-04-14 Thread ligges
Please report bugs in contributes packages to the package maintainer (CCing), not to R-bugs. Best, Uwe Ligges [EMAIL PROTECTED] wrote: > Full_Name: Yasuhiro Nakajima > Version: 2.6.1 > OS: WinXP SP2 > Submission from: (NULL) (202.237.255.13) > > > Dear all, > &

[Rd] comparison (PR#11421)

2008-05-09 Thread ligges
In R-2.7.0 release as well as patched (from yesterday) under Windows XP, R crashes when typing, e.g.: repeat{ rep(1, 1) == "ö" } Note that I cannot reproduce the error in R-2.6.2 nor R-devel. Uwe Ligges --please do not edit the information below-- Version: platform

Re: [Rd] R 2.7.1 und WinEdt (PR#11806)

2008-06-25 Thread ligges
Duncan Murdoch wrote: > On 6/25/2008 7:40 AM, Hans-Jürgen [EMAIL PROTECTED] wrote: >> Hi, >> >> under the new version R 2.7.1 I can't use WinEdt. It seems that there >> is a bug in that version. To use older versions of the package RWinEdt >> doens't bring success. The Use of R 2.7.0 doesn't ca

Re: [Rd] metafiles under windows (PR#13116)

2008-10-03 Thread ligges
Probably not a bug, not tested on a recent version of R, no reproducible code given, hence no chance for us to identify any problem. If you have questions, please use R-help *after* reading its posting guide. Best, Uwe Ligges [EMAIL PROTECTED] wrote: > Full_Name: David Stevens > V

Re: [Rd] solve cdf for noncentrality (PR#11527)

2008-10-11 Thread ligges
g assertion. - He? What noncentrality are you talking about? - You are reporting a bug with an outdated version of R. - You have not followed the guide on how to report bugs in R. Uwe Ligges > If you are saying that this need is already adequately addressed in R,

Re: [Rd] match() (PR#13135)

2008-10-11 Thread ligges
match(0.88,a) > [1] 29 >> match(0.89,a) > [1] NA This is the FAQ "Why doesn't R think these numbers are equal?", but not a bug at all. Uwe Ligges >> match(0.90,a) > [1] NA >> match(0.91,a) > [1] NA >> match(0.92,a) > [1] NA >> matc

Re: [Rd] solve cdf for noncentrality (PR#11527)

2008-10-14 Thread ligges
quently addressed, I can find no mention > of it either in the 2.7.2 Reference Manual or in today's > https://svn.r-project.org/R/trunk/NEWS Thanks for the clarification. I was not aware you were citing an old bug report, because you had not cited anything in your message except for th

Re: [Rd] Bug in sub and gsub (PR#13460)

2009-01-21 Thread ligges
, "some\\backslashed\\string") This is a user bug. You need gsub("", "-", "some\\backslashed\\string") Please read the documentation before submitting bug reports!!! Uwe Ligges > This ought return "some-backslashed-string", but prints

Re: [Rd] Inaccurate result for 0. (PR#13538)

2009-02-19 Thread ligges
Please read documentation and how to submit busg before you submit bugs to the bug repository. See FAQ "Why doesn't R think these numbers are equal?". Uwe Ligges lengyel...@gmail.com wrote: > Full_Name: Attila Lengyel > Version: 2.8.0 > OS: WinXP > Submission f

Re: [Rd] heatmap without dendrogams (PR#13512)

2009-02-19 Thread ligges
ram.R-new2009-02-19 18:52:29.612961900 +0100 @@ -699,7 +699,7 @@ x <- t(x) if(revC) { # x columns reversed iy <- nr:1 - ddr <- rev(ddr) +if(doRdend) ddr <- rev(ddr) x <- x[,iy] } else iy <- 1L:nr Best wishes, Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] wishlist boxplot (PR#13553)

2009-02-24 Thread ligges
[i], lwd = medlwd[i], col = medcol[i], lend=1) xypoints(x, stats[3L], pch = medpch[i], cex = medcex[i], col= medcol[i], bg = medbg[i]) ## Whiskers Best wishes, Uwe Ligges __ R-devel@r-project.org mailing list https://stat

Re: [Rd] Cannot install some packages (PR#13559)

2009-02-28 Thread ligges
e has successfully installed (as the message indicates) but you have problems for updating some search indizes and other files for the help system. Which is probably a permission problem. Have you tried to run LearnBayes? I guess it will work. Uwe LIgges

Re: [Rd] bug (PR#13570)

2009-03-05 Thread ligges
el@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel Please can you folks try under R-devel (to be R-2.9.0 in a couple of weeks) and report if you still see it. I do not under R-devel (but do under R-release), so my guess is that something called by loess() has be

[Rd] Bug in Rdconv(.pm) (PR#13575)

2009-03-05 Thread ligges
graphics, package:grDevices, package:utils, package:datasets, package:methods, Autoloads, package:base Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] memory.limit returns error (PR#13678)

2009-04-27 Thread ligges
ry.size.Rd Fix spurious error in memory.limit (PR#13673), plus some cleanup of the docs Best, Uwe Ligges > Greetings > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] installation of source package with empty man directory (PR#13687)

2009-05-02 Thread ligges
This is already fixed in R-patched. Please read the FAQs about bugs and try the recent R-patched or R-devel version. Best, Uwe Ligges daniel.sabanesb...@gmx.net wrote: > Full_Name: Daniel Sabanes Bove > Version: 2.9.0 > OS: openSUSE 11.1 (2.6.27.21) > Submission from: (NULL) (9

Re: [Rd] cannot use fanny in package cluster (PR#8830)

2006-05-02 Thread ligges
; Guan-Hua > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel If this is a bug, then with your installation of the package, but NOT with R nor with the package.

Re: [Rd] Histogram to pdf file (PR#8829)

2006-05-02 Thread ligges
n on R-help how to solve your problem rather than claiming there is a bug without giving a reproducible example that helps to fix it. Uwe Ligges > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel __

Re: [Rd] bug report - cor (PR#8852)

2006-05-11 Thread ligges
t; > cor(x,y) > Please read how to report a bug: Please specify reproducible examples! Under R-2.3.0 the following works for me: set.seed(1) x <- y <- matrix(rnorm(15000), nrow=15) res <- cor(x,y) Uwe Ligges > x is a matrix (15 rows and 1000 columns). I did not specify a

Re: [Rd] Numerical error in R (win32) (PR#8909)

2006-05-29 Thread ligges
note that *numerically* the following inaqualities are TRUE: (3.2 - 3.15) > 0.05 (3.15 - 3.1) < 0.05 Uwe Ligges > Regards > Teckpor > > > [[alternative HTML version deleted]] > > __ > R-devel@r-project.org mailing

Re: [Rd] error: Broken pipe cat ${in} (PR#9132)

2006-08-07 Thread ligges
he reason?? If this is a question, it is not a bug report, hence it belongs to R-help. Before asking on R-help, please upgrade your ancient version of R. You might want to tell us some details about your OS and shell version as well. Uwe Ligges > _

Re: [Rd] when loading library tripack entry point "signal" in rgui.exe (PR#9392)

2006-11-28 Thread ligges
This is not a bug in R. Please read the FAQs! You have got a version of tripack that has been compiled for R < 2.4.0. Please type update.packages(checkBuilt = TRUE) and try again. Best, Uwe Ligges [EMAIL PROTECTED] wrote: > Full_Name: Erkan YILMAZ > Version: 2.4.0 > OS: XP >

Re: [Rd] R 2.1.1 slated for June 20

2005-06-12 Thread Uwe Ligges
pment version for R-2.2.0. You want to download R-patched (to be R-2.1.1) instead. Uwe Ligges > Peter Dalgaard wrote: > > >>The next version of R will be released (barring force majeure) on June >>20th, with beta versions available starting Monday. >> >>Plea

Re: [Rd] Citation for R

2005-06-13 Thread Uwe Ligges
ed (not only) the missing citation of software ... (obviously political incorrectly, but I'll do so further on ;-)) Uwe Ligges > Gordon > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel _

Re: [Rd] motivation for setRepositories and chooseCRANmirror

2005-06-18 Thread Uwe Ligges
e.site file (which is intended for configurations that apply to all users): options(repos = c( CRAN = "http://umfragen.sowi.uni-mainz.de/CRAN";, CRANextra = "http://www.stats.ox.ac.uk/pub/RWin";)) Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] axTicks on a reverse ylog plot (PR#7973)

2005-07-05 Thread Uwe Ligges
? We had a problem with reversed log axis in R-2.1.0. There might be similar underlying code for grid() I was not aware of when suggesting a fix to make reversed log axis work for R-2.1.1 ... I'll take a closer look later this week. Uwe Ligges > -mt > > --please do not edit

Re: [Rd] .Rbuildignore {was: ... upgrading an R (WINDOWS) installation ..}

2005-07-06 Thread Uwe Ligges
Gabor Grothendieck wrote: > On 7/6/05, Martin Maechler <[EMAIL PROTECTED]> wrote: > >>>"Gabor" == Gabor Grothendieck <[EMAIL PROTECTED]> >>>on Wed, 6 Jul 2005 08:24:49 -0400 writes: >> >> ... >> ... >> >> Gabor> I have cleaned up my batch file

Re: [Rd] dyn.load in linux: missing libraries?

2005-07-06 Thread Uwe Ligges
Tyler Smith wrote: > ah, that's better. For an immediate fix I just changed .dll to .so, and No, change it to .Platform$dynlib.ext or do as already recommended: use library.dynam() Uwe Ligges > it appears to work perfectly. I will read through Writing R Extensions >

Re: [Rd] R_alloc problems in R v1.11

2005-07-06 Thread Uwe Ligges
d Hello(int *n) > { > int i,x; > for(i=1;1< *n ; i++) Do you mean i < *n ??? > { > Rprintf('salut!!!\n'); What about using double quotes? > } > x = (int *) R_alloc(5,sizeof(int)); What is this intended to do??? Uwe Ligges > } > > ///

Re: [Rd] upgrading an R installation to next versoin

2005-07-06 Thread Uwe Ligges
Gabor Grothendieck wrote: > On 6/30/05, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > >>On 6/30/05, J. Hosking <[EMAIL PROTECTED]> wrote: >> >>>Gabor Grothendieck wrote: >>> On 6/30/05, J. Hosking <[EMAIL PROTECTED]> wrote: >>> >>>... >>> >>> >I keep a separate directory ...\R\libr

Re: [Rd] .Rbuildignore {was: ... upgrading an R (WINDOWS) installation ..}

2005-07-06 Thread Uwe Ligges
Gabor Grothendieck wrote: > On 7/6/05, Uwe Ligges <[EMAIL PROTECTED]> wrote: > >>Gabor Grothendieck wrote: >> >> >>>On 7/6/05, Martin Maechler <[EMAIL PROTECTED]> wrote: >>> >>> >>>>>>>>>"Gabor&

Re: [Rd] R_alloc problems in R v1.11

2005-07-07 Thread Uwe Ligges
Kjell Konis wrote: > On 6 Jul 2005, at 22:06, Uwe Ligges wrote: > > >>Marie-Hélène Ouellette wrote: >> >> >>>I'm using the R v1.11 on Macintoch and I seem to have a problem >>>with the >>> >> >>There is no version 1.11, a

Re: [Rd] Hmisc_3.0-1.zip (PR#8005)

2005-07-12 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: > Full_Name: Guy Horev > Version: 2.0.1 > OS: WinXP > Submission from: (NULL) (192.114.161.178) > > > It seems that the file Hmisc_3.0-1.zip in CRAN is corrupted, it should be 1.8M And it is, at least on the CRAN master in Vienna. Uwe Ligges

Re: [Rd] a possible bug in svmlight (PR#8012)

2005-07-18 Thread Uwe Ligges
bug tracking system of R. R Core cannot do anything re. contributed packages, and maintainers of contributed packages cannot mark the bug as "fixed" in the bug tracking system ... Instead, please notify the maintainer. Uwe Ligges > On 7/18/05, Gabor Grothendieck <[EMAIL PROTE

Re: [Rd] tree/graph data structure APIs?

2005-08-03 Thread Uwe Ligges
ourceforge.net/doc/graph.html > > Thanks! > Maybe the people working on graphical models have something you are looking for, see http://www.r-project.org/gR/. Have you looked at the "dynamicGraph" package? Uwe Ligges __ R-devel@r-proj

Re: [Rd] Memory leakage/violation?

2005-08-27 Thread Uwe Ligges
Thomas Lumley wrote: > I can't reproduce this on R2.2.0dev on Windows XP (in a few hundred > tries), or running under Valgrind on AMD64 Linux (in four or five tries). Cannot reproduce either (using R-2.1.1 and an older version of R-devel, though). Maybe a compiler issue? Henrik, do you use exact

Re: [Rd] error in apply help file? (PR#8118)

2005-09-01 Thread Uwe Ligges
code and do not need to read R-devel mails."??!). Hence, I'd like to complain in this case. Uwe Ligges > The apply() Help file says > "... > If the calls to FUN return vectors of different lengths, apply returns a > list of length dim(X)[MARGIN]. " > >

Re: [Rd] R CMD check and interfacing packages

2005-09-03 Thread Uwe Ligges
he license and the requirements for linking against it etc Uwe Ligges > Thanks. > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel __ R-devel@r-pr

Re: [Rd] Install packages to non-default lib on Windows

2005-09-08 Thread Uwe Ligges
te d:/biocbld/R-devel/doc/html/search/index.txt: permission denied I was also annoyed about this point a couple of times. But what are possible solutions? - not updating indices at all? - provide a switch such as --no-indices for the R CMD tools? - ...? short time workaround: simply give users write acc

Re: [Rd] \dontshow

2005-09-10 Thread Uwe Ligges
ecks/example runs: \dontrun{} Examples NOT displayed but executed during checks/example runs: \dontshow{} Examples NOT displayed and NOT executed during checks/example runs: simply don't type them anywhere ;-) Best, Uwe Ligges > > _

Re: [Rd] R.version.string (Re: MikTeX will be assumed in R 2.2.0 in Windows)

2005-09-10 Thread Uwe Ligges
>>You can get the revision number from the startup banner if you download >>a binary build. >> >>Duncan Murdoch >> >> > > > I normally document what version I am using by displaying R.version.string. > If R.versio

Re: [Rd] Issue tracking in packages [was: Re: [R] change in, read.spss, package foreign?]

2005-09-10 Thread Uwe Ligges
sses 600 for each repository... Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] contributed Windows binary packages for R-2.2.0 alpha

2005-09-12 Thread Uwe Ligges
CRAN master in a few hours). Maintainers of packages that produce an ERROR now and have not produced an ERROR before have just been notified by automatical generated messages. All others might want to check whether there is a WARNING for their packages. Best, Uwe Ligges

Re: [Rd] as.Date() , feature or bug?

2005-09-14 Thread Uwe Ligges
> as.Date("6971-01-01") [1] "1970-01-01" So we cannot represent more than 5000 years into the future, roughly speaking. *Guess* the problem is that we need more than 4 digits for +/- 5000 years (sum=1). Uwe Ligges > Bo. > >

Re: [Rd] as.Date() , feature or bug?

2005-09-14 Thread Uwe Ligges
ate and I do not (yet) see the reason why Date cannot. But I have no time to dig deeper (at least not this week). Uwe Ligges > Bo > > __ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] List of languages supported

2005-09-18 Thread Uwe Ligges
s into which the manuals have been translated The corresponding web page is CRAN/other-docs.html It contains links to the Japanese translations. I do not know of other translations. > I assume that locale support is OS-specific but that the above > are not. Yes. Uw

Re: [Rd] Lists and data frames (PR#8143)

2005-09-19 Thread Uwe Ligges
speaking about, e.g. by giving a chapter's/section's name. The statement on what is referred to page 27 in this thread is completly correct. Note that a list is nothing else than a vector of mode list which contains in each element a list of length one. Hence you *can* say mylist[1:2]

Re: [Rd] undocumented objects in a package

2005-09-23 Thread Uwe Ligges
uch appreciated! E.g. just make one simple help page with keyword "internal" with aliases for all the functions. You do not need to write exact documentation in this case. Uwe Ligges > Best, > Andy > > Andy Liaw, PhD > Biometrics Research PO Box 2000, RY33-300

Re: [Rd] bug in gsub with perl=TRUE (PR#8164)

2005-09-30 Thread Uwe Ligges
hs ago ... Uwe Ligges > OS: Linux toad 2.6.9 #4 SMP Mon Feb 21 16:20:16 GMT 2005 x86_64 AMD > Opteron(tm) Processor 848 AuthenticAMD GNU/Linux > Submission from: (NULL) (129.67.46.247) > > > gsub with perl=TRUE does not work properly. It pads/truncates the resulting > st

Re: [Rd] MiKTeX/yap/Ghostcript issues with R-generated postscript

2005-10-11 Thread Uwe Ligges
, please? [Wild guess: Maybe you forgot to close the device by dev.off()?] Uwe Ligges > Any tips would be appreciated, > Dominick > > > > > Error: /undefined in [EMAIL PROTECTED] > Operand s

Re: [Rd] rgl package demo causes R memory corruption under Windows

2005-10-13 Thread Uwe Ligges
Dominick Samperi wrote: > Hello, > > Running the rgl demo package (demo(rgl)) causes memory corruption when > used with > R 2.2.0 under Windows. I tested on two Windows systems: Windows 2000 and > Windows XP. > > When you terminate R after running the demo you get a message about the > applic

Re: [Rd] Installing R-2.2.0 package

2005-10-13 Thread Uwe Ligges
on manually (this is the only way I figured out how not to remove 00LOCK automatically)? Uwe Ligges > > Much thanks!!! > - > David P Dean > Research Informatics > PGRD Groton Labs > (860)-441-5053 > [EMAIL PROTECTED] > -

Re: [Rd] Installing R-2.2.0 package

2005-10-13 Thread Uwe Ligges
Paul Gilbert wrote: > > > Uwe Ligges wrote: > >> Dean, David P wrote: >> >> >> >>> Dear list, >>> >>> I've just installed R-2.2.0 under Solaris and have a question about >>> installing packages. If a package fails

Re: [Rd] expm1, R-2.2.0 and Windows

2005-10-14 Thread Uwe Ligges
Prof Brian Ripley wrote: > On Fri, 14 Oct 2005, [UTF-8] Göran Broström wrote: > >> A user of 'eha' told me that it failed to load in R-2.2.0 on >> Windows,and ideed, I checked and it fails with the error message >> "Theprocedure entry point expm1 could not be located in the dynamic >> linkliba

Re: [Rd] Matrix (PR#8321)

2005-11-18 Thread Uwe Ligges
not cause any problems. I think Cougar Lawrence has to tell us what "do not load" means, i.e. his setup of packages and libraries, his call to load Matrix as well as the error message. Uwe Ligges > You'll have to be more explicit about "will not load". >

Re: [Rd] problem with \eqn (PR#8322)

2005-11-18 Thread Uwe Ligges
; See the manual "Writing R >>Extensions". > > > Forgive me for not reading R-ext carefully, but Ross's Rd code is > still "obviously" wrong in the lights of the two-argument \eqn: > (really doesn't differ from the 1-arg interpretaion of \eqn) > >

Re: [Rd] winMenuAdd

2005-11-23 Thread Uwe Ligges
ethods" "stats" "graphics" "grDevices" "utils" "datasets" > [7] "base" This seems to be a bug introduced in R-patched (and R-devel). R-2.2.0 release correctly reports: Error in winMenuAdd(menuname, NULL, NULL) :

Re: [Rd] png support for R 2.2.1 (PR#8425)

2005-12-22 Thread Uwe Ligges
e found by R's configure scripts (e.g. into standard locations). 5. Run R's ./configure and check the last lines of the output, png support should be mentioned, if not, check what ./configure told you at the point where it looked for libpng. Uwe Ligges > Sylvain > > _

Re: [Rd] cygwin and tar -- still?

2005-12-25 Thread Uwe Ligges
ster with > this particular minutiae. Could the script that builds the package be fixed? > Is it broken? If it's not broken, what's with the cygdrive stuff? why does > the entire path need to be there? > > Is the tar that'

Re: [Rd] Acknowledgments in package documentation

2005-12-30 Thread Uwe Ligges
icense applies different from the rest of the package, document it in thge License field of DESCRIPTION. You may also mention the other "author" in the DESCRIPTION file. All details on the author should go into the corresponding Rd file. Uwe Ligges > Thanks in advance, > >

Re: [Rd] Minumum memory requirements to run R.

2006-01-21 Thread Uwe Ligges
Liaw, Andy wrote: > From: Kjetil Brinchmann Halvorsen > >>Prof Brian Ripley wrote: >> >>>Quite a while back we set the goal of running R in 16Mb >> >>RAM, as people (I >> >>>think Kjetil) had teaching labs that small. >> >>It's a while since I actually har R used on such small >>machines, I th

Re: [Rd] an unpleasant interaction of environments and generic functions

2006-01-31 Thread Uwe Ligges
? > Maybe sys.source("file", 2)... Seems to work! I'd suggest to dyn.load() the .so and source() the code during early development. So you do not need to R CMD INSTALL the _*package*_ into a library. Uwe Ligges __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Typos in ?regex

2017-12-29 Thread Uwe Ligges
Thanks, fixed in R-devel and R-patched. Best, Uwe Ligges On 22.12.2017 15:28, Korpela Mikko (MML) wrote: I found three little typos in the ?regex manual. Apologies for the lack of a diff, as the utility is not (yet) installed on this machine. 1. "There is a also" should probably

Re: [Rd] R CMD check warning about compiler warning flags

2018-01-03 Thread Uwe Ligges
with each commit (With the possibility to reverse changes), and not verbose e-mails. That works well with svn, and we have the sequential labels which are e.g. important for bisecting changes. I do not see how I can find this out with git easily. Best, Uwe Ligges Juan I strongly disagree

Re: [Rd] bugzilla issues

2018-01-26 Thread Uwe Ligges
Simon, can you take a look, please? Best, Uwe On 26.01.2018 01:41, Ben Bolker wrote: tl;dr is the R bug tracker down or am I being an idiot? Help please ... I decided I would follow up on https://stat.ethz.ch/pipermail/r-devel/2018-January/075410.html (reporting/suggesting a pat

Re: [Rd] CRAN indices out of whack (for at least macOS)

2018-01-31 Thread Uwe Ligges
Thanks, Uwe On 31.01.2018 20:08, Simon Urbanek wrote: Dirk, yes, thanks, the edge server that serves the Mac binaries to CRAN has run out of disk space (due to size of CRAN itself) so the sync was incomplete. It is fixed now -- you can try by using the macos master server as mirror: https://

[Rd] CRAN incoming services and winbuilder down Mar 9-10

2018-03-08 Thread Uwe Ligges
Dear list, due to a full power shutdown in the relevant building at TU Dortmund University we have to shut down winbuilder and the CRAN incoming check service from Mar 9, 5pm CET to Mar 10, 5pm CET Best, Uwe Ligges (CRAN team) __ R-devel@r

Re: [Rd] Base R examples that write to current working directory

2018-03-30 Thread Uwe Ligges
On 30.03.2018 00:08, Duncan Murdoch wrote: On 29/03/2018 5:23 PM, Hadley Wickham wrote: Hi all, Given the recent CRAN push to prevent examples writing to the working directory, is there any interest in fixing base R examples that write to the working directory? A few candidates are the graphi

  1   2   3   4   5   6   7   8   >