R/WhatIsNew.R

Defines functions WhatIsNew

WhatIsNew = function() {
	cat(
		'\n
	What is new in Version', as.character(packageVersion("PhenStat")), ':\n
	1. Due to the complexity of the method, Soft windowing function is REMOVED,
		see https://github.com/cran/SmoothWin for the new implementation of the method\n
	2. VectorOutput now lets user defined variables in the output\n
	3. Several improvements on VectorOutput including summary statistics and so on\n
	4. A new parameter "upper" is added to the testDataset(...) and other related functions to cope with the upper limit in TF model\n
	4. Bug fixed and minor improvements\n
	'
	)

}

Try the PhenStat package in your browser

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

PhenStat documentation built on Nov. 8, 2020, 8:13 p.m.