Skip to content

Commit 08b36fc

Browse files
author
hornik
committed
Markup.
git-svn-id: https://svn.r-project.org/R/trunk@87379 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 8bb7fd0 commit 08b36fc

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

doc/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
\code{Free}: use \code{M_PI}, \code{R_Calloc}, \code{R_Realloc} or
211211
\code{R_Free} instead.
212212

213-
\emph{Pro tem} \code{STRICT_R_HEADERS} is defined in header
213+
\emph{\I{Pro tem}} \code{STRICT_R_HEADERS} is defined in header
214214
\file{R_ext/RS.h} if not already defined. This is not used in \R
215215
itself and will be removed before release.
216216

doc/manual/R-exts.texi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11996,7 +11996,7 @@ as the library (and what that was is often undocumented).
1199611996
@c distributions.
1199711997

1199811998
Even fewer external libraries use C++ internally but present a C
11999-
interface, such as GEOS used by @CRANpkg{sf} and other packages.. These
11999+
interface, such as @I{GEOS} used by @CRANpkg{sf} and other packages.. These
1200012000
require the C++ runtime library to be linked into the package's shared
1200112001
object/DLL, and this is best done by including a dummy C++ file in the
1200212002
package sources.
@@ -14797,7 +14797,7 @@ header files when using these entry points.
1479714797
This remapping can cause problems@footnote{Known problems have been
1479814798
defining @code{LENGTH}, @code{error}, @code{length}, @code{match},
1479914799
@code{vector} and @code{warning}: whether these matter depends on the OS
14800-
and toolchain, with many problem reports involving Apple or LLVM
14800+
and toolchain, with many problem reports involving Apple or @I{LLVM}
1480114801
@command{clang++}.},
1480214802
@c As from @I{LLVM} @command{clang} 13.0.0, the remapping of @code{match}
1480314803
@c breaks the subsequent inclusion of @file{omp.h}.
@@ -15161,7 +15161,7 @@ PutRNGstate();
1516115161
These essentially read in (or create) @code{.Random.seed} and write it
1516215162
out after use.
1516315163

15164-
These are defined in header @file{R_ext/Random.h}. These functiosns are
15164+
These are defined in header @file{R_ext/Random.h}. These functions are
1516515165
never remapped.
1516615166

1516715167

src/library/datasets/man/sunspot.month.Rd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
Monthly numbers of sunspots, as from the World Data Center, aka
1414
\abbr{SIDC}. \code{sunspot.month} is the version of the data that will
1515
occasionally be updated when new counts become available (or the numbers
16-
are recalibrated). Note that around 2014--2015 there has been an
17-
international effort to recalibrate the sunspots numbers; since \R 4.5.0
18-
(2025), the recalibrated series is used.
16+
are \I{recalibrated}). Note that around 2014--2015 there has been an
17+
international effort to \I{recalibrate} the sunspots numbers; since \R 4.5.0
18+
(2025), the \I{recalibrated} series is used.
1919
\cr % ~/R/MM/MISC/read-sunspots.R
2020
The version in (too long) use from 2014 to 2024 is provided as
2121
\code{sunspot.m2014} for historical and reproducibility reasons.

src/library/utils/man/install.packages.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,10 +227,10 @@ install.packages(pkgs, lib, repos = getOption("repos"),
227227
operating system (\code{"win"} or \code{"mac"}), the string
228228
\code{"binary"} and optional build name (e.g., \code{"big-sur-arm64"}).
229229
The last part is optional and currently only used on macOS to
230-
disambiguate builds targetting different macOS versions or
230+
disambiguate builds targeting different macOS versions or
231231
architectures. Example values:
232232
\code{"win.binary"} for Windows binaries and
233-
\code{"mac.binary.big-sur-arm64"} for macOS 11 (Big Sur) arm64 binaries.
233+
\code{"mac.binary.big-sur-arm64"} for macOS 11 (\I{Big Sur}) arm64 binaries.
234234
The corresponding binary type for the running R can be obtained via
235235
\code{.Platform$pkgType}, however, it may be \code{"source"} if
236236
the build does not support package binaries.

0 commit comments

Comments
 (0)