Knut Krueger wrote:
>
> Thomas Lumley schrieb:
>
>
>>On Tue, 11 Oct 2005, Knut Krueger wrote:
>>
>>
>>
>>>I found a definition of the SPSS files.
>>>http://www.wotsit.org/download.asp?f=spssdata
>>>but they recommend to use the spss input/output dll to ensure upward
>>>compatbility
>>>
>>>
>
[EMAIL PROTECTED] wrote:
> Full_Name: Ian G
> Version: latest
Please tell us which version. There are at least three versions which
might be called "latest", and by tomorrow two of them may well be different.
> OS: win xp pro sp1
> Submission from: (NULL) (193.1.209.251)
>
>
> step one
> sta
Hi,
I have additional comments on building R with PGI compiler.
If one wants to use external BLAS library, then pgf90 instead of pgf77
should be used, and BLAS_LIBS flags should be set.
e.g.
F77 = $PG_HOME/bin/pgf90
BLAS_LIBS='-L/opt/acml2.7.0/pgi64/ -lacml' # for ACML library
BLAS_LIBS='
Hi list,
The task I am facing is, I need to work on a web interface (which is based
on java) for R, user selects statistical methods he wants, then submits them
to back R computing engine, the results (estimates or test results) can be
returned to user on webpage. The statistical methods may not b
Hello,
Running the rgl demo package (demo(rgl)) causes memory corruption when
used with
R 2.2.0 under Windows. I tested on two Windows systems: Windows 2000 and
Windows XP.
When you terminate R after running the demo you get a message about the
application
trying to reference invalid memory. I
Thomas Lumley schrieb:
>Yes, but it can't be incorporated in the "foreign" package, which has a
>GPL license, and in any case wouldn't work off Windows. It's not clear
>that it would be much easier than using the PSPP code in any case.
>
>
>
Seems that it is easier to save as Excel files a
On Wed, 12 Oct 2005, Knut Krueger wrote:
> Thomas Lumley schrieb:
>> On Tue, 11 Oct 2005, Knut Krueger wrote:
>>> I found a definition of the SPSS files.
>>> http://www.wotsit.org/download.asp?f=spssdata
>>> but they recommend to use the spss input/output dll to ensure upward
>>> compatbility
>>>
>
Thomas Lumley schrieb:
>On Tue, 11 Oct 2005, Knut Krueger wrote:
>
>
>>I found a definition of the SPSS files.
>>http://www.wotsit.org/download.asp?f=spssdata
>>but they recommend to use the spss input/output dll to ensure upward
>>compatbility
>>
>>
>>
>
>"Well, they would say that, would
You need to link against -lRblas as well, since that is where the BLAS
library entry points are.
See `Writing R Extensions' for a platform-independent way to do this via
variables in Makevars (you need ${BLAS_LIBS) $(FLIBS)).
On Wed, 12 Oct 2005, Heather Turner wrote:
> Hi,
>
> I was wondering
Hi,
I was wondering if I could use the matprod function from array.c in my own C
routine. I tried the following as a test
/* my_matprod.c */
# include /* for REAL, SEXP etc */
# include /* array.c says need for dgemm */
/* following copied from array.c */
static void matprod(double *x, int
Full_Name: Ian G
Version: latest
OS: win xp pro sp1
Submission from: (NULL) (193.1.209.251)
step one
start the r project any way you like
step two
type "demo()" and press return
step three
press then shortcut button to open file 'just under the file menu'
while then demp screen is up
the progr
Hi Prof Ripley,
The "problem" seems to go away by using gmake instead
of /usr/ccs/bin/make. Compilation is successful, but
now, I get core dump during make check.
==
gmake[1]: Entering directory
`/tmp/apps/R-2.2.0-32/tests'
gmake[2]: Entering directory
`/tmp/apps/R-2.2.0-3
12 matches
Mail list logo