Skip to content

Commit

Permalink
Update more urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jayhesselberth committed Oct 7, 2020
1 parent 123e352 commit 623f092
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Suggests:
RMariaDB
VignetteBuilder: knitr
RoxygenNote: 7.1.1
URL: https://github.com/rnabioco/valr, https://rnabioco.github.io/valr
URL: https://github.com/rnabioco/valr/, https://rnabioco.github.io/valr/
BugReports: https://github.com/rnabioco/valr/issues
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ knitr::opts_chunk$set(
[![](https://www.r-pkg.org/badges/version/valr)](https://CRAN.R-project.org/package=valr)
<!-- badges: end -->

The valr package provides tools to read and manipulate genome intervals and signals, similar to the [BEDtools](https://bedtools.readthedocs.io/en/latest/) suite. valr enables analysis in the R/RStudio environment, leveraging modern R tools in the [tidyverse](https://tidyverse.org/) for a terse, expressive syntax. Compute-intensive algorithms are implemented in [Rcpp](http://www.rcpp.org)/C++, and many methods take advantage of the speed and grouping capability provided by [dplyr](https://dplyr.tidyverse.org/). See `vignette(valr)` for more details.
The valr package provides tools to read and manipulate genome intervals and signals, similar to the [BEDtools](https://bedtools.readthedocs.io/en/latest/) suite. valr enables analysis in the R/RStudio environment, leveraging modern R tools in the [tidyverse](https://www.tidyverse.org/) for a terse, expressive syntax. Compute-intensive algorithms are implemented in [Rcpp](http://www.rcpp.org)/C++, and many methods take advantage of the speed and grouping capability provided by [dplyr](https://dplyr.tidyverse.org/). See `vignette(valr)` for more details.

## Installation

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The valr package provides tools to read and manipulate genome intervals
and signals, similar to the
[BEDtools](https://bedtools.readthedocs.io/en/latest/) suite. valr
enables analysis in the R/RStudio environment, leveraging modern R tools
in the [tidyverse](https://tidyverse.org/) for a terse, expressive
in the [tidyverse](https://www.tidyverse.org/) for a terse, expressive
syntax. Compute-intensive algorithms are implemented in
[Rcpp](http://www.rcpp.org)/C++, and many methods take advantage of the
speed and grouping capability provided by
Expand Down
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## New patch version

* Two more URLs were corrected.

* This is a new patch version that imports Rcpp, which should have always been the case,
but was masked by its Import by readr, which recently dropped use of Rcpp.

Expand Down

0 comments on commit 623f092

Please sign in to comment.