[Rd] Problems with R CMD Rdconv and R CMD Sd2Rd (PR#8661)

2006-03-05 Thread timh
I'm using R 2.2.0 on Windows. Doing some conversions of help files. Internal comments indicate that the Sd2Rd conversion is "Converted by Sd2Rd version 1.21." I'm converting .d -> .Rd .sgml -> .Rd using Sd2Rd, then checking by using Rdconv to convert .Rd back to .d or .sgm

[Rd] Problem with R CMD Rdconv -t Ssgm file.Rd > file.sgml; omits section{foo}{text} (PR#8660)

2006-03-05 Thread timh
I have a .Rd file containing a number of \section commands. When I convert this to .sgml, the sections are missing; neither the title nor following text is there. In contrast, when I convert to .d, the sections are present. R CMD Rdconv -t Ssgm temp.Rd > temp.sgml R CMD Rdconv -t Sd temp.Rd > tem

Re: [Rd] Bug/Wishlist: 'partial' in 'sort' and 'quantile' (PR#8650)

2006-03-05 Thread roger koenker
I used to have a version of the classical Floyd and Revest "Select" algorithm (ACM#489) for computing univariate quantiles in my quantreg package. At some point g77 decided that it shouldn't be possible to use recursion in fortran and I had to remove it. Stimulated by my your recent inqui

[Rd] Wishlist: merge and subset to keep attributes (PR#8658)

2006-03-05 Thread Frank E Harrell Jr
When importing data from SPSS, it is a nice feature of the package foreign that it allows (option use.value.labels=F) to work with the original SPSS codes while keeping the value labels as information in an attribute. Unfortunately, after merging or subsetting, these attributes disappear. The co

Re: [Rd] Problem with creating links ("see also" section) in help files.

2006-03-05 Thread Aleš Žiberna
I have found the error in my Rd file. It appeared just after the section that I have pasted into the mail (it was an additional "}"). Best regards, Ales Ziberna Aleš Žiberna pravi: > Duncan Murdoch pravi: > >> On 3/3/2006 6:28 AM, Aleš Žiberna wrote: >> >>> A link in one of my help files

Re: [Rd] Problem with creating links ("see also" section) in help files.

2006-03-05 Thread Aleš Žiberna
Duncan Murdoch pravi: > On 3/3/2006 6:28 AM, Aleš Žiberna wrote: >> A link in one of my help files does not work. I have in this help file: >> \seealso{\code{\link{crit.fun}}, \code{\link{opt.par}}, >> \code{\link{opt.random.par}}, \code{\link{opt.these.par}}, >> \code{\link{nkpartitions}}, \code

[Rd] Wishlist: xtabs and table to optionally use attribute value labels (PR#8659)

2006-03-05 Thread groemping
Full_Name: Ulrike Grömping Version: 2.2.1 OS: Windows Submission from: (NULL) (84.190.139.94) A wish somehow related to my wish 8658: Package foreign allows to import categorical data from SPSS (and possibly other software) using the original codes, which are often useful for data manipulation, s

[Rd] Wishlist: merge and subset to keep attributes (PR#8658)

2006-03-05 Thread groemping
Full_Name: Ulrike Grömping Version: 2.2.1 OS: Windows Submission from: (NULL) (84.190.139.94) When importing data from SPSS, it is a nice feature of the package foreign that it allows (option use.value.labels=F) to work with the original SPSS codes while keeping the value labels as information in