Skip to content

Commit

Permalink
Spelling.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87636 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
hornik committed Jan 26, 2025
1 parent 4cf55e6 commit 3bd2702
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/manual/R-exts.texi
Original file line number Diff line number Diff line change
Expand Up @@ -5878,7 +5878,7 @@ of your compiler diagnostics --- this typically means using flags
@option{-Wstrict-prototypes} for C (on some platforms and compiler
versions) these are part of @option{-Wall} or @option{-pedantic}).

@strong{C++ standards}: From version 4.0.0 @R{} reauired and defaulted
@strong{C++ standards}: From version 4.0.0 @R{} required and defaulted
to C++11; from @R{} 4.1.0 in defaulted to C++14 and from @R{} 4.3.0 to
C++17 (where available). For maximal portability a package should
either specify a standard (@pxref{Using C++ code}) or be tested under
Expand Down Expand Up @@ -6452,9 +6452,9 @@ Some additional information for C++ is available at
@uref{https://journal.r-project.org/archive/2011-2/RJournal_2011-2_Plummer.pdf}
by @I{Martyn Plummer}.

Seversl OSes have or currently do provide multiple C++ runtimes ---
Solaris did and the LLVM @command{clang} compiler has a native C++
runtime libreary @code{libc++} but is also used with GCC's
Several OSes have or currently do provide multiple C++ runtimes ---
Solaris did and the @I{LLVM} @command{clang} compiler has a native C++
runtime library @code{libc++} but is also used with GCC's
@code{libstdc++} (by default on Debian/Ubuntu). This makes it unsafe to
assume that OS libraries with a C++ interface are compatible with the
C++ compiler specified by @R{}. Many of these system libraries also
Expand Down
2 changes: 1 addition & 1 deletion src/library/base/man/save.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ save.image(file = ".RData", version = NULL, ascii = FALSE,

One such \sQuote{later addition} was \link{long vectors}, introduced in \R
3.0.0 and loadable only on 64-bit platforms (32-bit platforms are
dperecated but still supported).
deprecated but still supported).

Loading files saved with \code{ASCII = NA} requires a C99-compliant C
function \code{sscanf}: this was a problem on Windows, first worked
Expand Down

0 comments on commit 3bd2702

Please sign in to comment.