search for: build_news_db_from_package_news_rd

Displaying 1 result from an estimated 1 matches for "build_news_db_from_package_news_rd".

2011 Feb 19
1
Accessing Package NEWS (NEWS.Rd)
...never exist though, right? Should tools:::.build_news_db() instead use: nfile <- file.path(dir, c("NEWS.Rd", file.path("inst", "NEWS.Rd"))) On the slim chance it should, I modified the path to my source folder's copy and continued debugging into tools:::.build_news_db_from_package_NEWS_Rd(). debug: ind <- grepl(re_v, nms, ignore.case = TRUE) Browse[2]> debug: if (!all(ind)) warning("Cannot extract version info from the following section titles:\n", Browse[2]> ind [1] TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE TRUE Browse[2]> debug: NULL Browse[2]> debug:...