R/showChanges.R

Defines functions showChanges

Documented in showChanges

showChanges<-function(pkg="scrime"){
	filename<-file.path(find.package(pkg),"CHANGES")
	file.show(filename)
}

Try the scrime package in your browser

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

scrime documentation built on May 2, 2019, 10:24 a.m.