Displaying 5 results from an estimated 5 matches for "rd_db".
Did you mean:
__db
2007 Aug 13
0
Change in grep functionality causes Rd_db to fail silently (PR#9846)
Full_Name: Mike Pacey
Version: 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_p...
2007 Nov 30
1
Puzzling message: "no man files in this package"
...Updating help files" step seems to go fine for all Rd files.
Both install and build run to conclusion without reporting formal errors
or warnings.
Next, Rcmd check gives me a lot of nice OK's (even: * checking Rd files
... OK), and then
* checking Rd cross-references ... WARNING
Error in Rd_db(package, lib.loc = lib.loc) :
directory 'M:/R/packages/penalized.Rcheck/penalized' does not contain
Rd objects
Calls: <Anonymous> -> .build_Rd_xref_db -> Rd_db
Execution halted
Again puzzling! I get the impression that the error message is not meant
for me (I'm not the o...
2007 May 23
0
make check fails tools-Ex in 2.5.0
...S=C;LC_TELEPHONE=C;LC_MEASUREMENT
=en_US.iso88591;LC_IDENTIFICATION=C
attached base packages:
[1] "stats" "graphics" "grDevices" "utils" "datasets"
"methods"
[7] "base"
> library('tools')
> db <- Rd_db("base")
> db
list()
Earlier versions I've compiled and installed (2.3.1, 2.4.0) populate db
with a lot of information. Any suggestions on what might be wrong here?
Regards,
Mike.
-----
Dr Mike Pacey, Email: M.Pacey at lancaster.ac.uk
High Performance Sys...
2009 Sep 08
1
make check fails in r49613
...ake[1]: *** [test-all-basics] Error 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 developmen...
2024 Jul 31
0
Consider exporting some of the .Rd_get_xxx functions in tools
Would R-core consider exporting some of the .Rd_get_ family of functions
within tools (e.g. tools:::.Rd_get_section(), tools:::.Rd_get_metadata())?
Whilst these are currently internal there is some use of them within
documentation (e.g. help("Rd_db") uses tools:::.Rd_get_metadata() in
it's examples) which hopefully gives some justification for exporting.
Best
Tim