search for: ssgm

Displaying 18 results from an estimated 18 matches for "ssgm".

Did you mean: ssg
2006 Jul 01
1
Rdconv --type=Ssgm drops singleton keywords (PR#9051)
If an Rd file has only one keyword entry then the Splus sgm file made with Rdconv --type=SSgm has no keyword entries. To reproduce: Use prompt() to make a skeleton help file R> f<-function(x)log(1+x)-log1p(x) R> prompt(f) Created file named 'f.Rd'. Edit the file and move it to the appropriate directory. R> q() It has 2 \keyword entrie...
2005 Nov 09
0
R CMD Rdconv file.Rd --type=Ssgm \code{x} should use <code> (PR#8290)
I'm trying: R CMD Rdconv file.Rd --type=Ssgm If file.Rd contains \code{x} then this is currently translated as <s-expression>x</s-expression> I suggest instead translating to <code>x</code> (provided that R CMD Sd2Rd is changed to support the <code> tag; I just submitted that bug separately). Note that thi...
2003 Oct 29
0
Rdconv Rd->Ssgm doesn't convert aliases (PR#4838)
...ame); > $retval .= " <s-topic>" . $alias . "</s-topic>\n"; > } > $retval .= "</s-topics>\n\n"; > Note, this relies on the global variable @aliases. Perhaps this code should be modified so that @aliases is passed into the Ssgm_functionhead function as an argument. I have not tested this extensively but it seems to work on the few small tests I have done. For the record I am using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 8.0 year 2003 month 10 day...
2002 Jun 11
1
How to convert R help files to Splus 6 Help?
Hi, Is it any way to convert .Rd files to CHTML Splus 6 files under Windows? Thanks, Philippe Grosjean ...........]<(({?<...............<?}))><............................... ( ( ( ( ( ) ) ) ) ) Philippe Grosjean ( ( ( ( ( ) ) ) ) ) IFREMER Nantes - DEL/AO ( ( ( ( ( rue de l'Ile d'Yeu, BP 21105, 44311 Nantes Cedex 3 ) ) ) ) ) tel: (33) 02.40.37.42.29, fax: (33)
2002 Dec 04
1
Converting R help files to S-Plus 6 sgml,html
...until now I have converted nroff files to S-Plus 6 sgml and html files using Splus doc_to_S ... (creates .sgml file) Splus HINSTALL ... (creates .sgm and .html files) I maintain master help files in R .Rd files, and for some of my functions converting from .Rd to .sgm using R CMD Rdconv --type=Ssgm ... produces better .sgm files than beginning with the nroff files, as doc_to_s or HINSTALL can mess up help files with USAGE components showing more than one function invocation. I think I can put the output of R CMD Rdconv directly into e.g. /usr/local/splus/library/foo/.Data/__Shelp/*.sgm. But...
2007 May 01
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9649)
On Mon, 30 Apr 2007 bill at insightful.com wrote: > On Tue, 10 Apr 2007 timh at insightful.com wrote: > > > I've created a .Rd file (below), then converted that to .sgml using > > R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml > > The output (shown below) is missing some of the sections: > > arguments > > seealso > > examples > > If instead I convert to .d (below), the same sections are missing, > > and the "note" section is included but without t...
2007 Apr 30
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9645)
On Tue, 10 Apr 2007 timh at insightful.com wrote: > I've created a .Rd file (below), then converted that to .sgml using > R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml > The output (shown below) is missing some of the sections: > arguments > seealso > examples > If instead I convert to .d (below), the same sections are missing, > and the "note" section is included but without the necessary newline. The und...
2003 Jul 18
3
Strategies for S-PLUS compatibility?
I'd like to give a copy of an R package to someone using S-PLUS. It doesn't just run as-is, it'll need changes. Has anyone written any general guidelines on ways to port in that direction? Duncan Murdoch
2002 Aug 06
1
Rd: more than one list
Dear group, I would like to document more than one function on one help page using the Rd language. I tried something like \value{ \code{foo1} returns a list with components \item{arg1}{Argument 1} \item{arg2}{Argument 2} \code{foo2} returns a list with components \item{arg3}{Argument 3} \item{arg4}{Argument 4} } Unfortunately this makes the text "\code{foo2} returns a list
2007 Apr 10
1
R CMD Rdconv drops sections: arguments, seealso, examples (PR#9606)
I've created a .Rd file (below), then converted that to .sgml using R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml The output (shown below) is missing some of the sections: arguments seealso examples If instead I convert to .d (below), the same sections are missing, and the "note" section is included but without the necessary newline. -------------------------------------...
2006 Mar 06
0
Problems with R CMD Rdconv and R CMD Sd2Rd (PR#8661)
...ert .Rd back to .d or .sgml. Here are errors in some of the conversions. The most significant errors are in .Rd to .sgml. The largest number of errors are in .Rd to .d (however, this conversion is not so important). -------------------------------------------------- .Rd to .sgml R CMD Rdconv -t Ssgm file.Rd > file.sgml If the .Rd contains \section{title}{text} the section is missing completely from the sgml file. (I reported this separately; it works fine when converting to .d) Similarly, \keyword{lars} is missing completely from the sgml file (It works fine when converting to .d) Rd...
2007 Apr 10
0
(PR#9606) R CMD Rdconv drops sections: arguments, seealso,
Ny understanding was that Insightful had been asked to provide patches fo this. We look forward to receiving them. On Tue, 10 Apr 2007, timh at insightful.com wrote: > I've created a .Rd file (below), then converted that to .sgml using > R CMD Rdconv --type=Ssgm combn.Rd > combn.sgml > The output (shown below) is missing some of the sections: > arguments > seealso > examples > If instead I convert to .d (below), the same sections are missing, > and the "note" section is included but without the necessary newline. > &gt...
2008 Dec 22
0
R 2.8.1 is released
...me special characters on PDF indices gave errors which used to be ignored. DEPRECATED & DEFUNCT o R CMD INSTALL --with-package-versions is deprecated (and support has always been incomplete on Windows). So is install.packages(installWithVers = TRUE). o Rd conversion to Sd and Ssgm is now deprecated as we no longer have any means to check the results (and Sd is long obsolete). BUG FIXES o add1.glm() no longer warns if applied to a binomial glm with a factor response. o aggregate.data.frame() now does something sensible with a zero-column 'x' rather th...
2008 Dec 22
0
R 2.8.1 is released
...me special characters on PDF indices gave errors which used to be ignored. DEPRECATED & DEFUNCT o R CMD INSTALL --with-package-versions is deprecated (and support has always been incomplete on Windows). So is install.packages(installWithVers = TRUE). o Rd conversion to Sd and Ssgm is now deprecated as we no longer have any means to check the results (and Sd is long obsolete). BUG FIXES o add1.glm() no longer warns if applied to a binomial glm with a factor response. o aggregate.data.frame() now does something sensible with a zero-column 'x' rather th...
2009 Apr 17
0
R 2.9.0 is released
...ckages(installWithVers = TRUE)) has been removed. Packages installed with versioned names will be ignored. o The numeric and power(0.5) forms of argument to make.link() which were deprecated in 2.4.0 are now defunct: use power() directly. o Conversion to Sd and Ssgm by R CMD Rdconv is now defunct. o Support for R --gui=gnome is now defunct (and package gnomeGUI has been withdrwan as it used a long-obsolete version of GNOME). o R CMD SHLIB on Windows will call the first target (not 'all') in Makevars[.win] in future...
2009 Apr 17
0
R 2.9.0 is released
...ckages(installWithVers = TRUE)) has been removed. Packages installed with versioned names will be ignored. o The numeric and power(0.5) forms of argument to make.link() which were deprecated in 2.4.0 are now defunct: use power() directly. o Conversion to Sd and Ssgm by R CMD Rdconv is now defunct. o Support for R --gui=gnome is now defunct (and package gnomeGUI has been withdrwan as it used a long-obsolete version of GNOME). o R CMD SHLIB on Windows will call the first target (not 'all') in Makevars[.win] in future...
2006 Apr 24
0
R 2.3.0 is released
...method for an S3 generic in another package that was converted to an S4 generic in the same package as the S3 method, registered the method in the wrong place. o Recall() used lookup for the function in use and so could fail if that was an S3 method not on the search path. o Rdconv -t Ssgm failed if it encountered \link[opt]{arg}. o uniroot() did not give a warning (as documented) if it failed to converge in 'maxiter' steps. (PR#8751) o eapply (and as.list.environment) did not work for the base environment/namespace. (PR#8761) o Added protection in configur...
2006 Apr 24
0
R 2.3.0 is released
...method for an S3 generic in another package that was converted to an S4 generic in the same package as the S3 method, registered the method in the wrong place. o Recall() used lookup for the function in use and so could fail if that was an S3 method not on the search path. o Rdconv -t Ssgm failed if it encountered \link[opt]{arg}. o uniroot() did not give a warning (as documented) if it failed to converge in 'maxiter' steps. (PR#8751) o eapply (and as.list.environment) did not work for the base environment/namespace. (PR#8761) o Added protection in configur...