File: rfNews.R

package info (click to toggle)
r-cran-randomforest 4.7-1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 496 kB
  • sloc: ansic: 1,897; fortran: 366; makefile: 2
file content (4 lines) | stat: -rw-r--r-- 120 bytes parent folder | download | duplicates (8)
1
2
3
4
rfNews <- function() {
    newsfile <- file.path(system.file(package="randomForest"), "NEWS")
    file.show(newsfile)
}