search for: deparselatex

Displaying 6 results from an estimated 6 matches for "deparselatex".

2023 Nov 07
1
False positives in check for lost braces (in tools::checkRd())
...r. In some cases, the Rd code generated by Rdpack's macros contains unnecessary braces that trigger the check note because they match the pattern "text{text}" that detects common mistakes like "code{x}" (missing an escape for the macro name). Rdpack's fork of tools::deparseLatex() is being updated to drop the braces that cause the note. I have modified the check code to ignore these cases for now (r85491). Best regards, Sebastian Meyer Am 07.11.23 um 17:13 schrieb Martin Becker: > Dear developers, > > while preparing to submit a package to CRAN, I noticed...
2023 Nov 07
2
False positives in check for lost braces (in tools::checkRd())
Dear developers, while preparing to submit a package to CRAN, I noticed that a check for lost braces in Rd files (which is enabled in the current r-devel when checking with the '--as-cran' option) seems to return false positives. More specifically, a 'Lost braces' NOTE is issued (at least sometimes) when using the \insertRef{...}{...} command from the Rdpack package. Since
2011 Dec 22
0
R 2.14.1 is released
...an error if no vector column is selected, rather than returning a 1-column data frame (contrary to its documentation). o summary.mlm() did not handle objects where the formula had been specified by an expression. (Reported by Helios de Rosario Martinez). o tools::deparseLatex(dropBraces=TRUE) could drop text as well as braces. o colormodel = "grey" (new in R 2.14.0)) did not always work in postscript() and pdf(). o file.append() could return TRUE for failures. (PR#14727) o gzcon() connections are no longer subject to garbage collect...
2011 Dec 22
0
R 2.14.1 is released
...an error if no vector column is selected, rather than returning a 1-column data frame (contrary to its documentation). o summary.mlm() did not handle objects where the formula had been specified by an expression. (Reported by Helios de Rosario Martinez). o tools::deparseLatex(dropBraces=TRUE) could drop text as well as braces. o colormodel = "grey" (new in R 2.14.0)) did not always work in postscript() and pdf(). o file.append() could return TRUE for failures. (PR#14727) o gzcon() connections are no longer subject to garbage collect...
2010 Oct 15
0
R 2.12.0 is released
...? legend() supports title.adj. (Wish of PR#13415) ? Added support for subsetting "raster" objects, plus assigning to a subset, conversion to a matrix (of colour strings), and comparisons (== and !=). ? Added a new parseLatex() function (and related functions deparseLatex() and latexToUtf8()) to support conversion of bibliographic entries for display in R. ? Text rendering of \itemize in help uses a Unicode bullet in UTF-8 and most single-byte Windows locales. ? Added support for polygons with holes to the graphics engine. This is impleme...
2010 Oct 15
0
R 2.12.0 is released
...? legend() supports title.adj. (Wish of PR#13415) ? Added support for subsetting "raster" objects, plus assigning to a subset, conversion to a matrix (of colour strings), and comparisons (== and !=). ? Added a new parseLatex() function (and related functions deparseLatex() and latexToUtf8()) to support conversion of bibliographic entries for display in R. ? Text rendering of \itemize in help uses a Unicode bullet in UTF-8 and most single-byte Windows locales. ? Added support for polygons with holes to the graphics engine. This is impleme...