"paml_baseml" version 4.5 (December 2011).

See "paml_baseml-Readme.txt" in this directory for more information about
"paml_baseml".

-------------------------------------------------------------------------------
I turn "baseml" in a library format by adding and modifing some functions,
"R_*.c", for directorly using "paml_baseml" in R, and the standardlone
version will not be guaranteed here. Try the original "baseml" for standardlone.

I modify the source codes in order to avoid enormous warnings from "gcc" and
stuck by pointer missed reallociation including output results to file
instead of stdout, and memory leaks and release.
I also modify the random seed and random number generator and replace them by
the functions of R. The codes pass the examination of valgrind and R checking.

I also do my best to keep the original functionality of "baseml", and only
modify the part of input and output. Most, I save data in temporary files
or directory generated by R, and redirect "baseml" to those temporary files.
When "baseml" is finish, I scan the output from those files, trun into
an R objects, and unlink those files.

Wei-Chen Chen