Skip to content

Commit 992c4b9

Browse files
authored
Merge pull request #21 from uclahs-cds/cran-fixes
CRAN fixes
2 parents 43ba8ed + 4165c87 commit 992c4b9

File tree

5 files changed

+18
-24
lines changed

5 files changed

+18
-24
lines changed

DESCRIPTION

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package: bedr
22
Type: Package
33
Title: Genomic Region Processing using Tools Such as 'BEDTools', 'BEDOPS' and 'Tabix'
4-
Version: 1.1.2
4+
Version: 1.1.3
55
Date: 2025-04-01
66
Authors@R: c(
77
person("Syed", "Haider", role = "aut"),
@@ -26,7 +26,7 @@ Suggests:
2626
rmarkdown (>= 0.9.5)
2727
VignetteBuilder: knitr
2828
License: GPL-2
29-
URL: https://github.com/uclahs-cds/public-R-bedr
30-
BugReports: https://github.com/uclahs-cds/public-R-bedr/issues
29+
URL: https://github.com/uclahs-cds/pacakage-bedr
30+
BugReports: https://github.com/uclahs-cds/package-bedr/issues
3131
Imports: testthat (>= 3.0.0), VennDiagram (>= 1.6.4), data.table (>= 1.8.11), R.utils (>= 2.0.2), yaml (>= 2.1.10), parallel, grid
3232
Config/testthat/edition: 3

NEWS.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# bedr 1.1.2 (2025-04-01)
1+
# bedr 1.1.3 (2025-04-01)
22

33

44
## Added
55

6-
- Add LICENSE.md to repository
7-
- Update DESCRIPTION to include URL and BugReports links
86
- Add `method` argument to `in.region` function
97

108
## Changed
@@ -15,6 +13,17 @@
1513
## Fixed
1614

1715
- Replace outdated `autostart` in `fread` with `skip`.
16+
- Fix cross-reference format in manual
17+
- Update GitHub links
18+
19+
20+
# bedr 1.1.2 (2024-01-24)
21+
22+
23+
## Added
24+
25+
- Add LICENSE.md to repository
26+
- Update DESCRIPTION to include URL and BugReports links
1827

1928

2029
# bedr 1.1.1 (2023-08-24)

man/bedr.plot.region.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Minimum overlap required as a fraction of A. Default is 1E-9 (i.e. 1bp).
3838
A grouping parameter for barplots. Possible values include "input", "chr", or a categorical vector of length equal to the sum of the input.
3939
}
4040
\item{params}{
41-
Additional parameters for plotting or intersecting. See \code{\link{venn.diagram}} function for possible options.
41+
Additional parameters for plotting or intersecting. See \code{\link[VennDiagram]{venn.diagram}} function for possible options.
4242
}
4343
\item{verbose}{
4444
Include text messages.

man/in.region.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ in.region(
1313
x,
1414
y,
1515
proportion.overlap = 1e-09,
16+
method = "natural",
1617
reciprocal.overlap = FALSE,
1718
check.zero.based = TRUE,
1819
check.chr = TRUE,
@@ -27,6 +28,7 @@ in.region(
2728
\item{x}{first region index in the form chr:start-stop. regions in this index will be checked for intersection in the values of the second index.}
2829
\item{y}{second region index.}
2930
\item{proportion.overlap}{Defaults 1e-9 which is 1 bp. See details below for the different interpretation between 0 and 1 based overlap}
31+
\item{method}{Sorting method ("natural" by default)}
3032
\item{reciprocal.overlap}{Should the proportion.overlap be reciprocal}
3133
\item{check.zero.based}{should 0 based coordinates be checked}
3234
\item{check.chr}{should chr prefix be checked}

public-R-bedr.Rproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)