We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240d1c3 commit 5855f55Copy full SHA for 5855f55
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: PLNmodels
2
Title: Poisson Lognormal Models
3
-Version: 1.2.0
+Version: 1.2.1
4
Authors@R: c(
5
person("Julien", "Chiquet", role = c("aut", "cre"), email = "[email protected]",
6
comment = c(ORCID = "0000-0002-3629-3429")),
@@ -26,7 +26,7 @@ License: GPL (>= 3)
26
Encoding: UTF-8
27
Roxygen: list(markdown = TRUE)
28
RoxygenNote: 7.3.1
29
-Depends: R (>= 3.4)
+Depends: R (>= 3.6)
30
LazyData: true
31
biocViews:
32
Imports:
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)
7
* new feature: ZIPLN (PLN with zero inflation) for standard PLN and PLN Network
0 commit comments