R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname){
	version <- read.dcf(file=system.file("DESCRIPTION", package=pkgname), fields="Version")
	packageStartupMessage("This is ", paste(pkgname, version))
	packageStartupMessage(pkgname, " is BETA software! Please report any bugs.")
}

Try the neuRosim package in your browser

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

neuRosim documentation built on Oct. 18, 2023, 5:09 p.m.