Displaying 20 results from an estimated 10000 matches similar to: "Making libraries on gnuwin32 R-0.63.0"
2002 Nov 25
0
Fw: compile from source (win2000)
> > Uwe Ligges already told you *not* to unpack in ...\rw1061\library, but
> > that seems to be exactly what you have done, hence the problem.
>
> ...many sorrys for my ignorance
> and thanks for all your helps , now it works :-)
>
> regards,Christian
>
> ----- Original Message -----
> From: <ripley at stats.ox.ac.uk>
> To: "Christian Schulz"
2001 Dec 12
0
RE: [R] Rcmd SHLIB problem
Prof. Ripley,
Seems like mine is 629:
c:\home>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)
Copyright 1987-2001, Larry Wall
Binary build 629 provided by ActiveState Tool Corp.
http://www.ActiveState.com
Built 12:27:04 Aug 20 2001
Will try a newer build and see.
Regards,
Andy
> -----Original Message-----
>
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully.
You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says:
You will also
need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir,
echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from
the cygwin distribution (http://sourceware.cygnus.com/cygwin and
several
2000 Mar 30
2
Re: problem posting to r-help list
You are using the wrong make. Please read the instructions very carefully.
You _must_ use the cygwin make with the supplied Makefiles. As INSTALL says:
You will also
need suitable versions of at least make, sh, rm, sed, (g)awk, mkdir,
echo, cp, cut, diff, grep, egrep, pwd, expr and cat; we use those from
the cygwin distribution (http://sourceware.cygnus.com/cygwin and
several
2000 Mar 01
0
installation problems on Windows (was Problems with some components of R)
> Date: Wed, 01 Mar 2000 18:01:21 +0100
> From: LAREDO Laurent <mim60 at cict.fr>
>
> I have downloaded and transfered to my P.C (Window 98)
> the version of R which has been split on purpose,that is to
> say the rw0990b1.zip ,rw0990b2.zip ,etc files.
> I encountered no problem as far as the installation is concerned.
> But when I try to run some function ,for
2001 Aug 03
0
R and ATLAS on Windows
A while ago there was some request for supporting the ATLAS BLAS libraries
on Windows. I have finally succeeded in building the ATLAS libraries, and
made the necessary changes to the Makefiles. This will be available
in R-patched as from tomorrow's snapshot: see src/gnuwin32/INSTALL for
how to use it.
You will need to build an ATLAS library for your precise chip. This can
be a frustrating
1999 Jun 16
0
RE: Venables & Ripley 3rd edition
I have in my inbox a note saying books are expected in early August.
However, for R users there is relatively little advantage in the third
edition, except that almost everything works unchanged. The real advantages
of the third edition are for users of S-PLUS 5.x and 4.5/2000.
> From: Marc R. Feldesman
> To: guido at hal.stat.unipd.it; 'Guido Masarotto '; 'Maria Wolters '
2002 Aug 12
1
Error 127 and dlltool
Hello:
Many thanks to Professor Ripley for responding to my earlier post, included below, about trying to use mingw32 gcc.I did put back the original Rinternals.h. I am still crashing R every time I try to use C code.
Here is what I did, basd on readme.packages:
1.) Ensured that C:\Rtools was first in my path, and obtained a new tools.zip from BDR's R tools site.
2.) Ensured that I
1999 Feb 11
0
Problems with warnings from loess under Windows, at least (PR#119)
There are two separate problems with loess under Guido's rw0632 on
Windows, neither of which appear unless you try to do something that it is
trying to tell you is inadvisable. It bombs trying to tell you. I have
put up a replacement modreg.zip in the CRAN contrib collection that will
be mirrored tonight.
Both of these could potentially affect other platforms.
(1) A problem relating to the
2002 Jun 19
0
[R] Problems with url/download and http_proxy
This does seem to fix my problem:
> Sys.getenv("http_proxy")
http_proxy
"http://gproxy1.pfizer.com/"
> url("http://cran.r-project.org/src/contrib/PACKAGES",'r')
description
"http://cran.r-project.org/src/contrib/PACKAGES"
class
1998 Nov 14
1
seq() in 0.62.4 and 0.63
Solaris 2.6, R Version 0.63.0 (November 14, 1998)
Version 0.62.4 (October 24, 1998)
> seq(0.15, 0.70, 0.05)
[1] 0.15 0.20 0.25 0.30 0.35 0.40 0.45 0.50 0.55 0.60 0.65
The much reviled (on r-help) 0.62.3 got such simple cases right (even if
0.62.1 did not).
Jim Lindsey insisted that such bugs are reported here, so I am. And yes,
this is a real example and leads to an
2002 Aug 06
0
pipe and binary i/o (on Linux)
Thanks very much, Professor Ripley.
Reid Huntsinger
-----Original Message-----
From: ripley at stats.ox.ac.uk [mailto:ripley at stats.ox.ac.uk]
Sent: Tuesday, August 06, 2002 3:00 AM
To: Huntsinger, Reid
Cc: r-help at stat.math.ethz.ch
Subject: Re: [R] pipe and binary i/o (on Linux)
On Mon, 5 Aug 2002 ripley at stats.ox.ac.uk wrote:
> pipe predates readBin, and no one has seen a
2000 Aug 28
0
under certain conditions, model.matrix appears to lack one (PR#648)
On Mon, 28 Aug 2000, Rashid Nassar wrote:
> Dear Professor Ripley,
>
> Thank you very much for your kind explanation. If I may lamely say
> something in my defence, even as I apologize for my error: I mistook the
> sentence "the (quoted) name of a function" to mean "optionally quoted"
> because of the parentheses surrounding "quoted", and was
2001 Aug 21
0
Re: [R] Problem using GLM in a loop (fwd)
This example is caused by R's messing with formula environments.
That's explained in ?formula, but should it not be explained in
?model.frame ?
Simple test:
data <- data.frame(y=rnorm(100), x=1:100)
testit <- function(formula)
{
weights <- runif(100)
glm(formula, weights=weights, data=data)
}
testit(y ~ x)
weights is looked for in the environment of the formula, not of
1999 Sep 28
1
Collating sequences are used inconsistently. (PR#289)
R 0.65.0 (and all others I have seen), Solaris 2.6.
> sort(c("a", "A", "b", "B"))
[1] "A" "a" "B" "b"
> "a" < "B"
[1] FALSE
in the en_UK locale. I don't think it is good idea that sort and <
have a different idea of ordering, so I rate this as a bug. As far as I can
see sort uses
1998 Nov 20
2
installing R packages in Windows?
> Date: Fri, 20 Nov 1998 15:58:07 +0100
> To: r-help at stat.math.ethz.ch
> Subject: [R] installing R packages in Windows?
> From: 320098218774-0001 at t-online.de (Pablo E. Verde)
>
> I am a Windows user of R. Could somebody give me a concrete
> example of how to install a package in R? I have tried to
> follow the Appendix C of "R complements to Modern Applied
>
1998 Nov 20
2
installing R packages in Windows?
> Date: Fri, 20 Nov 1998 15:58:07 +0100
> To: r-help at stat.math.ethz.ch
> Subject: [R] installing R packages in Windows?
> From: 320098218774-0001 at t-online.de (Pablo E. Verde)
>
> I am a Windows user of R. Could somebody give me a concrete
> example of how to install a package in R? I have tried to
> follow the Appendix C of "R complements to Modern Applied
>
2006 Mar 09
0
Linking Rblas [under Windows]
Dear Prof. Ripley,
thank you very much. It works now absolutely fine using a "Makevars"
file with the contents you suggested.
Thanks again,
Roland
> -----Original Message-----
> From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
> Sent: Thursday, March 09, 2006 12:09 PM
> To: Rau, Roland
> Cc: r-help at stat.math.ethz.ch
> Subject: Re: [R] Linking Rblas
2002 Jun 19
0
FW: [R] Problems with url/download and http_proxy (PR#1689)
For the record.
-----Original Message-----
From: ripley@stats.ox.ac.uk [mailto:ripley@stats.ox.ac.uk]
Sent: Tuesday, June 18, 2002 3:21 PM
To: Warnes, Gregory R
Cc: 'r-help@stat.math.ethz.ch'
Subject: RE: [R] Problems with url/download and http_proxy
The port is not supposed to be required, so rather than fix the docs can
anyone fix the problem?
On Tue, 18 Jun 2002, Warnes, Gregory R
1998 Jul 20
0
R-beta: V&R libraries, tree for 0.62.2, R Complements for V&R
Versions of the V&R libraries, VR_5.3pl025-1.tar.gz, and of
tree_0.2-2.tar.gz (giving most of the functionality of S's tree system
including all that I have ever used) are now available on CRAN's Vienna
node, and will propagate.
There is an early draft of an R user's complements on Venables & Ripley
available from
http://www.stats.ox.ac.uk/pub/MASS2/Compl.shtml
This is