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

2010-12-15 Thread Jari Oksanen
On 16/12/10 04:24 AM, "Paul Murrell" wrote: > Hi > > According to the PostScript Language Reference Manual and the PDF > Reference, in both PDF and PostScript ... > > ... a line width of zero is valid, but not recommended (and is clearly > not supported by some viewers). > > ... a line dash pa

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

2010-12-15 Thread Ben Bolker
On 10-12-15 09:24 PM, Paul Murrell wrote: > Hi > > According to the PostScript Language Reference Manual and the PDF > Reference, in both PDF and PostScript ... > > ... a line width of zero is valid, but not recommended (and is clearly > not supported by some viewers). > > ... a line dash patter

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

2010-12-15 Thread Paul Murrell
Hi According to the PostScript Language Reference Manual and the PDF Reference, in both PDF and PostScript ... ... a line width of zero is valid, but not recommended (and is clearly not supported by some viewers). ... a line dash pattern cannot be specified as all zero lengths. (So, because

Re: [Rd] Namespace File

2010-12-15 Thread Simon Urbanek
Fabio, you must have dyn.load("Bayesthres.so") somewhere in your R code according to your output - that is wrong and have to remove it as that will happen automatically via NAMESPACE. Also, please, do read what I wrote in the last e-mail - you're still running it on your working copy. Cheers, S

[Rd] Namespace File

2010-12-15 Thread Fabio Mathias Corrêa
See the complete log f...@raquel-laptop ~ $ R CMD check Bayesthres * using log directory ‘/home/fmc/Bayesthres.Rcheck’ * using R version 2.12.0 (2010-10-15) * using platform: i486-pc-linux-gnu (32-bit) * using session charset: UTF-8 * checking for file ‘Bayesthres/DESCRIPTION’ ... OK * this is pac

[Rd] Namespace File

2010-12-15 Thread Fabio Mathias Corrêa
The inst has CITATION only. Best wishes Fábio Mathias Corrêa Departamento de Estatística Universidade Estadual de Santa Cruz What is in inst? Make sure you have no binaries there. Cheers, Simon > > > Fábio Mathias Corrêa > Departamento d

Re: [Rd] Namespace File

2010-12-15 Thread Simon Urbanek
On Dec 15, 2010, at 1:56 PM, Fabio Mathias Corrêa wrote: > Dear, > > I am using Ubuntu linux and R2.12.0 > The trial version is in my home. > > \home\Bayesthres~$ > > To perform the R CMD check > > \home~$ R CMD check Bayesthres > That is in general not a good idea, especially if you ever r

[Rd] Namespace File

2010-12-15 Thread Fabio Mathias Corrêa
Dear, I am using Ubuntu linux and R2.12.0 The trial version is in my home. \home\Bayesthres~$ To perform the R CMD check \home~$ R CMD check Bayesthres Within the directory Bayesthres, have: Directories: inst, man, R and src Files: DESCRIPTION AND NAMESPACE Best wishes Fábio ... but th

Re: [Rd] Namespace File

2010-12-15 Thread Simon Urbanek
On Dec 15, 2010, at 1:31 PM, Fabio Mathias Corrêa wrote: > Dear Simon > > By using useDynLib (Bayesthres) in NAMESPACE file. Appeared another error: > > Error in dyn.load("Bayesthres.so") : > unable to load shared object '/home/fmc/Bayesthres/Bayesthres.so': > /home/fmc/Bayesthres/Bayesthres

[Rd] Namespace File

2010-12-15 Thread Fabio Mathias Corrêa
Dear Simon By using useDynLib (Bayesthres) in NAMESPACE file. Appeared another error: Error in dyn.load("Bayesthres.so") : unable to load shared object '/home/fmc/Bayesthres/Bayesthres.so': /home/fmc/Bayesthres/Bayesthres.so: cannot open shared object file: No such file or directory ERROR:

Re: [Rd] Namespace File

2010-12-15 Thread Simon Urbanek
On Dec 15, 2010, at 6:57 AM, Fabio Mathias Corrêa wrote: > Dear colleagues, > > > Problem solved with: > > > ".First.lib" <- function(lib, pkg) > { > library.dynam("Bayesthres", package = pkg, lib.loc = lib) > return(invisible(0)) > } > Well, that's shooting at a clay pigeon with a missil

[Rd] Namespace File

2010-12-15 Thread Fabio Mathias Corrêa
Dear colleagues, Problem solved with: ".First.lib" <- function(lib, pkg) { library.dynam("Bayesthres", package = pkg, lib.loc = lib) return(invisible(0)) } Fábio Mathias Corrêa Departamento de Estatística Universidade Estadual de Santa Cruz _

Re: [Rd] redesign R.css for HTML help pages

2010-12-15 Thread Dieter Menne
Yihui Xie-2 wrote: > > > I feel the CSS definitions for the HTML help pages are not visually > appealing enough. > > . > The whole system needs an overhaul. https://github.com/hadley/helpr Looks quite good, but search engine not yet portable. Dieter -- View this message in context:

Re: [Rd] Consistency of variable storage in R and Sys.setlocale (is this a feature or bug)?

2010-12-15 Thread Allan Engelhardt
You are not saying which platform you are working on but my guess would be that the two locales have different character encodings. Try specifying the encoding explicitly in the format that is right for your platform; when I try to replicate your examples using Sys.setlocale("LC_ALL", "he_IL.u