diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 950f011..dde4033 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 1.3.1 -Date: 2023-09-23 14:39:13 UTC -SHA: 49f7485514987e1639dd5b59668c1e446d7dbaaf +Version: 1.3.2 +Date: 2024-01-20 10:09:37 UTC +SHA: 14636772a57c66d67d6fcdbb97afc7ae447dec1f diff --git a/NEWS.md b/NEWS.md index a2fd2a9..b8d6053 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,12 @@ +Version 1.3.2 +============= + +* This is a minor bugfix release addressing an issue in the way method names + were constructed for S3 imports. + + + Version 1.3.1 ============= diff --git a/cran-comments.md b/cran-comments.md index c13bbd8..8209d81 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,8 @@ ## General -Version 1.3.1 is a bug fix release with the following fixes: +Version 1.3.2 is a bug fix release with the following fixes: -* Use full set of library paths (`.libPaths()`) -* Update `loadNamespace()`/`getNamespaceExports()` -* Fix 1.3.0 regression preventing multiple imports -* Improved handling of errors in importing modules -* Add `-package` alias is to docs +* Fix an issue in the way method names are constructed for S3 imports More info in `NEWS.md` @@ -47,7 +43,7 @@ These notes are not reproducible locally or on all platforms, and seem not to af ## revdepcheck results -We checked 12 reverse dependencies (11 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. +We checked 13 reverse dependencies (12 from CRAN + 1 from Bioconductor), comparing R CMD check results across CRAN and dev versions of this package. * We saw 0 new problems * We failed to check 0 packages