[Rd] Namespace File

2010-12-14 Thread Fabio Mathias Corrêa
Dear Colleagues, I am developing a library. However I am having the following problem with the file NAMESPACE. My file contains: useDynLib(Bayesthres, vuA) export(Bayesthres, random.effects, fixed.effects, ) exportClasses("Bayesthres") My function is: Avuall <- function(Z

Re: [Rd] How to specify compiler options when using R CMD SHLIB

2010-12-14 Thread Dirk Eddelbuettel
On 14 December 2010 at 13:25, Marian K Talbert wrote: | Hi | | I've built a dll using Fortran code and can call it by either R or | Fortran. Calling by the former gives me the wrong answer and the later | gives the correct answer. | | >From what I've read, it looks like I should use the subrout

[Rd] How to specify compiler options when using R CMD SHLIB

2010-12-14 Thread Marian K Talbert
Hi I've built a dll using Fortran code and can call it by either R or Fortran. Calling by the former gives me the wrong answer and the later gives the correct answer. >From what I've read, it looks like I should use the subroutines DBLEPR, INTPR and REALPR to print to the R console rather than

[Rd] redesign R.css for HTML help pages

2010-12-14 Thread Yihui Xie
Hi, I feel the CSS definitions for the HTML help pages are not visually appealing enough. I admit this is a very subjective matter, so I don't have strong arguments for this wishlist, although I wrote my version of R.css with some web design instructions in mind (e.g. use browser-safe sans-serif f

Re: [Rd] postscript failure manifests in plot.TukeyHSD

2010-12-14 Thread Ben Bolker
On 10-12-14 01:16 PM, Peter Ehlers wrote: > On 2010-12-14 09:27, Ben Bolker wrote: >> Jari Oksanen oulu.fi> writes: >> >>> >>> Hello R Developers, >>> >>> Dear R-developers, >>> >>> I ran some standard tests with currently (today morning) compiled R >>> release >>> candidate in Linux R 2.12.1 RC

Re: [Rd] postscript failure manifests in plot.TukeyHSD

2010-12-14 Thread Peter Ehlers
On 2010-12-14 09:27, Ben Bolker wrote: Jari Oksanen oulu.fi> writes: Hello R Developers, Dear R-developers, I ran some standard tests with currently (today morning) compiled R release candidate in Linux R 2.12.1 RC (2010-12-13 r53843). Some of these tests used plot.TukeyHSD function. This

Re: [Rd] postscript failure manifests in plot.TukeyHSD

2010-12-14 Thread Ben Bolker
Jari Oksanen oulu.fi> writes: > > Hello R Developers, > > Dear R-developers, > > I ran some standard tests with currently (today morning) compiled R release > candidate in Linux R 2.12.1 RC (2010-12-13 r53843). Some of these tests used > plot.TukeyHSD function. This worked OK on the screen (X

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Dominick Samperi
On Tue, Dec 14, 2010 at 11:13 AM, Duncan Murdoch wrote: > On 14/12/2010 10:52 AM, Dominick Samperi wrote: > >> Both of my questions were not clear, sorry. >> >> What I really want to do is have a customized version of Sweave.sty >> (Sweave++.sty) >> included automatically from some designated area

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Duncan Murdoch
On 14/12/2010 10:52 AM, Dominick Samperi wrote: Both of my questions were not clear, sorry. What I really want to do is have a customized version of Sweave.sty (Sweave++.sty) included automatically from some designated area, like the include directory of another package, rather than requiring th

[Rd] postscript failure manifests in plot.TukeyHSD

2010-12-14 Thread Jari Oksanen
Hello R Developers, Dear R-developers, I ran some standard tests with currently (today morning) compiled R release candidate in Linux R 2.12.1 RC (2010-12-13 r53843). Some of these tests used plot.TukeyHSD function. This worked OK on the screen (X11 device), but PostScript file could not be rend

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Dominick Samperi
Both of my questions were not clear, sorry. What I really want to do is have a customized version of Sweave.sty (Sweave++.sty) included automatically from some designated area, like the include directory of another package, rather than requiring the user to keep a version in the local directory. S

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Duncan Murdoch
On 14/12/2010 9:54 AM, Dominick Samperi wrote: Another question about Sweave (actually it is more a question about TeX). Is there a reliable (system-independent) way to use Sweave.sty without having to place it in the current working directory? MiKTeX under Windows has dropped the use of TEXINPUT

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Dominick Samperi
Another question about Sweave (actually it is more a question about TeX). Is there a reliable (system-independent) way to use Sweave.sty without having to place it in the current working directory? MiKTeX under Windows has dropped the use of TEXINPUTS, and this complicates the problem. Furthermore

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Romain Francois
Le 14/12/10 13:21, Friedrich Leisch a écrit : On Tue, 14 Dec 2010 12:40:04 +0100, Romain Francois (RF) wrote: > Hello, > Sweave lets you use alternative drivers through the driver argument, and > several packages take advantage of that and define custom Sweave driver > for vario

Re: [Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Friedrich Leisch
> On Tue, 14 Dec 2010 12:40:04 +0100, > Romain Francois (RF) wrote: > Hello, > Sweave lets you use alternative drivers through the driver argument, and > several packages take advantage of that and define custom Sweave driver > for various purposes. Most of them are listed on the

[Rd] embed Sweave driver in .Rnw file

2010-12-14 Thread Romain Francois
Hello, Sweave lets you use alternative drivers through the driver argument, and several packages take advantage of that and define custom Sweave driver for various purposes. Most of them are listed on the Reproducible Research CTV: (http://cran.r-project.org/web/views/ReproducibleResearch.htm