Displaying 20 results from an estimated 1000 matches similar to: "User defined macros for Rd-files?"
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 <-
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
2004 Dec 09
2
HTML help index generation problem with R under Windows
Hello,
I am wondering if there has been a solution to the following issue with R
under Windows (see also thread to PR#6662 in this mailing list:
http://tolstoy.newcastle.edu.au/R/devel/04a/0550.html )
I am using R for teaching students Statistics, so they are working with a
university-wide installation of R. I have compiled an R-library which
contains all the instructions and customised
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
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
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
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 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
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
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
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)
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
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
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
2010 Feb 26
1
Problem with cut and paste corruption
Dear All
We have noticed a problem when cut-and-pasting a largish section
(> 4096 bytes ?) of R code from an editor to an R session.
System is Fedora 12 i386 with updates, R-2.9.0 and R-2.10.1 at least.
Problem disappears if you start R with --no-readline !
If happens independently of the editor (tried vim/kate) and the
terminal (tried konsole/gnome-terminal)
Could you please try and
2013 Aug 28
1
Error when using buildVignettes()
Dear all,
When running function 'testQAReport()', which uses function
'buildVignettes()' to create a pdf-file I get the following error:
> source("testQAReport.R")
> testQAReport()
Error in .get_package_metadata(pkgdir) :
Files 'DESCRIPTION' and 'DESCRIPTION.in' are missing.
Since I did not get this error in earlier versions of R, could you