NEWS | R Documentation |
News for Package spgs
Changes in version 1.0-3
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 ofclass(x)=="try-error"
.
Changes in version 1.0-2
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.
Changes in version 1.0-1
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.