Skip to content

Commit e7f8de3

Browse files
author
hornik
committed
Tweaks.
git-svn-id: https://svn.r-project.org/R/trunk@87399 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent fb5f7c1 commit e7f8de3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

doc/manual/R-ints.texi

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4168,13 +4168,13 @@ than 2 children are spawned.
41684168
Default: unset (but @samp{TRUE} for CRAN submission checks).
41694169

41704170
@item _R_CHECK_CODE_USAGE_VIA_NAMESPACES_
4171-
If set, check code usage (via @CRANpkg{codetools}) directly on the
4171+
If set, check code usage (via package @CRANpkg{codetools}) directly on the
41724172
package namespace without loading and attaching the package and its
41734173
suggests and enhances.
41744174
Default: true (and true for CRAN submission checks).
41754175

41764176
@item _R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_
4177-
If set, check code usage (via @CRANpkg{codetools}) with only the base
4177+
If set, check code usage (via package @CRANpkg{codetools}) with only the base
41784178
package attached.
41794179
Default: true.
41804180

@@ -4310,7 +4310,7 @@ For packages with a @file{configure} file generated by GNU
43104310
@file{configure,.in}, check that @command{autoreconf} can, if available,
43114311
be run in a copy of the sources (this will detect missing source files
43124312
and report @command{autoconf} warnings). Environment variable
4313-
@env{AUTORECONf} controls the command used: it can give the full path to
4313+
@env{AUTORECONF} controls the command used: it can give the full path to
43144314
@command{autoreconf} (without spaces) and can include flags such as
43154315
@option{--warnings=obsolete} (which is added for @command{autoreconf}
43164316
version 2.68 or 2.69 and is the default for later versions).
@@ -4489,7 +4489,6 @@ of namespaces conventionally were considered as ``internal'').
44894489
Default: false (but true for CRAN submission checks).
44904490

44914491
@item _R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_
4492-
Default: false (but true for CRAN submission checks).
44934492
If set to a true value, checking S3 methods also notes ``possible
44944493
issues'', including issues with apparent methods not registered and
44954494
methods registered for non-generics.

0 commit comments

Comments
 (0)