Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcousin3 committed Jan 19, 2025
1 parent 84daae7 commit a8fd452
Show file tree
Hide file tree
Showing 141 changed files with 25,372 additions and 5,504 deletions.
8 changes: 4 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: ANOPA
Type: Package
Title: Analyses of Proportions using Anscombe Transform
Version: 0.2.1
Date: 2024-12-10
Version: 0.2.2
Date: 2025-02-01
Authors@R: c(
person("Denis", "Cousineau", email = "[email protected]",
role = c("aut", "ctb", "cre")),
Expand Down Expand Up @@ -32,11 +32,11 @@ License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
Imports:
superb (>= 0.95.0),
superb (>= 0.95.23),
Rdpack (>= 0.7),
ggplot2 (>= 3.1.0),
scales (>= 1.2.1),
Expand Down
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# ANOPA 0.2.2 (February 2025)

* Implemented `crange()` to complement `cbind()`
* Programmed `emProportions()`

# ANOPA 0.2.1 (December 2024)

* Corrected a bug regarding conversion to long involving `wtoc()`

# ANOPA 0.2.0 (November 2024)

* Corrected a bug on `GRP()` with mixed design;
* Allowed compiled format inputs for `anopa()` having repeated measures;
* Corrected a bug on `GRP()` with mixed design;
* Corrected a bug on the identity of the unitary Alpha column

# ANOPA 0.1.3 (March 2023)
Expand All @@ -15,7 +20,7 @@
# ANOPA 0.1.2 (March 2023)

* added \donttest{} to speed tests;
* moved difference-adjustments within the CI.Atrans function.
* moved difference-adjustments within the `CI.Atrans()` function.

# ANOPA 0.1.1 (March 2023)

Expand Down
Loading

0 comments on commit a8fd452

Please sign in to comment.