diff --git a/DESCRIPTION b/DESCRIPTION index b203c763..912f1d8a 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: PLNmodels Title: Poisson Lognormal Models -Version: 1.2.0 +Version: 1.2.1 Authors@R: c( person("Julien", "Chiquet", role = c("aut", "cre"), email = "julien.chiquet@inrae.fr", comment = c(ORCID = "0000-0002-3629-3429")), @@ -26,7 +26,7 @@ License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 -Depends: R (>= 3.4) +Depends: R (>= 3.6) LazyData: true biocViews: Imports: diff --git a/NEWS.md b/NEWS.md index 094f6aac..342a55ba 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,7 @@ +# Current version + +* fix use of native pipe to ensure compatibility with R 3.6 (merge PR #125, fix #124) + # PLNmodels 1.2.0 (2024-03-05) * new feature: ZIPLN (PLN with zero inflation) for standard PLN and PLN Network