@@ -4168,13 +4168,13 @@ than 2 children are spawned.
41684168Default: 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
41724172package namespace without loading and attaching the package and its
41734173suggests and enhances.
41744174Default: 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
41784178package attached.
41794179Default: 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,
43114311be run in a copy of the sources (this will detect missing source files
43124312and 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 }
43164316version 2.68 or 2.69 and is the default for later versions).
@@ -4489,7 +4489,6 @@ of namespaces conventionally were considered as ``internal'').
44894489Default: 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).
44934492If set to a true value, checking S3 methods also notes ``possible
44944493issues'', including issues with apparent methods not registered and
44954494methods registered for non-generics.
0 commit comments