~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to src/library/base/man/capabilities.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.1.28 upstream) (5.1.3 sid)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20081220092638-cmfdb1e4v5lp31en
Tags: 2.8.1~20081219-1
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  \item{what}{character vector or \code{NULL}, specifying
18
18
    required components.  \code{NULL} implies that all are required.}
19
19
}
 
20
#ifdef unix
 
21
\section{Note to Mac OS X users}{
 
22
  Capabilities \code{"jpeg"}, \code{"png"} and \code{"tiff"} refer to
 
23
  the X11-based versions of these devices.  If
 
24
  \code{capabilities("aqua")} is true, then these devices with
 
25
  \code{type="quartz"} will be available, and out-of-the-box will be the
 
26
  default type.  Thus for example the \code{\link{tiff}} device will be
 
27
  available if \code{capabilities("aqua") || capabilities("tiff")} if
 
28
  the defaults are unchanged.
 
29
}
 
30
#endif
20
31
\value{
21
32
  A named logical vector. Current components are
22
33
    \item{jpeg}{Is the \code{\link{jpeg}} function operational?}