Displaying 14 results from an estimated 14 matches for "rd_parse".
2009 Sep 08
1
make check fails in r49613
...1
gmake[1]: Leaving directory `/usr/local/share/R-devel/tests'
gmake: *** [check] Error 2
erdos# tail /usr/local/share/R-devel/tests/Examples/tools-Ex.Rout.fail
> ### ** Examples
>
> ## Build the Rd db for the (installed) base package.
> db <- Rd_db("base")
> ## Run Rd_parse on all entries in the Rd db.
> db <- lapply(db, function(txt) Rd_parse(text = txt))
Error: 'Rd_parse' is defunct.
Use 'parse_Rd' instead.
See help("Defunct")
Execution halted
> sessionInfo()
R version 2.10.0 Under development (unstable) (2009-09-07 r49613)
x86_64...
2009 Jun 20
2
Special characters in Rd example section will cause errors
...> tools:::parse_Rd('testfun.Rd')
Error in tools:::parse_Rd("testfun.Rd") :
Unexpected end of input (in " quoted string opened at testfun.Rd:23:10)
In addition: Warning message:
In tools:::parse_Rd("testfun.Rd") :
newline within quoted string at testfun.Rd:24
Rd_parse() will parse the Rd file incorrectly either.
> tools:::Rd_parse('testfun.Rd')
$meta
$meta$aliases
[1] "testfun"
$meta$concepts
character(0)
$meta$keywords
[1] "misc"
$meta$doc_type
character(0)
$meta$encoding
character(0)
$data...
2007 May 23
0
make check fails tools-Ex in 2.5.0
..., pos = 'CheckExEnv')
> assign(".oldNS", loadedNamespaces(), pos = 'CheckExEnv')
> cleanEx(); nameEx("Rdutils");
> ### * Rdutils
>
> flush(stderr()); flush(stdout())
>
> ### Name: Rdutils
> ### Title: Rd Utilities
> ### Aliases: Rd_db Rd_parse
> ### Keywords: utilities documentation
>
> ### ** Examples
>
> ## Build the Rd db for the (installed) base package.
> db <- Rd_db("base")
> ## Run Rd_parse on all entries in the Rd db.
> db <- lapply(db, function(txt) Rd_parse(text = txt))
> ## Extract...
2007 Aug 13
0
Change in grep functionality causes Rd_db to fail silently (PR#9846)
...rsion: 2.5.1
OS: SUSE SE Linux 9.3
Submission from: (NULL) (194.80.32.10)
Versions 2.5.0 and 2.5.1 currently fail "make check" on my system due to a
silent failure in the call to Rd_db("base"):
-----
> ### Name: Rdutils
> ### Title: Rd Utilities
> ### Aliases: Rd_db Rd_parse
> ### Keywords: utilities documentation
>
> ### ** Examples
>
> ## Build the Rd db for the (installed) base package.
> db <- Rd_db("base")
> ## Run Rd_parse on all entries in the Rd db.
> db <- lapply(db, function(txt) Rd_parse(text = txt))
> ## Extract...
2009 Aug 24
0
R 2.9.2 is released
...-bit platforms
and so may do a better job with complex matches.
(E.g. PR#13789, which failed only on 32-bit systems.)
DEPRECATED & DEFUNCT
o R CMD Rd2txt is deprecated, and will be removed in 2.10.0.
(It is just a wrapper for R CMD Rdconv -t txt.)
o tools::Rd_parse() is deprecated and will be removed in 2.10.0
(which will use only Rd version 2).
BUG FIXES
o parse_Rd() still did not handle source reference encodings
properly.
o The C utility function PrintValue no longer attempts to print
attributes for CHARSXPs as those...
2009 Aug 24
0
R 2.9.2 is released
...-bit platforms
and so may do a better job with complex matches.
(E.g. PR#13789, which failed only on 32-bit systems.)
DEPRECATED & DEFUNCT
o R CMD Rd2txt is deprecated, and will be removed in 2.10.0.
(It is just a wrapper for R CMD Rdconv -t txt.)
o tools::Rd_parse() is deprecated and will be removed in 2.10.0
(which will use only Rd version 2).
BUG FIXES
o parse_Rd() still did not handle source reference encodings
properly.
o The C utility function PrintValue no longer attempts to print
attributes for CHARSXPs as those...
2009 Oct 26
0
R 2.9.0 is released
...) connection) to read.table(), readlines(),
scan() and so on.
o data() can handle compressed text files with extensions
.{txt,tab,csv}.{gz,bz2,xz} .
DEPRECATED & DEFUNCT
o png(type="cairo1") is defunct: the value is no longer recognized.
o tools::Rd_parse() is defunct (as this version of R uses only
Rd version 2).
o Use of ~/.Rconf (which was deprecated in favour of ~/.Rconfig
in 2004) has finally been removed.
o Bundles of packages are deprecated. See 'Writing R
Extensions' for the steps needed to unbu...
2009 Oct 26
0
R 2.9.0 is released
...) connection) to read.table(), readlines(),
scan() and so on.
o data() can handle compressed text files with extensions
.{txt,tab,csv}.{gz,bz2,xz} .
DEPRECATED & DEFUNCT
o png(type="cairo1") is defunct: the value is no longer recognized.
o tools::Rd_parse() is defunct (as this version of R uses only
Rd version 2).
o Use of ~/.Rconf (which was deprecated in favour of ~/.Rconfig
in 2004) has finally been removed.
o Bundles of packages are deprecated. See 'Writing R
Extensions' for the steps needed to unbu...
2009 Oct 26
0
R 2.10.0 is released
...) connection) to read.table(), readlines(),
scan() and so on.
o data() can handle compressed text files with extensions
.{txt,tab,csv}.{gz,bz2,xz} .
DEPRECATED & DEFUNCT
o png(type="cairo1") is defunct: the value is no longer recognized.
o tools::Rd_parse() is defunct (as this version of R uses only
Rd version 2).
o Use of ~/.Rconf (which was deprecated in favour of ~/.Rconfig
in 2004) has finally been removed.
o Bundles of packages are deprecated. See 'Writing R
Extensions' for the steps needed to unbu...
2009 Oct 26
0
R 2.10.0 is released
...) connection) to read.table(), readlines(),
scan() and so on.
o data() can handle compressed text files with extensions
.{txt,tab,csv}.{gz,bz2,xz} .
DEPRECATED & DEFUNCT
o png(type="cairo1") is defunct: the value is no longer recognized.
o tools::Rd_parse() is defunct (as this version of R uses only
Rd version 2).
o Use of ~/.Rconf (which was deprecated in favour of ~/.Rconfig
in 2004) has finally been removed.
o Bundles of packages are deprecated. See 'Writing R
Extensions' for the steps needed to unbu...
2004 Oct 04
7
R 2.0.0 is released
...carded by Rdconv).
o R CMD INSTALL now fails for packages with incomplete/invalid
DESCRIPTION metadata, using new code from package tools which is
also used by R CMD check.
o list_files_with_exts (package tools) now handles zipped directories.
o Package 'tools' now provides Rd_parse(), a simple top-level
parser/analyzer for R documentation format.
o tools::codoc() (and hence R CMD check) now checks any documentation
for registered S3 methods and unexported objects in packages
with namespaces.
o Package 'utils' contains several new functions:
- Generics t...
2004 Oct 04
7
R 2.0.0 is released
...carded by Rdconv).
o R CMD INSTALL now fails for packages with incomplete/invalid
DESCRIPTION metadata, using new code from package tools which is
also used by R CMD check.
o list_files_with_exts (package tools) now handles zipped directories.
o Package 'tools' now provides Rd_parse(), a simple top-level
parser/analyzer for R documentation format.
o tools::codoc() (and hence R CMD check) now checks any documentation
for registered S3 methods and unexported objects in packages
with namespaces.
o Package 'utils' contains several new functions:
- Generics t...
2013 Apr 03
0
R 3.0.0 is released
...R
since version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now
defunct.
o Function CRAN.packages() is finally defunct.
o Use of col2rgb(0) is defunct: use par("bg") or NA instead.
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(),...
2013 Apr 03
0
R 3.0.0 is released
...R
since version 2.15.1 is no longer available.
o Functions traceOn() and traceOff() in package methods are now
defunct.
o Function CRAN.packages() is finally defunct.
o Use of col2rgb(0) is defunct: use par("bg") or NA instead.
o The long-defunct functions Rd_parse(), anovalist.lm(),
categpry(), clearNames(), gammaCody(), glm.fit.null(),
lm.fit.null(), lm.wfit.null(), manglePackageNames(),
mauchley.test(), package.contents(), print.coefmat(),
reshapeLong(), reshapeWide(), tkclose(), tkcmd(), tkfile.dir(),
tkfile.tail(), tkopen(),...