From 623f092d47109331dc869f958b87cb2bd0d259c6 Mon Sep 17 00:00:00 2001 From: Jay Hesselberth Date: Wed, 7 Oct 2020 09:18:06 -0600 Subject: [PATCH] Update more urls --- DESCRIPTION | 2 +- README.Rmd | 2 +- README.md | 2 +- cran-comments.md | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0196d90d..5558ce8c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/README.Rmd b/README.Rmd index fcb36af9..bb2ceed0 100644 --- a/README.Rmd +++ b/README.Rmd @@ -18,7 +18,7 @@ knitr::opts_chunk$set( [![](https://www.r-pkg.org/badges/version/valr)](https://CRAN.R-project.org/package=valr) -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 diff --git a/README.md b/README.md index 4f35c8a6..dd508c15 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index 66989410..e99290b6 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -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.