Skip to content

Commit 0effd29

Browse files
committed
Update version number, NEWS and cran comments.
1 parent 89c830c commit 0effd29

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: flipr
22
Title: Flexible Inference via Permutations in R
3-
Version: 0.3.0
3+
Version: 0.3.1
44
Authors@R: c(
55
person(given = "Alessia",
66
family = "Pini",

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# flipr 0.3.1
2+
3+
- Remove any occurrence of base-R pipe operator in favor of [**magrittr**](https://magrittr.tidyverse.org) pipe operator for now for backward compatibility with older versions of R.
4+
- Improved way of handling statistics that rely on inter-point distances.
5+
- Method `$get_value()` gains optional arguments `keep_null_distribution` and `keep_permutations` in case the user would like to keep track of either the permutation null distribution or the sampled permutations that have been used to produce it.
6+
- Method `$get_value()` now handles extra parameters to be passed to the test statistics.
7+
18
# flipr 0.3.0
29

310
## Breaking changes

cran-comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Test environments
2-
* local macOS R installation, R 4.1.0
2+
* local macOS R installation, R 4.1.1
33
* macOS latest release (via [R-CMD-check](https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml) github action)
44
* windows latest release (via [R-CMD-check](https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml) github action)
55
* ubuntu 20.04 latest both release and devel (via [R-CMD-check](https://github.com/r-lib/actions/blob/master/examples/check-standard.yaml) github action)

0 commit comments

Comments
 (0)