similar to: HTML help index generation problem with R under Windows

Displaying 20 results from an estimated 6000 matches similar to: "HTML help index generation problem with R under Windows"

2000 Apr 14
2
bundle build and Rd2Sd converion fail (PR#519)
Dear R-core, Thank you for your great effort! I am finalising a bundle that works both in R and Splus. But I faced the following minor problems with R CMD under both UNIX and LINUX. 1. R CMD build denies to work with bundles. It reports * checking `DESCRIPTION' package entry ... ERROR: no package entry in `DESCRIPTION' Surely, there is no one, but there is Contains entry. Next, according
1999 Apr 09
1
manova in R
Dear R-users, Does anybody know if analogs of the following S-plus functions are available (or planned to be) in R: manova - multivariate analysis of variance faces - Chernoff faces plot spin - 3D visualization of data Another thing: are there functions for solving linear programming problems in R or Splus? Thank you in advance, Sergei
2005 Dec 07
1
Ext3 journal abort FC4+Updates
Dear All Problem with ext3 fs on 3ware 9500S controller: Dec 7 05:59:50 stams kernel: EXT3-fs error (device sda1): ext3_add_entry: bad entry in directory #145998372: rec_len is smaller than minim al - offset=0, inode=0, rec_len=0, name_len=0 Dec 7 05:59:50 stams kernel: Aborting journal on device sda1. Dec 7 05:59:50 stams kernel: ext3_abort called. Dec 7 05:59:50 stams kernel: EXT3-fs
2000 Jan 19
0
indentation in Rd-help files
Dear colleagues, Happy New Millennium, first of all! It would be very nice to be able to use indentation inside \code{ } as well, not only in \examples{ } when writing Rd-help files. Such a situation arrises, for instance, if one wishes to include a small piece of code in the _main_ text but not in the end as \examples{ } command does. The only way I know to put the next 3 lines my.function <-
2002 Apr 17
0
User defined macros for Rd-files?
Dear R-developers, I am trying to make use of my own defined macros in Rd-files in order I could simply type, say, \Splus, to get a font similar to \R in help files. So I put the corresponding entry in Rd.cfg which now contains the line: \newcommand{\Splus}{{\normalfont\textsf{Splus}}} similar to the way \R defined in Rd.sty. So now so good: R CMD Rd2dvi generates a dvi-file with a proper font.
2008 Oct 22
2
dovecot 1.0 to 1.1 upgrade and filesystem separators
Dear All I have a test system where I am trying out 1.1.4 On the old 1.0rc6 (!) system I had edited: src/lib-storage/index/maildir/mail-storage.h to change: #define MAILDIR_FS_SEP ';' #define MAILDIR_FS_SEP_S ";" so I can get some mail folder hierarchy and '.'s in folder names - this all worked perfectly. Under 1.1.4 the MAILDIR_FS_SEP lines are no longer present.
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All can someone confirm this bug please ? I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients, all running on FC4. Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';' To reproduce: In your favourite mail client: 1. Create a top-level mail folder "atest" 2. Rename "atest" to "atest-extra" (basically
2003 Nov 28
1
search documentation not working with mozilla and konqueror (PR#5379)
Full_Name: Sergei Zuyev Version: Version 1.8.0 OS: Mandrake Linux 9.1 Submission from: (NULL) (195.137.88.252) When mozilla or konqueror are used as help browser, the Search Engine page links nor the search do not work. Mozilla quietly ignores any click, while konqueror gives the following information: > options(browser="/usr/bin/konqueror") > help.start() Making links in
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
Dear All First off, let me just add my thanks to all the people involved in the production of R-1.0.0... Well Done!! I'm getting an error installing R-1.0.0 on RedHat 5.2, perl 5.004_04. It did not occur under Solaris 2.6 with perl 5.004_01. During install of the base package (and akima, bootstrap, etc) it gets to the point of building the help pages and it gives this error:
2001 Mar 02
1
apply on data.frame does not work properly (PR#859)
Full_Name: Dr. Sergei Zuyev Version: 1.1.0 and 1.2.2 OS: Solaris Submission from: (NULL) (130.159.248.36) apply on data.frame with floats, factors and NA's does not work properly. Here is an example: I am searching for rows containig NA values. X1 <- c(1, NA) X2<-c("A","B") df<-data.frame(X1,X2) apply(df,1,function(x){any(is.na(x))}) # gives # 1 2 # FALSE
1997 Nov 27
2
R-beta: Memory Management in R-0.50-a4
Dear R users we're having a problem reading a largish data file using read.table(). The file consists of 175000 lines of 4 floating pt numbers. Here's what happens: > dat_read.table('sst.dat') Error: memory exhausted (This is line 358 of src/main/memory.c). Cutting down the file to around 15000 lines allows read.table() to work OK. I edited the memory limits in Platform.h
2007 Oct 16
1
simulation
I am trying to write a function that will simulate observed counts X and Y as below, I want the function to be able give many replicates, can somebody advise? thanks Oarabile #alpha,n sdx and sdy are constant, and N is a vector of length n. unstructured<-function(n,N,alpha,sdx,sdy){ Vx<-rnorm(n,mean=0,sd=sdx) Vy<-rnorm(n,mean=0,sd=sdy) thetax<-exp(alpha+Vx) thetay<-exp(alpha+Vy)
2003 Nov 28
0
search documentation not working with mozilla and (PR#5383)
On Fri, 2003-11-28 at 06:39, sergei@stams.strath.ac.uk wrote: > Full_Name: Sergei Zuyev > Version: Version 1.8.0 > OS: Mandrake Linux 9.1 > Submission from: (NULL) (195.137.88.252) > > > When mozilla or konqueror are used as help browser, the Search Engine page links > nor the search do not work. Mozilla quietly ignores any click, while konqueror > gives the following
2001 Jan 24
1
CuSum & V-Mask
Good Afternoon, I am currently writing a program to perform a cusum with v-mask and since I am experiencing a few problems, was wondering if there is something similar in existance? Many thanks in advance, Gavin McCabe Gavin McCabe University of Strathclyde Department of Statistics & Modelling Science Livingstone Tower (Rm. L7.47) 26 Richmond Street GLASGOW G1 1XH U.K. Tel.: +44
2006 Aug 02
0
What's the latest on RC2 and Thunderbird
Hi Just been reading a few threads on the sent-mail hang problem on Thunderbird (TB) and dovecot 1.0RC2 I'm getting reports from WinXP SP2 users running TB 1.0.7, server CentOS 4.2 and dovecot 1.0RC2 There were some suggestions: * Set max cached connections to 1 in TB - but this can result in access problems with blocking processes * Upgrading to TB 1.5.0.5 - not guaranteed to work *
2006 May 17
1
Problems with subfolders in Thunderbird
Dear All Server: dovecot-1.0.beta8 (compiled from source) centos 4.3 Client: thunderbird 1.0.8 on Fedora Core 4 on port 993 Using maildir Normally (with the current UW-IMAP) I can create a folder which may contain only messages or only folders. If I create a folder which will contain only folders, it is listed in thunderbird in light-grey italics. Subsequently I can create message folders
2011 Nov 08
1
Rename a directory in R
Hi, I want to be able to rename a folder using R, similar to file.rename. I want to paste " - done" onto the folder name. The reason for this is we run a loop on a large number of folders on a server and it would be nice for people to be able to log in and instantly see if their data has been processed so they can remove it. I have searched the help list but have not found anything and
2012 May 04
1
colours in a pdf
Hi, I'm plotting PDFs and have a problem. If I have more than 8 sources of data the colours are repeated. These plots are used to remove poor data from the sets so it would be helpful if I could expand the colour range. Is there any way to do this? The plots are coloured by defining a vector colsVec<-1:(length(mzXMLfiles)) And defined in the loop for (file in 1:length(mzXMLfiles)) as
2000 Apr 14
1
Rd2Sd conversion: files (PR#520)
This is a multipart MIME message. --==_Exmh_-19086308140 Content-Type: text/plain; charset=us-ascii In addition to my previous message, here is the source Rd-file that I used in R CMD Rdconv -d --type=Sd plot.mefista.Rd > plot.mefista.d command. --==_Exmh_-19086308140 Content-Type: text/plain ; name="plot.mefista.Rd"; charset=us-ascii Content-Description: plot.mefista.Rd
1999 Oct 21
2
problems with memory allocation
I hope that someone has had a similar trouble and will be able to help us : We , have installed the R package in a Digital Workstation with 500Mb of RAM memory, running under Unix operating system. The package works fine but when we try to start the program with more than 120Mb, (vsize - --120M) the workstation refuses to allocate this memory. The message that we get is: Fatal error: