@@ -593,7 +593,7 @@ templated) C++ projects.
593593The @samp{StagedInstall} logical field controls if package installation
594594is `staged', that is done to a temporary location and moved to the final
595595location when successfully completed. This field was introduced in @R{}
596- 3.6.0 and it true by default: it is considered to be a temporary measure
596+ 3.6.0 and is true by default: it is considered to be a temporary measure
597597which may be withdrawn in future.
598598
599599@c DESCRIPTION field ZipData
@@ -5173,7 +5173,7 @@ in production code. The normal way to ensure that is to define the
51735173macro @code{NDEBUG}, and @command{R CMD INSTALL} does so as part of the
51745174compilation flags. Beware of including headers (including from other
51755175packages) which could undefine it, now or in future versions. If you
5176- wish to use @code{assert} during development. you can include
5176+ wish to use @code{assert} during development, you can include
51775177@code{-UNDEBUG} in @code{PKG_CPPFLAGS} or @code{#undef} it in your
51785178headers or code files. Note that your own @file{src/Makefile} or
51795179makefiles in sub-directories may also need to define @code{NDEBUG}.
@@ -11996,7 +11996,7 @@ as the library (and what that was is often undocumented).
1199611996@c distributions.
1199711997
1199811998Even fewer external libraries use C++ internally but present a C
11999- interface, such as @I{GEOS} used by @CRANpkg{sf} and other packages.. These
11999+ interface, such as @I{GEOS} used by @CRANpkg{sf} and other packages. These
1200012000require the C++ runtime library to be linked into the package's shared
1200112001object/DLL, and this is best done by including a dummy C++ file in the
1200212002package sources.
0 commit comments