Skip to content

Commit c2ff9bc

Browse files
committed
news update for 1.32
1 parent c2f2b41 commit c2ff9bc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: plyranges
22
Type: Package
33
Title: A fluent interface for manipulating GenomicRanges
4-
Version: 1.31.6
4+
Version: 1.31.7
55
Authors@R: c(
66
person("Stuart", "Lee", role = c("aut"),
77
comment = c(ORCID = "0000-0003-1179-8436")),

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# plyranges 1.32.0
2+
3+
* added new functionality for `slice_*`, as in dplyr,
4+
including head, tail, max, min and sample.
5+
These include the dplyr arguments such as `n`,
6+
`prop`, and `weight_by` (for sampling).
7+
* added `join_mcols_left(x,y)` for GRanges `x` and
8+
tabular `y`
9+
* added `distance=TRUE` option for `join_overlap_*`
10+
111
# plyranges 1.31.5
212

313
* added `distance=TRUE` option for `join_overlap_*`

0 commit comments

Comments
 (0)