Skip to content

Commit

Permalink
Address CRAN NOTE about link anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Aug 19, 2024
1 parent f3b263f commit d3728cc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Config/Needs/website:
r-lib/pkgdown,
rnabioco/rbitemplate
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# valr (development version)

* Address NOTE on CRAN about Rd link targets.

# valr 0.8.1

* Make vdiffr dependency optional during package testing.
Expand Down
2 changes: 1 addition & 1 deletion R/bed_map.r
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Calculate summaries from overlapping intervals.
#'
#' Apply functions like [min()] and [count()] to intersecting intervals.
#' Apply functions like [min()] and [max()] to intersecting intervals.
#' [bed_map()] uses [bed_intersect()] to identify intersecting intervals, so
#' output columns will be suffixed with `.x` and `.y`. Expressions that refer to
#' input columns from `x` and `y` columns must take these suffixes into account.
Expand Down
2 changes: 1 addition & 1 deletion R/bed_partition.r
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' Convert a set of intervals into elemental intervals that contain each start
#' and end position in the set.
#'
#' Summary operations, such as [min()] or [count()] can be performed
#' Summary operations, such as [min()] or [max()] can be performed
#' on elemental intervals by specifying name-value pairs.
#'
#' This function is useful for calculating summaries across overlapping intervals
Expand Down
2 changes: 1 addition & 1 deletion man/bed_map.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/bed_partition.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d3728cc

Please sign in to comment.