diff --git a/DESCRIPTION b/DESCRIPTION index 6b01dbd..ec4bc08 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: metagam Type: Package Title: Meta-Analysis of Generalized Additive Models -Version: 0.3.0.9000 +Version: 0.3.1 Authors@R: c(person("Oystein", "Sorensen", email = "oystein.sorensen@psykologi.uio.no", role = c("aut", "cre"), diff --git a/cran-comments.md b/cran-comments.md index 54c3b90..9d71b57 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,6 @@ ## Comments -NOTE: The first submission went to manual inspection due to possible wrong URL. This has been corrected now. - -This is a resubmission containing: - -* Removal of a large number of dependencies, by writing more of the code using base R. -* Completely revised method for computing p-values. -* Support for simultaneous confidence intervals. -* New vignette on p-values and simultaneous confidence intervals. -* Removed "lazyData" specification in DESCRIPTION, which caused a NOTE on CRAN. +This is a resubmission which fixes a bug that was introduced in the last version. It also moves 'knitr' from Imports to Suggests to avoid a NOTE. ## Test environments * local OS X install, R 4.1.2 diff --git a/news.md b/news.md index 1eb4f16..9b1da8b 100644 --- a/news.md +++ b/news.md @@ -1,3 +1,7 @@ +# metagam version 0.3.1 + +- 'knitr' moved from Imports to Suggests. + # metagam version 0.3.0.9000 - Fixed a bug which caused metagam to crash when there were special characters (in particular '_' and '.') in variable names.