From fc8f8ffd5f10d962376104090f9f0f1a0171b228 Mon Sep 17 00:00:00 2001 From: jennybc Date: Sun, 21 Jun 2015 17:57:31 -0700 Subject: [PATCH] cran will not like the link to a pkg's index --- .travis.yml | 1 + man-roxygen/cellranger.R | 3 +-- man/cell-specification.Rd | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92e3d81..f1f732d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: c +warnings_are_errors: true before_install: - openssl aes-256-cbc -K $encrypted_14663dddc4d3_key -iv $encrypted_14663dddc4d3_iv -in tests/testthat/googlesheets_token.rds.enc -out tests/testthat/googlesheets_token.rds -d diff --git a/man-roxygen/cellranger.R b/man-roxygen/cellranger.R index 90cc6ff..15f57d2 100644 --- a/man-roxygen/cellranger.R +++ b/man-roxygen/cellranger.R @@ -7,5 +7,4 @@ #' \item \code{\link[cellranger]{cell_cols}} #' \item \code{\link[cellranger]{anchored}} #' } -#' See a full list of functions in the \link[cellranger:00Index]{cellranger -#' index}. +#' See a full list of functions in the \code{\link{cellranger}} index. diff --git a/man/cell-specification.Rd b/man/cell-specification.Rd index 1a88b11..a5d4e80 100644 --- a/man/cell-specification.Rd +++ b/man/cell-specification.Rd @@ -38,7 +38,6 @@ The \code{\link[=cellranger]{cellranger}} package has full \item \code{\link[cellranger]{cell_cols}} \item \code{\link[cellranger]{anchored}} } - See a full list of functions in the \link[cellranger:00Index]{cellranger - index}. + See a full list of functions in the \code{\link{cellranger}} index. }