From dd29d00be4aafa375ada3d4605cf8e0dd9b9d20a Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 13 Apr 2016 17:34:28 -0700 Subject: [PATCH] fix canonical cran url in readme, remove link to data.table pkg in docs --- R/bigsearch.R | 2 +- README.Rmd | 2 +- README.md | 2 +- man/bigsearch.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/R/bigsearch.R b/R/bigsearch.R index 788a4ae..cfa95fe 100644 --- a/R/bigsearch.R +++ b/R/bigsearch.R @@ -15,7 +15,7 @@ #' when your records are ready for download. #' #' @section Reading data: -#' We suggest reading data in with \code{\link[data.table]{fread}} - as it's +#' We suggest reading data in with \code{fread()} from the package \pkg{data.table} - as it's #' very fast for the sometimes large datasets you will get from using this function, #' and is usually robust to formatting issues. #' diff --git a/README.Rmd b/README.Rmd index 4626538..a9debf7 100644 --- a/README.Rmd +++ b/README.Rmd @@ -14,7 +14,7 @@ knitr::opts_chunk$set( [![Build status](https://ci.appveyor.com/api/projects/status/duyrffhdrstu840v?svg=true)](https://ci.appveyor.com/project/sckott/rvertnet) [![codecov.io](https://codecov.io/github/ropensci/rvertnet/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rvertnet?branch=master) [![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/rvertnet?color=2ECC71)](https://github.com/metacran/cranlogs.app) -[![cran version](http://www.r-pkg.org/badges/version/rvertnet)](http://cran.rstudio.com/web/packages/rvertnet) +[![cran version](http://www.r-pkg.org/badges/version/rvertnet)](https://cran.r-project.org/package=rvertnet) `rvertnet` is a client for interacting with [VertNet.org](http://vertnet.org/). diff --git a/README.md b/README.md index c7463db..d4b6018 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ rvertnet [![Build status](https://ci.appveyor.com/api/projects/status/duyrffhdrstu840v?svg=true)](https://ci.appveyor.com/project/sckott/rvertnet) [![codecov.io](https://codecov.io/github/ropensci/rvertnet/coverage.svg?branch=master)](https://codecov.io/github/ropensci/rvertnet?branch=master) [![rstudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/rvertnet?color=2ECC71)](https://github.com/metacran/cranlogs.app) -[![cran version](http://www.r-pkg.org/badges/version/rvertnet)](http://cran.rstudio.com/web/packages/rvertnet) +[![cran version](http://www.r-pkg.org/badges/version/rvertnet)](https://cran.r-project.org/package=rvertnet) `rvertnet` is a client for interacting with [VertNet.org](http://vertnet.org/). diff --git a/man/bigsearch.Rd b/man/bigsearch.Rd index 65ab8f3..bfe3ba1 100644 --- a/man/bigsearch.Rd +++ b/man/bigsearch.Rd @@ -97,7 +97,7 @@ records be made available for download as a tab-delimited text file. } \section{Reading data}{ -We suggest reading data in with \code{\link[data.table]{fread}} - as it's +We suggest reading data in with \code{fread()} from the package \pkg{data.table} - as it's very fast for the sometimes large datasets you will get from using this function, and is usually robust to formatting issues. }