[Rd] Irregularity in stem() display (PR#8934)

2006-06-02 Thread pinard
Hi, R people. Consider the following small R session: ==> > a <- c(8.48, 9.58, 9.96) > stem(a) The decimal point is at the | 8 | 8 | 5 9 | 9 | 6 10 | 0 > stem(round(a,1)) The decimal point is at the | 8 | 5

[Rd] documentation bug as S-Plus catches up (PR#8933)

2006-06-02 Thread rmh
# R for Windows will not send your bug report automatically. # Please copy the bug report (after finishing it) to # your favorite email program and send it to # # [EMAIL PROTECTED] # ## The R documentation for "is.R" says "## 'which()'

Re: [Rd] Helping out - simple bugs to help familiarize with R design, source, etc

2006-06-02 Thread Kevin B. Hendricks
Hi, Please forgive me but I am just learning how to debug in this environment. Info on Bug 7924, as far as I understand the comment, if someone knew how calling identical(call1,call2) actually helped set NAMED it might lead them to a solution. Here is my attempt to track down when how this

Re: [Rd] Helping out - simple bugs to help familiarize with R design, source, etc

2006-06-02 Thread Kevin B. Hendricks
Hi Thomas, > A key fact here is that NAMED(object) is 0 if the object is not > (part of) an R variable, 1 if it is (part of) exactly one R > variable, 2 if it is part of more than one R variable. > The point is that NAMED=0 or 1 objects can be safely modified, but > NAMED=2 have to be copi

Re: [Rd] Typo fix for readBin.Rd

2006-06-02 Thread Prof Brian Ripley
Thanks. The following line of explanation has also disappeared. On Fri, 2 Jun 2006, Seth Falcon wrote: > Hi, > > The man page for readBin has a small typo: > > --- a/src/library/base/man/readBin.Rd > +++ b/src/library/base/man/readBin.Rd > @@ -58,7 +58,7 @@ writeBin(object, con, size = NA, endia

[Rd] Typo fix for readBin.Rd

2006-06-02 Thread Seth Falcon
Hi, The man page for readBin has a small typo: --- a/src/library/base/man/readBin.Rd +++ b/src/library/base/man/readBin.Rd @@ -58,7 +58,7 @@ writeBin(object, con, size = NA, endian \code{readBin} and \code{writeBin} read and write C-style zero-terminated character strings. Input string

[Rd] Helping out - simple bugs to help familiarize with R design, source, etc

2006-06-02 Thread Kevin B. Hendricks
Hi All, Well I finally have found the time to get svn working and I have successfully built my own tuned atlas (multi-threaded version) libs and have both the r-devel and r-patched trees building daily on my box. The problem is I still do not have a good idea of the layout and design of R,

Re: [Rd] task view errors

2006-06-02 Thread Uwe Ligges
Achim Zeileis wrote: > Paul, > > ctv is a contributed package... > > >>I am getting several errors about Windows only packages when I use >>task views. Is this suppose to be a Windows-centric utility? > > > No. > I'll see whether there is an easy way to keep install.views() from > installing

Re: [Rd] task view errors

2006-06-02 Thread Uwe Ligges
Paul Gilbert wrote: > I am getting several errors about Windows only packages when I use task > views. Is this suppose to be a Windows-centric utility? Paul, not at all, but the 3 packages mentioned below only work under Windows, because they depend on software such as DCOM, OpenBUGS and MIM,

Re: [Rd] task view errors

2006-06-02 Thread Achim Zeileis
Paul, ctv is a contributed package... > I am getting several errors about Windows only packages when I use > task views. Is this suppose to be a Windows-centric utility? No. I'll see whether there is an easy way to keep install.views() from installing Windows-only packages on non-Windows machin

[Rd] task view errors

2006-06-02 Thread Paul Gilbert
I am getting several errors about Windows only packages when I use task views. Is this suppose to be a Windows-centric utility? Also, I am sure there must be a simple way to tell which packages are in a view, but I haven't found it. If there isn't, it would be nice to have. Paul Gilbert __

Re: [Rd] Installation R-2.3.1 on IBM AIX5.3 (PR#8931)

2006-06-02 Thread ripley
On Fri, 2 Jun 2006, [EMAIL PROTECTED] wrote: > Full_Name: Karsten Tabelow > Version: R-2.3.1 > OS: AIX5.3 > Submission from: (NULL) (62.141.176.2) > > > Specification in config.site: > > CC=xlc_r > CFLAGS='-O -qstrict' > F77=xlf_r > FFLAGS='-O -qstrict' > SHLIB_LDFLAGS='-G' > DYLIB_LDFLAGS='-G' >

[Rd] Installation R-2.3.1 on IBM AIX5.3 (PR#8931)

2006-06-02 Thread tabelow
Full_Name: Karsten Tabelow Version: R-2.3.1 OS: AIX5.3 Submission from: (NULL) (62.141.176.2) Specification in config.site: CC=xlc_r CFLAGS='-O -qstrict' F77=xlf_r FFLAGS='-O -qstrict' SHLIB_LDFLAGS='-G' DYLIB_LDFLAGS='-G' LDFLAGS='-brtl' CXX=xlc++_r CXXFLAGS='-O -qstrict' Complilation error in

Re: [Rd] error message from help.search()

2006-06-02 Thread Prof Brian Ripley
On Fri, 2 Jun 2006, Jean lobry wrote: > Dear R-Devel, > > consider: > > [rufus:~] lobry% R --vanilla --quiet >> sessionInfo() > Version 2.3.0 (2006-04-24) > powerpc-apple-darwin8.6.0 > > attached base packages: > [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" > [7] "ba

[Rd] error message from help.search()

2006-06-02 Thread Jean lobry
Dear R-Devel, consider: [rufus:~] lobry% R --vanilla --quiet > sessionInfo() Version 2.3.0 (2006-04-24) powerpc-apple-darwin8.6.0 attached base packages: [1] "methods" "stats" "graphics" "grDevices" "utils" "datasets" [7] "base" > help.search(package = "graphics", keyword = "hplot")