diff --git a/NEWS.md b/NEWS.md index 64b2d89b..eca0c141 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # BAS (development version) +## Minor Improvements and Fixes + +* fixed issue #67 in bayesglm.fit to coerce `y` and `x` to double + # BAS 1.6.6 ## New Features diff --git a/cran-comments.md b/cran-comments.md index 0620ba26..d29ce35d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,17 +1,11 @@ -# BAS 1.6.6 Comments to CRAN +# BAS 1.6.7 Comments to CRAN # Notes to CRAN ## Submission reason -Status on CRAN check page indicated 1 Note and up to 15 Warnings -- fixed NOTE from checkRd `bas.lm.Rd:109`: Lost braces; missing escapes or markup? - -- fixed all WARNINGs related to error format mismatch of type in C code - - -Fixed issues #39, #56, #61, #68, #69 reported on Github +Fixed issues #67 reported on Github and unit tests added