Re: [Rd] Inconsistency in gsub in R.2.6.2 (PR#10978)

2008-03-17 Thread ripley
This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --27464147-1221975610-1205822844=:9482 Content-Type: TEXT/PLAIN; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8BIT This has alread

[Rd] Roxygen

2008-03-17 Thread Peter Danenberg
Is this the appropriate place for GSoC conversations? If I understand the proposal correctly, there should be a lexer (written in R) that exposes an API; that API would be used by segregated mini-parsers (Roclets) which do the dirty work of Roxygen -> {html, LaTeX, DocBook, ...} translation. The

[Rd] Inconsistency in gsub in R.2.6.2 (PR#10978)

2008-03-17 Thread christian . buchta
This is a multi-part message in MIME format. --040104050805010601010607 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hi, May this be an oversight? R version 2.6.2 Patched (2008-03-13 r44783) Copyright (C) 2008 The R Foundation for Stati

[Rd] Documentation of par, 'xaxs', (PR#10975)

2008-03-17 Thread dgrove
Full_Name: Doug Grove Version: 2.7.0-dev (Feb 28) OS: Linux Submission from: (NULL) (140.107.164.65) In the par() help page, for component 'xaxs' it says: "Style '"r"' (regular) first extends the data range by 4 percent and then ..." Not quite correct, should say that the data range is ex

[Rd] Accessing vector elements by a factor (PR#10971)

2008-03-17 Thread dennis . walvoort
Full_Name: Dennis Walvoort Version: 2.6.2 OS: MS Windows XP Submission from: (NULL) (137.224.252.10) I've encountered a problem when extracting vector elements by a factor. Let's create a (named) character vector v: i <- 1:10 v <- letters[i] names(v) <- i Let iInt, iChr, and iFac denote intege

Re: [Rd] how to get access to C++ Objects

2008-03-17 Thread Duncan Murdoch
On 3/17/2008 1:06 PM, Adrian Martínez Vargas wrote: > > > In the "Writing R Extensions" manual appears this example, to get access to > C++ function using the R commands: > > > > R> dyn.load(paste("X", .Platform$dynlib.ext, sep = "")) > > constructor Y > > R> .C("X_main") > > constructor

[Rd] how to get access to C++ Objects

2008-03-17 Thread Adrian Martínez Vargas
In the "Writing R Extensions" manual appears this example, to get access to C++ function using the R commands: R> dyn.load(paste("X", .Platform$dynlib.ext, sep = "")) constructor Y R> .C("X_main") constructor X destructor X list() That gives me access to the function "X_main", b

Re: [Rd] Problems building rpm for R-2.6.2 on Opensuse Factory

2008-03-17 Thread Prof Brian Ripley
On Mon, 17 Mar 2008, Detlef Steuer wrote: > Hi, > > make check fails in the way shown below when I try to build > R-2.6.2 on OpenSuSE Factory x86_64. It builds fine on i586. > (and on all older Versions of Opensuse) > > Is there something I can do? > Are there known problems with some gcc versions

[Rd] Problems building rpm for R-2.6.2 on Opensuse Factory

2008-03-17 Thread Detlef Steuer
Hi, make check fails in the way shown below when I try to build R-2.6.2 on OpenSuSE Factory x86_64. It builds fine on i586. (and on all older Versions of Opensuse) Is there something I can do? Are there known problems with some gcc versions? (Factory uses 4.3.0) Output from ./configure is --