[Rd] Fortran and C entry point problem.

2006-03-30 Thread Steve Su
Dear All, I have seen a number of e mails on this topic but I have not seen a general solution to date. I have Fortran and C source codes and they have been compiled successfully using: R CMD build mypackage And R CMD install mypackage Without error messages. I then open R

[Rd] Compiling codes from existing packages.

2006-03-29 Thread Steve Su
Dear All, I wonder if there is a step by step guide somewhere that will allow me to use Fortran and C codes from packages already on CRAN? I am using Windows XP and "R-2.2.1". I could link to these packages but the problem is that they get updated and they are not backward compatible. Also,

[Rd] "sh" is not recognised as an internal or external command, operable program or batch file

2006-03-26 Thread Steve Su
Dear All, I was trying to check my package using R CMD check GLDEX And I got the following error? "sh" is not recognised as an internal or external command, operable program or batch file Can anyone let me know what might be the cause of this error? Thanks. Steve.

[Rd] Creating a package bundle.

2006-03-26 Thread Steve Su
Dear All, What is the easiest way to create a package bundle in R? I have three packages I would like to group together in which one package will depends on three others. It looks like from http://tolstoy.newcastle.edu.au/R/help/01a/0284.html, all that is required is to put require in the .Fir