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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2009-04-17 06:56:48 UTC
  • mfrom: (1.3.1 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090417065648-9mgm2udb2eanluot
* New upstream version released this morning

* debian/rules: Turn optimisation back to -O3 on alpha (as elsewhere) 
  with thanks to Kurt Roeckx for applying a fix to gcc

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
% File src/library/base/man/raw.Rd
2
2
% Part of the R package, http://www.R-project.org
3
 
% Copyright 1995-2007 R Core Development Team
 
3
% Copyright 1995-2009 R Core Development Team
4
4
% Distributed under GPL 2 or later
5
5
 
6
6
\name{raw}
27
27
 
28
28
  \code{as.raw} attempts to coerce its argument to be of raw
29
29
  type.  The (elementwise) answer will be \code{0} unless the
30
 
  coercion succeeds.
 
30
  coercion succeeds (or if the original value successfully coerces to 0).
31
31
 
32
32
  \code{is.raw} returns true if and only if \code{typeof(x) == "raw"}.
33
33
}