The R Project SVN R

Rev

Rev 86303 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86303 Rev 88550
Line 39... Line 39...
39
  \code{\link{typeof}}) are not allowed. Arguments unused by \code{fmt}
39
  \code{\link{typeof}}) are not allowed. Arguments unused by \code{fmt}
40
  result in a warning. (The format \code{\%.0s} can be used to
40
  result in a warning. (The format \code{\%.0s} can be used to
41
  \dQuote{skip} an argument.)
41
  \dQuote{skip} an argument.)
42
 
42
 
43
  The following is abstracted from
43
  The following is abstracted from
44
  \bibcite{Kernighan and Ritchie (1988)}:
44
  \bibcitet{R:Kernighan+Ritchie:1988}:
45
  however the actual implementation will follow the C99
45
  however the actual implementation will follow the C99
46
  standard and fine details (especially the behaviour under user error)
46
  standard and fine details (especially the behaviour under user error)
47
  may depend on the platform. References to numbered arguments come from
47
  may depend on the platform. References to numbered arguments come from
48
  POSIX.
48
  POSIX.
49
 
49
 
Line 183... Line 183...
183
  The behaviour on inputs not documented here is \sQuote{undefined},
183
  The behaviour on inputs not documented here is \sQuote{undefined},
184
  which means it is allowed to differ by platform.
184
  which means it is allowed to differ by platform.
185
}
185
}
186
 
186
 
187
\references{
187
\references{
188
  Kernighan, B. W. and Ritchie, D. M. (1988)
-
 
189
  \emph{The C Programming Language.} Second edition, Prentice Hall.
188
  \bibinfo{R:Kernighan+Ritchie:1988}{footer}{Describes the format
190
  Describes the format options in table B-1 in the Appendix.
189
    options in table B-1 in the Appendix.}
-
 
190
  \bibshow{*}
191
 
191
 
192
  The C Standards, especially ISO/IEC 9899:1999 for \sQuote{C99}.  Links
192
  The C Standards, especially ISO/IEC 9899:1999 for \sQuote{C99}.  Links
193
  can be found at
193
  can be found at
194
  \url{https://developer.r-project.org/Portability.html}.
194
  \url{https://developer.r-project.org/Portability.html}.
195
 
195