Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
cran will not like the link to a pkg's index
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jun 22, 2015
1 parent e4a4292 commit fc8f8ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions man-roxygen/cellranger.R
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 1 addition & 2 deletions man/cell-specification.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}

0 comments on commit fc8f8ff

Please sign in to comment.