Displaying 1 result from an estimated 1 matches for "rw2010f".
Did you mean:
rw2010
2004 Nov 28
1
Version names
...was somewhat error prone and decided to
move back to ordering by the names.
I wonder if a naming convention could be adopted that ensured
that the names sort in order. For example,
rw2010a - alpha, i.e. development version (previously rw2010dev)
rw2010b - beta version (previously rw2001beta)
rw2010f - final version (previously rw2010)
rw2010p - patched version (previously rw2010pat)
Other possibilities might include an ascending numeric or date suffix.
I also thought about executing
bin\R --version
or
bin\Rcmd --version
in each rw folder but am not sure if this works in all versions an...