[Rd] suggested package not found

2007-06-08 Thread Tim Bergsma
I normally work in Windows, but make my packages under Unix. My package 'b' suggests my package 'a'. R CMD check fails for 'b', even though 'a' is installed: "Packages required but not available: b". What do I have to do to make 'a' available, besides R CMD INSTALL 'a'? I'm not spotting the

Re: [Rd] R CMD SHLIB error using OS X

2007-06-08 Thread Simon Urbanek
Richard, On Jun 8, 2007, at 9:29 AM, Richard Zur wrote: > I'm using R 2.5.0 with OS X 10.4.9 and Xcode 2.4.1 on a PowerPC. My > code used to compile fine with R 2.4.* and Xcode 2.2 (I think). > > I'm compiling some C code (named mhroc_prop.c) that calls a fortran > routine from mvndstpack.f I g

[Rd] R CMD SHLIB error using OS X

2007-06-08 Thread Richard Zur
Hello, I'm using R 2.5.0 with OS X 10.4.9 and Xcode 2.4.1 on a PowerPC. My code used to compile fine with R 2.4.* and Xcode 2.2 (I think). I'm compiling some C code (named mhroc_prop.c) that calls a fortran routine from mvndstpack.f I get the error /usr/bin/libtool: file: mvndstpack.o is not

Re: [Rd] Question about Running C code from R

2007-06-08 Thread Prof Brian Ripley
Since you are using Borland C++, the examples in the online complement to 'S Programming' are relevant, as is README.packages. Basically, you have not managed to export any entry points, and to do so you will need to make a DLL and not a .exe. *However* it is much easier to make use of the Mi

[Rd] Update help file (PR#9724)

2007-06-08 Thread software
Full_Name: Ian Gregory Version: latest OS: Widnows XP Submission from: (NULL) (58.110.163.199) fSeries is a great package keep it up. Need to update the help page. Type:help(garchOxFit) The line: garchOxFit(formula.mean = ~arma(0,0), formula.var = ~garch(1,1)) Should be changed to: garchOx

[Rd] Question about Running C code from R

2007-06-08 Thread Marthews, T. R.
Dear R-devel, Apologies for sending what is probably a very simple question to R-devel: I am definitely missing something very simple and can't work out what it is. I've been trying to find the problem here for about a month and need some help! I am trying to work out how to run a C program f