Re: [Rd] include dll in R-package

2012-08-27 Thread LIYING HUANG
I am quite new in R, I looked at R manual- how to build R Package, still not very clear. Yes, it would be very helpful if I could download a package having Fortran source codes to look at, Do you know any package built with Fortran source code? Thanks! Liy - 原始邮件 - 发件人: "Kasper Danie

Re: [Rd] very minor typo in doc for embedFonts

2012-08-27 Thread Duncan Murdoch
On 27/08/2012 3:43 PM, Simon Jackman wrote: in the "Details" section: "It this is unset…" should read "If this is unset" Thanks, will fix. Duncan Murdoch > version _ platform x86_64-apple-darwin9.8.0 arch x86_64 os darwin9.8.0 system x86

[Rd] very minor typo in doc for embedFonts

2012-08-27 Thread Simon Jackman
in the "Details" section: "It this is unset…" should read "If this is unset" > version _ platform x86_64-apple-darwin9.8.0 arch x86_64 os darwin9.8.0

[Rd] non portable filenames

2012-08-27 Thread Kasper Daniel Hansen
I am including an external piece of software in an R package. This software ships with its own configure script generated by autoconf/automake, and this script is being run as part of the package configure script. The package contains a file m4/lt~obsolete.m4 which - as far as I can see - is a

Re: [Rd] Package "datasets" not exporting anything on a recent R-2.15.1-patched

2012-08-27 Thread Laurent Gautier
On 2012-08-27 11:32, Uwe Ligges wrote: On 26.08.2012 20:01, Laurent Gautier wrote: On 2012-08-26 19:27, Prof Brian Ripley wrote: On 26/08/2012 18:20, Laurent Gautier wrote: On 2012-08-26 19:03, Prof Brian Ripley wrote: On 26/08/2012 17:25, Laurent Gautier wrote: Hi, I just stumbled on the

Re: [Rd] include dll in R-package

2012-08-27 Thread LIYING HUANG
Jeff, Thanks for the reply. For "explicit dependency", can dll and functions be specified in namespace and imported by the package automatically? or the user has to use dyn.load and is.loaded to load the dll and functions in R? If it is the former, could you point me to an example that I could

Re: [Rd] Package "datasets" not exporting anything on a recent R-2.15.1-patched

2012-08-27 Thread Uwe Ligges
On 26.08.2012 20:01, Laurent Gautier wrote: On 2012-08-26 19:27, Prof Brian Ripley wrote: On 26/08/2012 18:20, Laurent Gautier wrote: On 2012-08-26 19:03, Prof Brian Ripley wrote: On 26/08/2012 17:25, Laurent Gautier wrote: Hi, I just stumbled on the following apparent oddity: the package

Re: [Rd] Hidden files in source packages

2012-08-27 Thread Berend Hasselman
On 27-08-2012, at 09:46, Prof Brian Ripley wrote: > R-devel has been warning for some time about hidden files (in the Unix sense, > starting with a period) in source packages. We could get R CMD build and > the CRAN incoming scripts to remove these *if* we knew that they were never > needed.

[Rd] Hidden files in source packages

2012-08-27 Thread Prof Brian Ripley
R-devel has been warning for some time about hidden files (in the Unix sense, starting with a period) in source packages. We could get R CMD build and the CRAN incoming scripts to remove these *if* we knew that they were never needed. It seems clear that .Rapp.history .Rhistory .Rbuildindex