R/zzz.r

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
  RFver <- read.dcf(file=system.file("DESCRIPTION", package=pkgname),
                    fields="Version")
  packageStartupMessage(paste("Reinforcement Learning Trees (", pkgname, ") v", RFver, "\n",
                              "Experimental version at https://github.com/teazrq/RLT", sep = ""))
}

Try the RLT package in your browser

Any scripts or data that you put into this service are public.

RLT documentation built on April 28, 2023, 5:08 p.m.