https://github.com/cran/pkgdown
Revision 6b764c2b41fb92ee99c386c0b91fb2ac206be173 authored by Hadley Wickham on 06 December 2018, 23:50:07 UTC, committed by cran-robot on 06 December 2018, 23:50:07 UTC
1 parent ba93f09
Raw File
Tip revision: 6b764c2b41fb92ee99c386c0b91fb2ac206be173 authored by Hadley Wickham on 06 December 2018, 23:50:07 UTC
version 1.3.0
Tip revision: 6b764c2
test-links.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/test.R
\name{test-links}
\alias{test-links}
\title{Test case: links}
\description{
Test case: links
}
\examples{
magrittr::subtract(10, 1)

library(magrittr, warn.conflicts = FALSE)
subtract(10, 1)
}
\seealso{
Other tests: \code{\link{test-crayon}},
  \code{\link{test-dont}}, \code{\link{test-figures}},
  \code{\link{test-lists}},
  \code{\link{test-output-styles}},
  \code{\link{test-params}}
}
\concept{tests}
\keyword{internal}
back to top