Re: [Rd] documentation source diff...

2005-06-04 Thread Uwe Ligges
Wadsworth \ Brooks/Cole. } - \seealso{ - \code{\code{\link{colSums}}. You don't want \code twice... Some suggestions for further contributions: - you want to use diff with option -u - you want to use the original file as first argument and the changed file as second argument to diff. Uwe Ligges

[Rd] Re: [R] p-value 1 in fisher.test()

2005-06-04 Thread Uwe Ligges
, but please not globally. Uwe Ligges Best wishes to all, Ted. E-Mail: (Ted Harding) [EMAIL PROTECTED] Fax-to-email: +44 (0)870 094 0861 Date: 04-Jun-05 Time: 00:02:32

Re: [Rd] Problem with fPortfolio

2005-06-01 Thread Uwe Ligges
Yes, looks like a bug in package fPortfolio. Please report bugs in conztributed packages to the package maintainer (look at e.g. library(help=fPortfolio)) rather than to an R list. Thank you. Uwe Ligges Neuro LeSuperHéros wrote: Hello, I hesitate to call this a bug, because I could have

Re: [Rd] minus: operator and sign (PR#7908)

2005-05-31 Thread Uwe Ligges
Uwe Ligges wrote: [EMAIL PROTECTED] wrote: Full_Name: Allan Sims Version: 2.1.0 OS: WinXP Submission from: (NULL) (193.40.25.254) This should not be correct. It seams that first power is applied and then sign. -2^2 [1] -4 __ R-devel

Re: looking for RMySQL Windows binary; was: [Rd] (no subject)

2005-05-29 Thread Uwe Ligges
://stat.bell-labs.com/RS-DBI/download, provided by its maintainer, David A. James. Uwe Ligges Thanks for help Annika __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Rout for library/base/R-ex/Extract.data.frame.R

2005-05-25 Thread Uwe Ligges
/mailman/listinfo/r-devel The base packages have their test cases in ...R/tests rather than R/src/library/packagename Uwe Ligges __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Internationalizing the Rcmdr package?

2005-05-22 Thread Uwe Ligges
For sure you have already read the write ups at http://developer.r-project.org/Translations.html as well as the corresponding sections in Writing R Extesnsions? There is also an article in the recent R News. I have tried out a toy example some time before the docs were that complete

Re: [Rd] Specifying dependency on a specific patched version

2005-05-15 Thread Uwe Ligges
Sys.putenv(TZ=GMT) but prior patched versions do not have this. Is there some way of ensuring that the 2005-05-14 or later release is used if on Windows only? No. Uwe Ligges __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r

Re: [Rd] bug, feature of mistery?

2005-05-12 Thread Uwe Ligges
on the other machine. Can you send me a reproducible example (off list), please (inlcuding example data)? Uwe On Wed, 11 May 2005, Uwe Ligges wrote: Giuseppe Ragusa wrote: I have two machines a linux_amd64_x86 (gentoo_amd64) and a linux_x86. Both run R-2.1.0. I have a very long program (hopefully

Re: [Rd] bug, feature of mistery?

2005-05-11 Thread Uwe Ligges
is *lexical* scoping involved? - Are you really calling you code from a clean workspace? - Why don't use pass g through optim() to f? Please do so, because it might be a scoping problem. - The .C call in psi() should not matter unless you are doing strange things in the part you omitted (...). Uwe Ligges

Re: [Rd] Implementing R on IBM p690 cluster Jump

2005-05-11 Thread Uwe Ligges
. How much cpu time for further R development do we get on that machine if we can help? ;-) Uwe Ligges After ./configure we get the final message: R is now configured for powerpc-ibm-aix5.2.0.0 Source directory: . Installation directory:/usr/local C compiler

Re: [Rd] can't build packages anymore...

2005-05-09 Thread Uwe Ligges
Jeff D. Hamann wrote: R developers, I've been happily building packages, under windows, for some time now and upgraded to R 2.1.0 and now when I attempt to build a package, I get the following errors... C:\conifersrcmd build Rconifers * checking for file 'Rconifers/DESCRIPTION' ... OK *

Re: [Rd] Different package versions on CRAN?

2005-05-08 Thread Uwe Ligges
Prof Brian Ripley wrote: On Sun, 8 May 2005, Philippe Grosjean wrote: I am making changes to some of my packages that are exposed in CRAN. Some changes make them incompatible with previous R versions [and I use Depends: R (= 2.1.0)]. I suspect that, as soon as I will upload this new version to

Re: [Rd] Problems compiling C code on windows

2005-04-27 Thread Uwe Ligges
read the manuals on how to set upo a working environment under Windows. Uwe Ligges In Linux it works wonderful but I need to get this code running on windows boxes. I know that the problem should be something with the dll generation/linkage in windows but I can't figure out. As a matter

Re: [Rd] Speeding up library loading

2005-04-25 Thread Uwe Ligges
Ali - wrote: (1) When R tries to load a library, does it load 'everything' in the library at once? No, see ?lazyLoad (2) Is there any options to 'load as you go'? Well, this is the way R does it Uwe Ligges __ R-devel@stat.math.ethz.ch mailing list

Re: [Rd] Speeding up library loading

2005-04-25 Thread Uwe Ligges
~ 6Mb of R code. Are you really sure about your code? Uwe Ligges __ R-devel@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] building recommended packages on Windows

2005-04-19 Thread Uwe Ligges
in the Recommended packages' subdirectory. Uwe Ligges h. -- Hiroyuki Kawakatsu School of Management and Economics 25 University Square Queen's University, Belfast Belfast BT7 1NN Northern Ireland United Kingdom Tel +44 (0)28 9097 3290 Fax +44 (0)28 9033 5156

Re: [Rd] orphaning CRAN packages

2005-04-09 Thread Uwe Ligges
(Ted Harding) wrote: On 09-Apr-05 Uwe Ligges wrote: [EMAIL PROTECTED] wrote: Dear R Developers, the following CRAN packages do not cleanly pass R CMD check for quite some time now and did not have any updates since the time given. Several attempts by the CRAN admins to contact the package

Re: [Rd] orphaning CRAN packages

2005-04-09 Thread Uwe Ligges
(Ted Harding) wrote: On 09-Apr-05 Uwe Ligges wrote: (Ted Harding) wrote: It would be serious if 'norm' were to lapse, since it is part of the 'norm+cat+mix+pan' family, and people using any of these are likely to have occasion to use the others. I'd offer to try to clean up 'norm' myself if only I

Re: Pacakge norm (was Re: [Rd] orphaning CRAN packages)

2005-04-09 Thread Uwe Ligges
(Ted Harding) wrote: On 09-Apr-05 Prof Brian Ripley wrote: The known problems are in the file http://www.r-project.org/nocvs/R.check/r-devel/norm-00check.txt No showstoppers, so given the saga of Ted's connectivity, I would suggest waiting for the release on April 18. There are no declared

Re: [Rd] new R package BRugs

2005-04-08 Thread Uwe Ligges
OK, here we go (since we forgot to address the the Linux folks' problems explicitly - apologies!). *In principle*, you need the 1.5 version of the BlackBox Compiler from http://www.oberon.ch/blackbox.html Details and documentation how to compile are available from the developer manual:

Re: [Rd] rw2010alpha

2005-03-24 Thread Uwe Ligges
library and specify that one to be used by both versions. - do I have to download the libraries all over again? or no - some other solution? You can use the packages compiled for R-devel also for R-2.1.0 alpha. Copying/renaming either way should work in this case. Uwe Ligges Thanks

Re: [Rd] trouble building r-devel

2005-03-22 Thread Uwe Ligges
Duncan Murdoch wrote: On Tue, 22 Mar 2005 08:32:33 +0100, Uwe Ligges [EMAIL PROTECTED] wrote : [EMAIL PROTECTED] wrote: Thanks Seth (and Duncan)-- the murdoch-sutherland page seems to fix everything. The slimmed-down INSTALL file in R-devel src gnuwin32 doesn't refer to the page-- it might

Re: [Rd] trouble building r-devel

2005-03-21 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Thanks Seth (and Duncan)-- the murdoch-sutherland page seems to fix everything. The slimmed-down INSTALL file in R-devel src gnuwin32 doesn't refer to the page-- it might be good to add a reference. Mark, I disagree. This slimmed-down file points you to the thorough

Re: [Rd] Writing R documentation

2005-03-21 Thread Uwe Ligges
\$pred\$ipred, WB\$pred\$conc) \end{itemize} Is there a way to fix this? .Rd is not .tex. Please read the manual Writing R Extensions. You cannot use mathematical environments that way. There are \eqn{} environments, if you really need it. Uwe Ligges I tried Rdconv using --type=HTML but that did

Re: [Rd] package.skeleton

2005-03-19 Thread Uwe Ligges
) { - prompt(item, + prompt(name = item, filename = file.path(path, name, man, paste(list0[item], Rd, sep=.))) })) Uwe Ligges Best, Jim James W. MacDonald Affymetrix and cDNA Microarray

Re: [Rd] Package Installation in RGui (PR#7262)

2005-03-14 Thread Uwe Ligges
Under Windows, you cannot update / install a package, if the package has been loaded, because Windows locks the dll. This is a FAQ. Uwe Ligges Gorjanc Gregor wrote: Hello! I have just encountered the same situation as Heather and also Paul Gilbert at http://tolstoy.newcastle.edu.au/R/devel/05

Re: [Rd] Graphics devices file[name] argument

2005-02-24 Thread Uwe Ligges
. Specifying file = . should work because of partial matching. Uwe Ligges do.call(device, list(filename = pathname, height = height, width = width)) --- Method and first argument --- postscript(file, pdf(file, pictex(file, xfig(file, bitmap(file, jpeg

Re: [Rd] Wishlist: simple legend options (PR#7400)

2005-02-14 Thread Uwe Ligges
code that could be added to CRAN webpages for this. I hope r-team or CRAN maintainers will find this usefull. The file is much more easily available via SVN: https://svn.r-project.org/R/trunk/NEWS Uwe Ligges Look files: * A replacement for http://cran.at.r-project.org/sources.html. I added link

Re: [Rd] Wishlist: simple legend options (PR#7400)

2005-02-13 Thread Uwe Ligges
, in the current developer release (AKA R-devel, to be R-2.1.0), as you can easily see in the correpsonding NEWS file and the svn logs. Why do you follow up into the bug repository? Uwe Ligges Mail from Elizabeth --- It would be nice if legend

Re: [Rd] the incredible lightness of crossprod

2005-01-28 Thread Uwe Ligges
by Brian Ripley, on Linux it's really no effort to compile it yourself. For huge matrices you can use your some-years-old-desktop machine (with some advanced BLAS) to outperform expensive multi-CPU machines (without advanced BLAS). Uwe Ligges __ R

Re: [Rd] compiling and making R-2.0.1 for windows XP

2005-01-28 Thread Uwe Ligges
John Marsland wrote: I am having no luck compiling R-2.0.1 on a Windows XP platform. I have not had these problems when compliling previous versions of R. I've installed all the recommended software and tools. But I cannot get round this error message: make make[1]: `Rpwd.exe' is up to date.

Re: [Rd] Very Long Expressions

2005-01-24 Thread Uwe Ligges
(parse(text = paste(rep(1, 499), collapse = +))) Uwe Ligges Error: Object a not found And if this eval is passed to any other function, that function exits without error and without returning and object. So it seems that we've reached some upper limit of evaluation terms. While the parser is able

Re: [Rd] * creating vignettes ... ERROR

2005-01-21 Thread Uwe Ligges
bytes). Note, this is a very modern version of pdf*e*TeX! I don't know whether R is supposed to support it. If so, this is a bug. Uwe Ligges I have a quick look on the perl script build and it seem there is a grep for error. In the log file there is a line

Re: [Rd] running Sweave from Windows XP Explorer

2005-01-16 Thread Uwe Ligges
Gordon K Smyth wrote: I'd like to create a suitable batch file or shortcut so that I can run Sweave on a .Rnw or .Rtex file simply by clicking on the file from Windows Explorer in Windows XP (as I do with latex, bibtex etc). This looks tantalisingly possible using R CMD BATCH or Rterm possibly

Re: [Rd] is there String concating function in R?

2005-01-10 Thread Uwe Ligges
Saurin Jani wrote: Hi All, I prob. missed it but I would like to make string concating. Is there any string concating function in R? A - abc; B - .jpeg C - c(A,B); it does not do abc.jpeg in string format..? can anyone guide me ? ?paste Uwe Ligges Thank you, Saurin

Re: [Rd] install.packages and bundles

2005-01-06 Thread Uwe Ligges
Warnes, Gregory R wrote: Hi All, Since I changed the gregmisc package into a bundle, I almost daily questions asking how to get the individual packages contained in the bundle. The standard example arises when someone attempts to install and then use my 'genetics' package which depends on the

Re: [Rd] R, fptex, MikTex

2004-12-20 Thread Uwe Ligges
Gabor Grothendieck wrote: According to the following Windows package building info: http://www.murdoch-sutherland.com/Rtools/ fptex is easier to install with the R package building tools than MikTex. I have been using MikTex but was thinking of switching over to fptex to simplify my setup.

Re: [Rd] Suggestions for packages / help / index (long mail)

2004-11-29 Thread Uwe Ligges
support John Fox idea to encourage the use of \concept{} entries much stronger. Uwe Ligges On Wed, 2004-11-24 at 14:15, Eric Lecoutre wrote: At 15:06 24/11/2004, Gabor Grothendieck wrote: Eric Lecoutre lecoutre at stat.ucl.ac.be writes: : 6. Final point has already been discussed in the past

Re: [Rd] data() in data/*.R files

2004-11-29 Thread Uwe Ligges
Robin Hankin wrote: Hi I'm having difficulty making a package pass R CMD check. I need to read in a dataset from another package, modify it, and have the modified object available in the first package. help(require) says: The source code for a package that requires one or more other

Re: [Rd] [BUG?] xyplot in loop does not work

2004-11-22 Thread Uwe Ligges
Valery Khamenya wrote: Hi, the following code produces no graphic output: # library(lattice) library(car) data(Robey) for (i in 1:1) xyplot(tfr~contraceptors, data=Robey) # Yes, because you need to print()! See the FAQs. Uwe Ligges However if line

Re: [Rd] whishlist: legend - changing color of the boxes-border

2004-11-20 Thread Uwe Ligges
) par(opar) Uwe Ligges Yours /E Dipl. bio-chem. Eryk Witold Wolski @MPI-Moleculare Genetic Ihnestrasse 63-73 14195 Berlin'v' tel: 0049-30-83875219/ \ mail: [EMAIL PROTECTED

Re: [Rd] bug in methods' 'initialize' (or the functions called in turn) ?

2004-11-17 Thread Uwe Ligges
of days. Perhaps someone is including some new functionality and has not yet finished the updates. Uwe Ligges L. __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ [EMAIL PROTECTED

Re: [Rd] Questions on package creation

2004-11-11 Thread Uwe Ligges
into all this? I still have not used it and am not sure about it. It is used to overwrite the INDEX file. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel __ [EMAIL

Re: [Rd] Questions on package creation

2004-11-11 Thread Uwe Ligges
to build before (at least when you want to do the final checks before publishing the package), because some files might be excluded from the package during the build process! Uwe Ligges /E Gabor Grothendieck wrote: I have some questions about 1. nomenclature, 2. recommended file locations

Re: [Rd] wishlist: better error message in R CMD check

2004-11-07 Thread Uwe Ligges
Prof Brian Ripley wrote: On Sat, 6 Nov 2004, Uwe Ligges wrote: Liaw, Andy wrote: Gabor, I guess is that you did not try to run R CMD INSTALL before R CMD check. R CMD check will try to install the package first (in pkg.Rcheck), and only if that's successful would checks be done

Re: [Rd] wishlist: better error message in R CMD check

2004-11-07 Thread Uwe Ligges
Prof Brian Ripley wrote: On Sun, 7 Nov 2004, Uwe Ligges wrote: Prof Brian Ripley wrote: On Sat, 6 Nov 2004, Uwe Ligges wrote: Liaw, Andy wrote: Gabor, I guess is that you did not try to run R CMD INSTALL before R CMD check. R CMD check will try to install the package first (in pkg.Rcheck

[Rd] Re: [R] Building a package under WIN2000 / rw2.0

2004-11-07 Thread Uwe Ligges
Re: [Rd] wishlist: better error message in R CMD check [Rd] creating a package without lazy loading on R-devel. I'll try to debug. Uwe Ligges then after updating help pages I get: preparing package xx for lazy loading Error in tools:::.read_description(file) : file '/DESCRIPTION' does

Re: [Rd] wishlist: better error message in R CMD check

2004-11-06 Thread Uwe Ligges
so that a newline is inserted after each of those files? Uwe Ligges After a lot of aggravation I finally discovered that if I did this: copy *.R allofthem.R and checked line 602 in allofthem.R that I could find the error. I noticed that there are repeated references in the help archives

Re: [Rd] idea (PR#7345)

2004-11-05 Thread Uwe Ligges
you are going to include this feature for non-screen devices such as postscript()... Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] error in chron object library

2004-11-04 Thread Uwe Ligges
you have coded is 2011 rather than 1911! But I cannot be sure because you have not specified any reproducible example. Also, you have not said what the error message is. Which version of R, chron and the OS? Please read the posting guide! Uwe Ligges which are the solution? Juan S. Ramseyer

Re: [Rd] error in chron object library

2004-11-04 Thread Uwe Ligges
Ligges and other routine for save output_file, but, in the output_file, year is save in short format. thank you, Juan. Em Qui, 2004-11-04 s 10:43, Uwe Ligges escreveu: [EMAIL PROTECTED] wrote: Times series of rain and discharge in hydrologic - stations has above 95 years of daily records

Re: [Rd] Re: [R] case-insensitive ZIP

2004-11-02 Thread Uwe Ligges
--build, and they do have the extension .zip rather than .ZIP. So it looks like your web browser does strange things with the extension. Uwe Ligges I can continue on fine as is, so the remaining question is whether install.packages() should be amended for other users. I felt it did not fulfill its

Re: [Rd] R-2.0.0/lib/R/bin/INSTALL (PR#7329)

2004-11-01 Thread Uwe Ligges
management. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] NextMethod ignoring changed argument

2004-10-27 Thread Uwe Ligges
, drop = TRUE) { NextMethod([, drop = FALSE) } Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Re: [R] persp(), scatterplot3d(), ... argument

2004-10-27 Thread Uwe Ligges
Jari Oksanen wrote: On Wed, 2004-10-27 at 11:11, Uwe Ligges wrote: Jari Oksanen wrote: On Wed, 2004-10-27 at 10:04, Uwe Ligges wrote: This is a larger problem if 1. one of the underlying functions does not have ... 2. you want to relay arguments to two or more underlying functions, and 3. you

Re: [Rd] install.packages question / suggestion

2004-10-22 Thread Uwe Ligges
Prof Brian Ripley wrote: On Fri, 22 Oct 2004, Thomas Stabla wrote: when trying to write an R-file, which automatically installs and updates a given list of packages, Many of us already have scripts of that sort. I had two problems with install.packages() 1) install.packages(package) will

Re: [Rd] pnorm problem (PR#7302)

2004-10-21 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Full_Name: Morten Welinder Version: 2 OS: Solaris(sparc) Submission from: (NULL) (65.213.85.208) Works for me with R-2.0.0, Solaris 5.7 (UltraSparc), gcc-3.2.3, 32-bit. So you have to specify compiler version, OS version, R version etc. much more precisely. Uwe Ligges

Re: [Rd] is.vector() gives error (PR#7288)

2004-10-14 Thread Uwe Ligges
packages? Uwe Ligges What's recursive about is.vector? Kind regards, Jelle Goeman My R: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major2 minor0.0 year 2004 month10

Re: [Rd] inst directory

2004-10-09 Thread Uwe Ligges
set. Uwe Ligges make[2]: *** [C:/AlgDesign/AlgDesign.Rcheck/AlgDesign/inst]Error 2 make[1] *** [all] Error 2 make: *** [pkg-AlgDesign] Error2 *** Installation of AlgDesign failed The inst directory contains the sub directory doc with a pdf and dvi file. Any sub directory in inst seems

Re: [Rd] LazyLoad Depends

2004-10-08 Thread Uwe Ligges
Paul Gilbert wrote: I have added LazyLoad and LazyData to the DESCRIPTION files for my packages. This does not seem to cause problems with R-1.9.1 (although, if I understand correctly, it does not do anything). Should I be specifying Depends: R (= 1.9.1) or Depends: R (= 2.0.0)? What about

Re: [Rd] Favor

2004-10-06 Thread Uwe Ligges
... Uwe Ligges but I have not enough information and that's why I'm looking for the article Lexical Scope and Statistical Computing from Gentleman, but I don't want for the moment subscribe me to the American Statistical Association to download the article. Could anyone of you send me that article

Re: [Rd] Package Installation in RGui (PR#7262)

2004-10-05 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: Full_Name: Heather Turner Version: 2.0.0 OS: Windows NT Submission from: (NULL) (137.205.8.2) Works for me. Do you have the right permissions? Is there free space on drive H:? Uwe Ligges I tried using the Packages menu to install the gam package and get the following

Re: [Rd] rw2000dev: problems with library(foreign)

2004-09-24 Thread Uwe Ligges
Kjetil Brinchmann Halvorsen wrote: Martin Maechler wrote: Kjetil == Kjetil Brinchmann Halvorsen [EMAIL PROTECTED] on Fri, 24 Sep 2004 10:10:39 -0400 writes: Kjetil I get the following library(foreign) Kjetil Error in namespaceExport(ns, exports) : undefined Kjetil

Re: [Rd] Re: R-devel Digest, Vol 19, Issue 20

2004-09-23 Thread Uwe Ligges
in the last step, zip command does not work? Is there any good reference about the way creating a package using RGui? If you are under Windows, please also read .../src/gnuwin32/README.packages Uwe Ligges Thanks a lot!! Jimmy __ [EMAIL PROTECTED

[Rd] Bug in merge() in R-2.0.0 alpha

2004-09-15 Thread Uwe Ligges
) Error in [-(`*tmp*`, ri, value = NULL) : incompatible types Looks like the NA handling has changed anywhere. Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Run up to R 2.0.0 for package maintainers

2004-09-09 Thread Uwe Ligges
.) Additionally, package maintainers might want to look at the checks under Windows: http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] argument srt for mtext(); was: [R] using text on the x axis ticks rather than numbers

2004-09-08 Thread Uwe Ligges
Prof Brian Ripley wrote: On Tue, 7 Sep 2004, Adaikalavan Ramasamy wrote: Out of curiosity, why is srt not respected in mtext ? See examples below It doesn't make a lot of sense. mtext is about putting text on margin lines, and even the ability to have text perpendicular to the axis (via las) is

Re: [Rd] Re: argument srt for mtext(); was: [R] using text on the x axis ticks rather than numbers

2004-09-08 Thread Uwe Ligges
Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Uwe Ligges wrote: [...] Indeed, I think it is possible to provide an srt command (e.g. in half a year for something like R-2.1.0). What is expected for srt = 0? a) the current behaviour, i.e. srt=0

Re: [Rd] Re: argument srt for mtext(); was: [R] using text on the x axis ticks rather than numbers

2004-09-08 Thread Uwe Ligges
Marc Schwartz wrote: On Wed, 2004-09-08 at 03:13, Uwe Ligges wrote: Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Uwe Ligges wrote: [...] Indeed, I think it is possible to provide an srt command (e.g. in half a year for something like R-2.1.0). What

Re: [Rd] Re: argument srt for mtext(); was: [R] using text on the x axis ticks rather than numbers

2004-09-08 Thread Uwe Ligges
Marc Schwartz wrote: On Wed, 2004-09-08 at 08:02, Uwe Ligges wrote: Marc Schwartz wrote: On Wed, 2004-09-08 at 03:13, Uwe Ligges wrote: Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Prof Brian Ripley wrote: On Wed, 8 Sep 2004, Uwe Ligges wrote: [...] Indeed, I think it is possible

Re: [Rd] Problem with Rcmdr Help menu under devel version of R 2.0.0

2004-08-29 Thread Uwe Ligges
John, due to some Server modifications on my side and quite a lot of changes in R-2.0.0 (in devel) there might be an inconsistancy on CRAN. I'll check it this afternoon (MEST). Uwe Ligges John Fox wrote: Dear list members, I've encountered the following problem with the Rcmdr Help menu

Re: [Rd] R-2.0.0 (devel) binary Windows package problems; was: Problem with Rcmdr Help menu under devel version of R 2.0.0

2004-08-29 Thread Uwe Ligges
be an inconsistancy on CRAN. I'll check it this afternoon (MEST). Uwe Ligges John Fox wrote: Dear list members, I've encountered the following problem with the Rcmdr Help menu in the development version of R 2.0.0 under Windows XP (Version 2.0.0 Under development (unstable) (2004-08-20

Re: [Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-27 Thread Uwe Ligges
much will break an incredible amount of code (if someone changes mtext() in that manner, I'll unsubsribe from R-help for half a year ;-)). How does it S+? The outdated S-PLUS 4.5 behaves like R does, but the logic is different since you have to specify srt rather than las. Uwe Ligges Best Jens

Re: [Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-26 Thread Uwe Ligges
that it would be more flexible and logical to also have the 2 element form of adj=c(horizontal, vertical) here, but I fear that this creates a lot of incompatibilities with existing code and with S+. My suggestion was different: using a new argument padj to be more flexible. Uwe Ligges Best Jens Left

Re: [Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-24 Thread Uwe Ligges
Paul Murrell wrote: Hi Uwe Ligges wrote: [EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: Dear all, Our quite basic function mtext() does wrong adjustments in some parameter configurations. This gets obvious when using multi line texts: There is no way to properly adjust text perpendicular

Re: [Rd] mtext adj= wrong with several las= (PR#7188)

2004-08-22 Thread Uwe Ligges
of perpendicular text). Fixing this, and/or improving mtext()'s adj argument to accept 2 dimensions is desirable, but might be not that easy... I'll take a look during the next days, but nothing promised. Uwe Ligges Having looked into the code, there are three possible solution (all with some drawbacks) I

[Rd] legend's arguments angle and density

2004-08-20 Thread Uwe Ligges
AND density in legend(). Is there any point not to make angle = 45 the default, as it already is for polygon() and rect()? Uwe Ligges __ [EMAIL PROTECTED] mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] legend's arguments angle and density

2004-08-20 Thread Uwe Ligges
Martin Maechler wrote: UweL == Uwe Ligges [EMAIL PROTECTED] on Fri, 20 Aug 2004 17:01:13 +0200 writes: UweL Paul Murrell wrote [on 2002-03-14 with Subject: filled bars with UweL patterns in reply to Arne Mueller] Hi snip I'd also like to have the filled

Re: [Rd] (PR#7163) Install packages does not work on Win2003 serv er

2004-08-13 Thread Uwe Ligges
Walke, Rainer wrote: -Original Message- From: Uwe Ligges [SMTP:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 5:38 PM To: Walke, Rainer Cc: R-devel Subject:Re: [Rd] (PR#7163) Install packages does not work on Win2003 server Walke, Rainer wrote: a) It works for me

Re: [Rd] (PR#7163) Install packages does not work on Win2003 server

2004-08-12 Thread Uwe Ligges
to)? Please tell us the way you tried to install the package. Uwe Ligges What I did, was Install packages from local zip files... interactivly. Best, Rainer Walke Is the share form which R has been started mounted on a drive letter or do you start via the UNC path

Re: [Rd] Incorrect display of b[hat((a))] expression in plots

2004-07-28 Thread Uwe Ligges
Confirmed. I might look at it during August, since the underlying code is not that new to me. If Paul (or anybody else from R Core) has not answered yet and there is not already a related bug report in the database, I'd suggest to submit a bug report. Uwe Henrik Bengtsson wrote: Hi, I am not

Re: [Rd] RE: [Rcom-l] rcom 0.97 available for download

2004-07-21 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 09:39:29AM -0400, Liaw, Andy wrote: Would it make sense to have platform specific packages in a separate area on CRAN? I don't know of anything other than Windows that understand COM. The question is: What exactly is platform-specific? Yup, and

Re: [Rd] RE: [Rcom-l] rcom 0.97 available for download

2004-07-21 Thread Uwe Ligges
Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 04:40:46PM +0200, Uwe Ligges wrote: Dirk Eddelbuettel wrote: On Wed, Jul 21, 2004 at 09:39:29AM -0400, Liaw, Andy wrote: Would it make sense to have platform specific packages in a separate area on CRAN? I don't know of anything other than

Re: [Rd] vector documentation error?

2004-07-21 Thread Uwe Ligges
to be broken. A working address is: http://r-bugs.biostat.ku.dk/cgi-bin/R Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel __ [EMAIL PROTECTED] mailing list

Re: [Rd] rsync - cvs down?

2004-07-19 Thread Uwe Ligges
A.J. Rossini wrote: The svn server appears to be down. Actually, I'm just checking out a developer release from https://svn.r-project.org/R/trunk/ Note that https is required, ^ the unsecured http protocol seems not to be working... Uwe best, -tony Douglas Bates [EMAIL PROTECTED]

Re: [Rd] rsync - cvs down?

2004-07-19 Thread Uwe Ligges
Douglas Bates wrote: Marc Schwartz wrote: I am not able to access cvs via rsync today. Is the service down? Yes. We should have sent email about it to r-devel but it has been a hectic several days. The bad news is that the newly installed cvs.r-project.org machine, which is also

Re: [Rd] Replying to bug reports

2004-07-17 Thread Uwe Ligges
Martin Maechler wrote: Roger == Roger D Peng [EMAIL PROTECTED] on Fri, 16 Jul 2004 16:13:17 -0400 writes: Roger I have a naive question here, but only because I've Roger managed to screw this up twice in the last week. Roger What is the correct way to reply to a bug report?

Re: [Rd] bug in xyplot xlab, etc (PR#7076)

2004-07-11 Thread Uwe Ligges
[EMAIL PROTECTED] wrote: # Your mailer is set to none (default on Windows), # hence we cannot send the bug report directly from R. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] #

Re: [Rd] bug in xyplot xlab, etc

2004-07-11 Thread Uwe Ligges
Prof Brian Ripley wrote: BTW: Is it the correct way to submit bug reports on recommended packages to the R's bug repository? Instead, I would have send it to Deepayan as the maintainer of lattice (maybe a point that is not entirely clear from the FAQs: distinguishing contributed, recommended

Re: [Rd] Cannot Restore Workspace with R 1.9.1 (PR#7012)

2004-06-23 Thread Uwe Ligges
than R-1.9.0 and R-1.9.1) or at least you have outdated packages in your libraries. Moreover, you may have some self edited startup stuff (like loading MASS in any RProfile file???). It would help us to know what you did exactly ... Uwe Ligges This problem does not occur with R 1.9.0 or if I just

Re: [Rd] regarding saving R graphis images directly to directory

2004-06-21 Thread Uwe Ligges
Martin Maechler wrote: Vadim == Vadim Ogranovich [EMAIL PROTECTED] on Sun, 20 Jun 2004 15:22:41 -0700 writes: Vadim If you just need to ignore the errors use try or tryCatch around the Vadim plotting functions. Vadim Re: jpeg and friends. R has a notion of current Vadim device

[Rd] Windows binary packages for R-1.8.x and R-devel

2004-06-21 Thread Uwe Ligges
they get by the checks on Linux (http://cran.r-project.org/src/contrib/checkSummary.html) are consistent with those on Windows (http://cran.r-project.org/bin/windows/contrib/checkSummaryWin.html). - Compiling Windows binaries of contributed CRAN packages for R-1.8.x has been suspended. Uwe Ligges

Re: [Rd] x-table package

2004-06-18 Thread Uwe Ligges
maintainer. In this case the maintainer is: David Dahl [EMAIL PROTECTED] Uwe Ligges Thank you for your kind attention (and for having developed a very useful package indeed!). Sincerely Claudio Lupi __ [EMAIL PROTECTED] mailing list https

Re: [Rd] Package installation

2004-06-10 Thread Uwe Ligges
. What is your actual library.dynam() call in .First.lib()? Do you have read access to all the files in /usr/lib/R/library/izbi (in particular to /izbi/lib/izbi.so - and does it exist)? Running R CMD check might give additional hints ... Uwe Ligges Unfortunately, the whole package is written

Re: [Rd] R-1.9.1 scheduled for June 21

2004-06-07 Thread Uwe Ligges
Peter Dalgaard wrote: The release of R-1.9.1 is scheduled for Monday, June 21. Automatic generation of daily alpha releases should start Monday, June 7 and switch to beta status on Monday, June 14. It would be good if package maintainers could get any planned changes done as soon as possible, and

Re: [Rd] R-1.9.1 scheduled for June 21

2004-06-07 Thread Uwe Ligges
Uwe Ligges wrote: Peter Dalgaard wrote: The release of R-1.9.1 is scheduled for Monday, June 21. Automatic generation of daily alpha releases should start Monday, June 7 and switch to beta status on Monday, June 14. It would be good if package maintainers could get any planned changes done as soon

Re: [Rd] Crash of approx on extreme case

2004-06-05 Thread Uwe Ligges
), xout=NaN) does not seg.fault anymore (PR#6809). Uwe Ligges __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] e1071 build issue

2004-05-31 Thread Uwe Ligges
. Hence try to install the recommended packages first. Uwe Ligges Using 30 May 2004 developer version of R-1.9.0 trying URL `http://cran.r-project.org/src/contrib/e1071_1.4-0.tar.gz' Content type `application/x-tar' length 325388 bytes opened URL

Re: [Rd] rgl for Windows

2004-04-26 Thread Uwe Ligges
John Fox wrote: Dear list members, I think that it's a pity that there's no Windows binary for the rgl package on CRAN. I understand that rgl doesn't compile with the standard Windows tools and that there's a Windows binary on Daniel Adler's web site. But the lack of an rgl binary on CRAN

  1   2   >