NEWS | R Documentation |
Fixed a bit of bad programming style that breaks chargaff.gibbs.test in R
4.0. More precisely, I now use inherits(x, "try-error")
instead of
class(x)=="try-error"
.
Tweaks were made to spgs-package.Rd in response to CRAN maintainer since some commented lines were being detected by CRAN checks. The file now takes advantage of some package meta data. There is no observable difference to the user.
Added a couple more cross-references to the “Also see” section of a few help files.
Fixed minor internal bugs, e.g., line endings that should be lf, etc.
Refacctored the interface to the C code to use explicit registration in R and have the R code call the registered symbols directly.