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
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
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
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
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
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
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
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
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
--