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
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
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
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
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
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
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
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