2008/6/7 <[EMAIL PROTECTED]>:
>
> Message: 11
> Date: Sat, 7 Jun 2008 03:38:23 +0900
> From: "Tadashi Kadowaki" <[EMAIL PROTECTED]>
> Subject: [Rd] Makevars or congiure for multi platforms
> To: r-devel@r-project.org
> Message-ID:
><[EMAIL PROTECTED]>
> Content-Type: text/plain; charset=IS
Brian,
On 6 June 2008 at 07:33, Dirk Eddelbuettel wrote:
|
| On 6 June 2008 at 13:13, Prof Brian Ripley wrote:
| | > On 6 June 2008 at 11:34, Prof Brian Ripley wrote:
| | > | Isn't this what Type: Frontend is for? That gives you complete control
| | > | and would seem appropriate for both of yo
Hi, Laurent and Tobias
Thanks a lot.
I could make configure script and upload it to r-forge.
https://r-forge.r-project.org/projects/pdf2/
It still works only on mac by default.
For Linux and Windows, it needs additional option like
-
R CMD INSTALL --configure-vars="R_INTERNAL_HEADER_DIR=/path
Paul Roebuck wrote:
Using slot() on object (or "@") and using a nonexistent
slotname returns an error (see example code).
R> setClass("foobar", representation=list(a="numeric"))
[1] "foobar"
R> foobar <- new("foobar", a=5)
R> [EMAIL PROTECTED]
[1] 5
R> [EMAIL PROTECTED]
Error: no slot of name "b
The package 'graph' defines classes graph and graphNEL (extending
graph) and a union,graph,graph-method. These are all exported and
fully documented.
The package 'GSEABase' Imports: graph and importClassesFrom(graph,
graphNEL). GSEABase defines methods on union for its own classes (not
graph / gra
John Chambers <[EMAIL PROTECTED]> writes:
> Paul Roebuck wrote:
>> Using slot() on object (or "@") and using a nonexistent
>> slotname returns an error (see example code).
[snip]
>> This is in reference to writing method that might be
>> passed an object created by previous version of software,
In the admin manual, there is some information about flags etc for Solaris:
CC="cc -xc99"
CPPFLAGS=-I/opt/csw/include
CFLAGS="-O -xlibmieee"
F77=f95
FFLAGS=-O4
CXX=CC
CXXFLAGS=-O
FC=f95
FCFLAGS=$FFLAGS
LDFLAGS=-L/opt/csw/lib
SHLIB_CXXLDFLAGS=-G -lCstd
Where as the CC command is quoted, the SHLIB
Dr. David Kirkby wrote:
In the admin manual, there is some information about flags etc for
Solaris:
CC="cc -xc99"
CPPFLAGS=-I/opt/csw/include
CFLAGS="-O -xlibmieee"
F77=f95
FFLAGS=-O4
CXX=CC
CXXFLAGS=-O
FC=f95
FCFLAGS=$FFLAGS
LDFLAGS=-L/opt/csw/lib
SHLIB_CXXLDFLAGS=-G -lCstd
Where as the CC co
What are reasonable conventions for dimnames for eigenvectors?
The standard 'eigen' function discards dimnames.
If a matrix X is symmetric (and rownames = colnames), it seems
more sensible to assign rownames(eigen(X)$vectors) <- rownames(X). The
eigenvalues seem different, so
Private headers are just that, private. They are not intended to be
available to packages, and not installed by the standard R makefiles on
either Unix-alikes or Windows.
I don't see it documented that they are available on MacOS X, and will
leave it to that platform's maintainers as to why t
Dear R developers,
I'm an Octave developer in the process of implementing a single
precision type in Octave and I have an issue with the NA value. The
choice of NA value in Octave was made a few years back so that the high
word of the NA value was 0x7ff0 and the low word was 0x07A2 for
com
Hi,
I just read the "Embedding R in Gnumeric" idea at
http://www.r-project.org/SoC08/ideas.html. On my side, I intend to add
as many statistics related plot types to the current gnumeric charting
engine as possible. We already have boxplots and partial support for
histograms. My immediate plans ar
Pietro,
[EMAIL PROTECTED] wrote:
> Hello,
>
> I am trying to embed R-code inside VB for Excel (probably a perverse
> endeavour anyway) and I am running into difficulties, especially when
> passing vectors back and forth between the two environments.
>
> (1) I am using the RExcel package.
There
13 matches
Mail list logo