This is discussed in README.packages: yes you do need to build an import
library for VC++6 (don't know for sure about later versions). The
recommended route is to build it from the sources, but pexports.exe from
mingw-utils can usually be used.
On Mon, 4 Dec 2006, Christos Hatzis wrote:
> Hi,
Sorry. I found the answer in an earlier post by Prof. Ripley. I must have
not searched the archives hard enough.
http://tolstoy.newcastle.edu.au/R/e2/devel/06/10/0723.html
-Christos
_
From: Christos Hatzis [mailto:[EMAIL PROTECTED]
Sent: Monday, December 04, 2006 4:43 PM
To: 'r-dev
Full_Name: Miguel Andrade
Version: 2.3.1
OS: Linux
Submission from: (NULL) (213.63.192.244)
$platform
[1] "i486-pc-linux-gnu"
$arch
[1] "i486"
$os
[1] "linux-gnu"
$system
[1] "i486, linux-gnu"
$status
[1] ""
$major
[1] "2"
$minor
[1] "3.1"
$year
[1] "2006"
$month
[1] "06"
$day
[1] "01"
$`svn rev`
Hi,
I am trying to use dynamic memory allocation in the C code to be called by R
through the .C interface.
I have used R_alloc as explained in the Writing R Extensions and included
the R.h header.
The program compiles fine but fails when linking. Obviously it needs a
library file where R_alloc i
Dear R experts,
I have started recoding bottlenecks of my R program in C. When doing
so, I realized that my C knowledge is a bit rusty: the last time I
used (or dabbled in) this language was 12 years ago, and I seem to
have forgotten quite a bit, and the language also evolved since.
Please recom
> "AlexD" == oma be
> on Mon, 4 Dec 2006 11:21:44 +0100 (CET) writes:
AlexD> Full_Name: Alex Deckmyn Version: 2.4.0 OS: linux
AlexD> Submission from: (NULL) (193.190.63.62)
AlexD> specifying the "right" option in hist results in a
AlexD> warning when plot=F. The opt
This seems to be the same as
o hist(*, include.lowest=., right=., plot=FALSE) does not warn
anymore, (PR#9356) and more.
already fixed in R-patched.
On Mon, 4 Dec 2006, [EMAIL PROTECTED] wrote:
> Full_Name: Alex Deckmyn
> Version: 2.4.0
> OS: linux
> Submission from: (NULL) (193
Full_Name: Alex Deckmyn
Version: 2.4.0
OS: linux
Submission from: (NULL) (193.190.63.62)
specifying the "right" option in hist results in a warning when plot=F. The
option is taken into account correctly, but a warning is issued anyway. When
plot=T there is no warning.
> hist(c(1,1.5),breaks=0:4