search for: kw_tabl

Displaying 2 results from an estimated 2 matches for "kw_tabl".

Did you mean: kw_table
2007 May 23
0
make check fails tools-Ex in 2.5.0
...t;- lapply(db, function(txt) Rd_parse(text = txt)) > ## Extract the metadata. > meta <- lapply(db, "[[", "meta") > > ## Keyword metadata per Rd file. > keywords <- lapply(meta, "[[", "keywords") > ## Tabulate the keyword entries. > kw_table <- sort(table(unlist(keywords))) Error in as.vector(x, mode) : invalid argument 'mode' Execution halted
2007 Aug 13
0
Change in grep functionality causes Rd_db to fail silently (PR#9846)
...t;- lapply(db, function(txt) Rd_parse(text = txt)) > ## Extract the metadata. > meta <- lapply(db, "[[", "meta") > > ## Keyword metadata per Rd file. > keywords <- lapply(meta, "[[", "keywords") > ## Tabulate the keyword entries. > kw_table <- sort(table(unlist(keywords))) Error in as.vector(x, mode) : invalid argument 'mode' Execution halted ---- Tracing through the call to Rd_db, a call is made to list_files_with_exts(). The functionality of the relevant section of that function in 2.4.0 is replicated here: > dir [1...