[GRASS-dev] r.univar and r.univar2

Awhile back, r.univar was upgraded to have extended statistics. For some reason, this has been called r.univar2 and has replaced r.univar in the GRASS distribution. This has broken the TclTk profiler (and maybe some other stuff too).

I am very happy to have a better univariate statistics package. But can’t we just call it r.univar? If not, I’ll have to go back and change this in the profiler.

Michael


Michael Barton, Professor of Anthropology
School of Human Evolution & Social Change
Center for Social Dynamics and Complexity
Arizona State University

phone: 480-965-6213
fax: 480-965-7671
www: http://www.public.asu.edu/~cmbarton

Michael Barton wrote:

Awhile back, r.univar was upgraded to have extended statistics. For
some reason, this has been called r.univar2 and has replaced r.univar
in the GRASS distribution. This has broken the TclTk profiler (and
maybe some other stuff too).

I am very happy to have a better univariate statistics package. But
can¹t we just call it r.univar? If not, I¹ll have to go back and
change this in the profiler.

It's still r.univar. It's just the directory name in the source tree
that is called r.univar2.

A module name's is defined in $MODULE/Makefile by "PGM = "

http://freegis.org/cgi-bin/viewcvs.cgi/grass6/raster/r.univar2/Makefile

this hasn't changed in 2 years.

Hamish