File: try-require-k4.rd

package info (click to toggle)
r-cran-ggplot2 0.8.9-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,084 kB
  • sloc: makefile: 3
file content (17 lines) | stat: -rw-r--r-- 329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{try_require}
\alias{try_require}
\title{Quietly try to require a package}
\author{Hadley Wickham <h.wickham@gmail.com>}

\description{
Queitly require a package, returning an error message if that package is not installed.
}
\usage{try_require(package)}
\arguments{
\item{package}{name of package}
}




\keyword{internal}